一键导入
skill-router
// Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes.
// Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes.
Repo-aware recommendation manager for ctx. Scans the active repository, identifies stack and workflow signals, recommends a capped set of skills, agents, and MCP servers, and unloads helpers that no longer match the current work after user confirmation. Harnesses are recommended by the custom-model onboarding flow and then attach to the same recommendation layer.
Design or audit a repo-local markdown knowledge graph with wiki links, source-code backlinks, drift checks, and searchable sections. Use when AGENTS.md/CLAUDE.md is too flat for a large codebase or when a custom harness needs durable structured project memory.
Create or review an AGENTS.md file so coding agents get stable repo-local instructions: environment setup, testing, style, security boundaries, PR policy, and handoff rules. Use when a repo lacks durable agent guidance or when a custom harness needs a predictable context file.
Keeps README badge + inline counts in sync with the real number of skills, agents, graph nodes/edges, communities, converted pipelines, and pytest tests. Runs automatically on every commit via a git pre-commit hook. Use when the README drifts from reality or before publishing a release.
Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing toolboxes with a team.
Discover installable agent skills from ctx's shipped Skills.sh catalog, the Skills.sh search API, and the npx skills CLI. Use when a user asks whether a skill exists, wants to add/update a skill, or needs a repeatable procedure for finding candidate skills safely.
| 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
pending-skills.json exists (mid-session signals detected)All stage files are in references/. Read and follow each in order.
See check-gates.md for validation questions.