Ccc Docs banner
KevinZai KevinZai

Ccc Docs

Documentation community

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

Terminal
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 Repository