From cm
Loads structural code intelligence in layers: skeleton index, code graph, architecture diagram, or smart context. Starts light and deepens on demand.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cm:cm-codeintellThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **Use to** index a codebase for fast structural understanding
cm-planning, cm-debugging, or cm-executionStop scanning. Start querying. Load only the layer the task actually needs.
Need instant codebase orientation with zero extra setup?
└─ YES → Layer 0: Skeleton Index
Need symbol search, callers/callees, or impact analysis?
└─ YES → Layer 1: Code Graph
Need a visual system / module map?
└─ YES → Layer 2: Architecture Diagram
Need a focused context packet for another skill or agent?
└─ YES → Layer 3: Smart Context Builder
| Layer | Summary | Load |
|---|---|---|
| 0 | Grep-based skeleton index for instant orientation | references/layer-0-skeleton.md |
| 1 | AST graph and symbol-query workflow | references/layer-1-codegraph.md |
| 2 | Mermaid architecture generation | references/layer-2-architecture.md |
| 3 | Synthesized focused context for downstream work | references/layer-3-context-builder.md |
references/integration-workflows.md only when wiring cm-codeintell into cm-start, cm-planning, cm-debugging, or cm-execution.| Skill | How cm-codeintell helps |
|---|---|
cm-start | bootstrap structural context early |
cm-planning | impact analysis and component boundaries |
cm-debugging | trace callers, callees, and failure paths |
cm-execution | pre-flight context for focused implementation |
Pick the cheapest layer that answers the question, then load deeper only when needed.
npx claudepluginhub tungnt11191/codymaster2plugins reuse this skill
First indexed Jun 13, 2026
Loads structural code intelligence in layers: skeleton index, code graph, architecture diagram, or smart context. Starts light and deepens on demand.
Detects codegraph CLI and indexed repos, then uses AST/graph queries for callers, callees, impact analysis, symbol definitions, and architectural overviews.
AST-based code graph for sub-millisecond symbol lookup, dependency analysis, and blast radius via codebase-memory-mcp. Use before reading files to reduce token usage.