From core
Thoroughly examine and analyze a file or module — what it does, how it connects, and how it could break.
How this skill is triggered — by the user, by Claude, or both
Slash command
/core:explainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Thoroughly examine and analyze: $ARGUMENTS
Thoroughly examine and analyze: $ARGUMENTS
Explain:
DO NOT make any changes. Only study and explain.
npx claudepluginhub lachtan/nicecode --plugin coreProvides deep explanations of specific files or modules, including why structured this way, git history, contributors, refactors, complexity, and lenskit metrics/graph context.
Analyzes code for architecture, patterns, security, performance, dependencies, and risks using multi-agent delegation. Activates on explain/analyze requests for files or modules.
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.