From ctx
Explains code for project newcomers with structured coverage of purpose, rationale, connections, design decisions, and non-obvious details. Use for 'explain this', 'what does this do', or onboarding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ctx:ctx-explainThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explain the specified code for someone new to the project. Tailor
Explain the specified code for someone new to the project. Tailor depth to the user's expertise if known from context.
/ctx-architecture)/gitnexus-debugging)/gitnexus-exploring)Cover each dimension in order. Skip any that don't apply.
.context/ARCHITECTURE.md for system-level contextKeep it concise. Lead with the "what": the reader wants to orient before diving into "why" and "how."
npx claudepluginhub activememory/ctx --plugin ctxExplains complex code via Codex MCP with configurable depth levels (brief/normal/deep). Useful for understanding logic, tracing data flow, and onboarding to unfamiliar code.
Explains complex code, files, or concepts using structural search and mermaid diagrams. Useful for architecture, data flow, and design analysis.
Explains code, concepts, and technical decisions in clear, structured terms by gathering context from files, tests, comments, and git history.