ctx-dispatch
Coordinate nontrivial work in the ctx repository when a task has independent investigation, implementation, or test lanes; compute-heavy checks; or repetitive…
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.
$ npx -y skills add stevesolun/ctx --skill find-skills --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/find-skillsContext preview
The summary Claude sees to decide when to auto-load this skill.
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: find-skills description: 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.
Use this when the user wants a skill recommendation or when ctx's curated graph does not already contain the capability they need.
1. Query ctx first: use the shared recommendation surface so curated skills, agents, MCP servers, harnesses, and the shipped Skills.sh external catalog are ranked together. 2. If ctx is stale or too narrow, search upstream:
npx skills find "<query>"
3. For the upstream discovery skill itself, the canonical install command is:
npx skills add https://github.com/vercel-labs/skills --skill find-skills
Before recommending or installing an upstream skill:
benefits, risks, lost tags/capabilities, and security findings before replacing anything.
Flag the candidate for manual review if it asks the agent to:
`Invoke-Expression`.
deletion without a scoped path.
Do not install or import a flagged skill automatically. Present the user with the exact concern, the likely benefit, the safer alternative, and the explicit command they would need to approve.
When adding accepted skills to ctx itself:
1. Add or update the source skill file. 2. Run `ctx-skill-add --skill-path <path>/SKILL.md --name <slug>`. 3. Run `ctx-wiki-graphify`. 4. Repack `graph/wiki-graph.tar.gz` and refresh repo stats. 5. Verify with `ctx-scan-repo --repo . --recommend` or `ctx__recommend_bundle` for a query that should return the skill.
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,…