ctx-dispatch
Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive…
Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes.
$ npx -y skills add stevesolun/ctx --skill skill-router --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-routerContext preview
The summary Claude sees to decide when to auto-load this skill.
Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes.
name: skill-router description: Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes. type: meta priority: 99 always_load: true
Reads `~/.claude/skill-manifest.json` and `~/.claude/pending-skills.json`. Executes the 5-stage pipeline. **No skipping stages.**
01-scope → 02-plan → 03-build → 04-check → 05-deliver
All stage files are in `references/`. Read and follow each in order.
1. **[01-scope](references/01-scope.md)** — Is a scan needed? 2. **[02-plan](references/02-plan.md)** — Run the scanner 3. **[03-build](references/03-build.md)** — Resolve the manifest 4. **[04-check](references/04-check.md)** — Validate before loading 5. **[05-deliver](references/05-deliver.md)** — Present to user
See [check-gates.md](check-gates.md) for validation questions.
Find the cheapest AI coding setup that actually works on your repo. CTX Fit analyzes your repository, tests promising AI coding configurations against real tasks in it, and produces the winning configuration as a reviewable change — in your working tree with
Repo: stevesolun/ctx
Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive…
Select proportional validation for changes or reviews in the ctx repository. Use before handing off material code, workflow, migration, documentation,…
Create or review an AGENTS.md file so coding agents get stable repo-local instructions: environment setup, testing, style, security boundaries, PR policy, and…
Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator` (locate code), `cavecrew-builder` (1-2…
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50…
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs,…