From claude-code-docs
Looks up Claude Code documentation by topic or question, reads relevant files via mapping, and provides concise answers with citations.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-code-docs:help topic or questionThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Claude Code Documentation Lookup
Answer this question about Claude Code: $ARGUMENTS
## Instructions
1. **Find the right doc**: Use the topic-to-doc mapping below to identify which doc(s) to read
2. **Read the doc**: Read the relevant file(s) from the plugin's docs directory
3. **Answer concisely**: Provide a direct answer with:
- The specific information requested
- Code examples if applicable
- The doc filename so the user can read more
## Doc Location
All docs are at: `${CLAUDE_PLUGIN_ROOT}/docs/`
Read the index first if unsure: `${CLAUDE_PLUGIN_ROOT}/docs/INDEX.md`
##...Answer this question about Claude Code: $ARGUMENTS
Find the right doc: Use the topic-to-doc mapping below to identify which doc(s) to read
Read the doc: Read the relevant file(s) from the plugin's docs directory
Answer concisely: Provide a direct answer with:
All docs are at: ${CLAUDE_PLUGIN_ROOT}/docs/
Read the index first if unsure: ${CLAUDE_PLUGIN_ROOT}/docs/INDEX.md
| Topic | Doc File |
|---|---|
| Getting started | quickstart.md, overview.md |
| Hooks | hooks.md, hooks-guide.md |
| Plugins | plugins.md, plugins-reference.md |
| Skills | skills.md |
| Slash commands | slash-commands.md |
| MCP servers | mcp.md |
| Sub-agents | sub-agents.md |
| Settings/config | settings.md, cli-reference.md |
| Permissions | iam.md |
| Sandboxing | sandboxing.md |
| Memory/CLAUDE.md | memory.md |
| Costs/tokens | costs.md |
| Model selection | model-config.md |
| VS Code | vs-code.md |
| JetBrains | jetbrains.md |
| GitHub Actions | github-actions.md |
| GitLab CI/CD | gitlab-ci-cd.md |
| Headless/CI | headless.md |
| AWS Bedrock | amazon-bedrock.md |
| Google Vertex | google-vertex-ai.md |
| Azure/Foundry | microsoft-foundry.md |
| Security | security.md |
| Troubleshooting | troubleshooting.md |
If the user runs /claude-code-docs:help with no arguments, read and display the index:
${CLAUDE_PLUGIN_ROOT}/docs/INDEX.md
npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin claude-code-docs/cc-helpProvides interactive documentation lookup for Claude Code features by topic, or lists available topics if none specified.
/cheatDisplays a Korean cheatsheet of Claude Code core commands, covering startup, conversations, project management, code tasks, execution flags, and keyboard shortcuts.
/plugin-dev-guideLoads plugin development guidance skill, provides overview of capabilities and skill routing, and assists with specified question or task.
/copilot-pluginCreate and maintain GitHub Copilot CLI plugins including skills, agents, prompts, instructions, and MCP servers. Build, validate, or modify plugin components.
/learnDisplays Claude Code best practices guide on sessions, context, memory, modes, CLI shortcuts, worktrees, and prompting. Also supports specific topics and saving session lessons to persistent memory.
/helpExplains Ralph Loop plugin for iterative AI development via repeated Claude prompts with file self-reference, and lists commands /ralph-loop to start loops and /cancel-ralph to cancel.