Ctx banner
Nightdreams-bat Nightdreams-bat

Ctx

Development community

Description

--- description: Run the context-as-code CLI (map / status / new / log / validate / init). Usage: /ctx <subcommand> [args] --- The argument is: `$ARGUMENTS` `ctx` manages this project's `context/` folder (the intent repo that lives separate from source code). Run: ``` python ~/.claude/skills/context-artifacts/scripts/ctx.py $ARGUMENTS ``` (or the `ctx` alias if installed). Subcommands: `map`, `status`, `new <decision|spec|epic|convention> "title"`, `log "message"`, `validate`, `init`. If `

Installation

Installs to ~/.claude/skills/nightdreams-bat-claude-code-kit-ctx/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nightdreams-bat-claude-code-kit-ctx && curl -fsSL https://raw.githubusercontent.com/Nightdreams-bat/claude-code-kit/HEAD/commands/ctx.md -o ~/.claude/skills/nightdreams-bat-claude-code-kit-ctx/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository