← ClaudeAtlas

ccg-docslisted

code-context-graph — documentation generation, RAG indexing, and docs quality linting.
tae2089/code-context-graph · ★ 17 · AI & Automation · score 78
Install: claude install-skill tae2089/code-context-graph
# code-context-graph — Documentation & RAG Indexing Generate Markdown documentation from code graphs, build RAG indexes for AI consumption, and lint documentation quality. ## Subcommands | Command | Description | Example | |---------|-------------|---------| | `docs [--out dir]` | Generate Markdown documentation | `ccg docs --out docs` | | `lint [--out dir]` | 8-category docs lint | `ccg lint` | | `lint --strict` | Exit 1 on issues (for CI/pre-commit) | `ccg lint --strict` | | `hooks install` | Install pre-commit git hook | `ccg hooks install` | | `hooks install --lint-strict` | Install hook that blocks commit on issues | `ccg hooks install --lint-strict` | ## MCP Tools (4) | Tool | Description | |------|-------------| | `build_rag_index` | Build RAG index from docs and communities. Use `namespace` for namespace-specific docs; `workspace` remains a deprecated alias. | | `get_rag_tree` | Navigate RAG document tree. Use `namespace` for namespace-specific doc-index.json; `workspace` remains a deprecated alias. | | `get_doc_content` | Get documentation file content. Use `namespace` for namespace-scoped docs; `workspace` remains a deprecated alias. | | `search_docs` | Search RAG document tree by keyword. Use `namespace` for namespace-specific searches; `workspace` remains a deprecated alias. | ## Lint Categories (8) | Category | Description | |----------|-------------| | orphan | Doc files with no matching source code | | missing | Source files with no documentation | | sta