An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          




ccx — Claude Code context system

# ccx-context-system

![License: MIT](https://img.shields.io/github/license/shck-dev/ccx-context-system)
![Latest release](https://img.shields.io/github/v/release/shck-dev/ccx-context-system)
[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-plugin-8A2BE2)](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.