From cd
Show help for the CompoundDocs knowledge base system. Use when the user asks about available cdocs commands or how to use the knowledge base.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cd:cdocs-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Skill | Description |
| Skill | Description |
|---|---|
/cd:cdocs-query [question] | Query the knowledge base for project documentation and patterns |
Ask any question about the project and /compound-docs:cdocs-query will search the knowledge base:
/cd:cdocs-query How is authentication configured?
The knowledge base is automatically populated by the background worker from monitored git repositories.
npx claudepluginhub csharp-compound-engineering/csharp-compound-engineering --plugin cdDiscovers project documentation roots and routes questions to the right doc based on query shape. Activates for queries about specs, ADRs, roadmap, bugs, or shared links.
Loads project-specific context from a knowledge base document to inform all skills about the project's tech stack, architecture, and conventions.
Searches markdown knowledge bases via GitMark CLI (FTS5 BM25 + trigram/fuzzy matching). Use to find where something is documented instead of random file reads.