Ccc Docs
Description
--- description: "Look up current documentation for a library or topic via Context7." --- # /docs ## Purpose Look up up-to-date documentation for a library, framework, or API and return a summarized answer with relevant code snippets. Uses the Context7 MCP (resolve-library-id and query-docs) so answers reflect current docs, not training data. ## Usage ``` /docs [library name] [question] ``` Use quotes for multi-word arguments so they are parsed as a single token. Example: `/docs "Next.js"
Installation
Installs to ~/.claude/skills/kevinzai-commander-ccc-docs/SKILL.md
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-docs && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-docs.md -o ~/.claude/skills/kevinzai-commander-ccc-docs/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation