一键导入
cc-docs
Read Claude Code documentation to learn about features, capabilities, hooks, skills, MCP, subagents, and how to use Claude Code effectively.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read Claude Code documentation to learn about features, capabilities, hooks, skills, MCP, subagents, and how to use Claude Code effectively.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cc-docs |
| description | Read Claude Code documentation to learn about features, capabilities, hooks, skills, MCP, subagents, and how to use Claude Code effectively. |
When invoked, read the Claude Code documentation to answer questions or learn about capabilities.
Main index: ~/.claude/docs/claude-code-ai-docs.md
Full docs: ~/.claude/docs/claude-code/
~/.claude/docs/claude-code-ai-docs.md for overview and structure~/.claude/docs/claude-code/build/skills.md~/.claude/docs/claude-code/build/hooks-guide.md, ~/.claude/docs/claude-code/reference/hooks.md~/.claude/docs/claude-code/build/sub-agents.md~/.claude/docs/claude-code/build/mcp.md~/.claude/docs/claude-code/build/plugins.md, ~/.claude/docs/claude-code/reference/plugins-reference.md~/.claude/docs/claude-code/reference/slash-commands.md~/.claude/docs/claude-code/configuration/settings.mdTo refresh documentation from the official source:
cd ~/.claude/docs && python3 ../scripts/scrape_claude_code_docs.py
Or reinstall from the toru-claude-agents repo.
Close a dev-cycle session, capture learnings, and optionally commit. Use when development work is complete and ready to wrap up.
Fully autonomous development mode. Spec in, production-ready software out. Claude makes decisions, uses agents, commits locally. Only stops for hard blockers.
Run QA checks on current work. Tests, linting, type checking, build verification. Use during or after development to catch issues early.
Release candidate preparation. Final checks before merge - QA, security, review, changelog. The last gate before shipping.
Security audit with Sentinel. Checks for vulnerabilities, secrets, dependencies, and security best practices. Use before shipping or when working on auth/crypto/sensitive areas.
Start or resume a development session. Use when beginning feature work, implementing changes, or continuing previous work. Orchestrates discovery, planning, review, and build phases with Bob and Garry.