https://github.com/shck-dev/ccx-context-system
Portable scratch-notebook context management for Claude Code: per-thread STATE.md handoffs + a compiled INDEX dashboard. Plugin marketplace carrying the ccx plugin.
https://github.com/shck-dev/ccx-context-system
anthropic claude-code claude-code-hooks claude-code-marketplace claude-code-plugin claude-code-plugins claude-code-skills context-management developer-tools
Last synced: 8 days ago
JSON representation
Portable scratch-notebook context management for Claude Code: per-thread STATE.md handoffs + a compiled INDEX dashboard. Plugin marketplace carrying the ccx plugin.
- Host: GitHub
- URL: https://github.com/shck-dev/ccx-context-system
- Owner: shck-dev
- License: mit
- Created: 2026-06-04T04:54:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-07-03T08:16:05.000Z (9 days ago)
- Last Synced: 2026-07-03T10:17:37.314Z (9 days ago)
- Topics: anthropic, claude-code, claude-code-hooks, claude-code-marketplace, claude-code-plugin, claude-code-plugins, claude-code-skills, context-management, developer-tools
- Language: TypeScript
- Homepage: https://shck.dev
- Size: 305 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# ccx-context-system


[](https://code.claude.com/docs/en/plugins)
A personal Claude Code **plugin marketplace** carrying [`ccx`](plugins/ccx/README.md) — the
portable scratch-notebook context-management core (per-thread `STATE.md` handoff docs + a
compiled, parallel-session-safe `INDEX.md` dashboard).
## Install into a project
```
/plugin marketplace add shck-dev/ccx-context-system # or a local clone path
/plugin install ccx@ccx-context-system
```
Then in any session: `/ccx:start-thread`, `/ccx:save-state`, `/ccx:tidy-scratch`.
**Prerequisite:** `bun` on PATH (all bundled scripts/hooks run under bun, regardless of the
project's own language).
## Dev loop
- Edit plugin files → `/plugin marketplace update ccx-context-system` (or restart the session).
- Try changes in one session only: `claude --plugin-dir ./plugins/ccx`.
- Validate structure: `claude plugin validate ./plugins/ccx` (and `claude plugin validate .`).
- Tests: `bun tests/run-tests.ts` — application-scenario harness against fixture non-Node
projects (stock + custom config), covering every script and the backlink hook.