From mindmap
Provides architecture-aware context from the mind map knowledge graph. Use when answering questions about code structure, file relationships, or where to make changes in a project that has a mindmap-output.json.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindmap:architecture-awareThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a `mindmap-output.json` file exists in the project root, you have access to the project's architectural knowledge graph. Use this to give better, more contextual answers.
When a mindmap-output.json file exists in the project root, you have access to the project's architectural knowledge graph. Use this to give better, more contextual answers.
Before answering questions about code structure, file relationships, or where to make changes:
mindmap-output.json from the project rootmeta section for project overview (node count, edge count, generation time)type field with a compact architectural role labelmetadata.description when present; otherwise fall back to the short role labeledges to understand dependencies — trace source → target to follow import chainsmetadata.importance (core/supporting/peripheral) to gauge change riskWhen discussing this codebase, use these terms based on the mind map groups:
label (e.g., "the Tool Handlers layer", "the Infrastructure group")If meta.generatedAt is older than the latest git commit, the mind map may be stale. Mention this when it's relevant and suggest running /mindmap:generate to refresh.
mindmap:architect-agentmindmap:onboard-agentmindmap:impact-agent/mindmap:generate commandnpx claudepluginhub engincankaya/claude-code-mind-map --plugin mindmapCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.