From claude-plugin-hello
Explains what a piece of code does in plain English. Trigger with /explain or "explain this code".
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-plugin-hello:explain-codeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When invoked, explain the provided code in plain English, suitable for the user's experience level.
When invoked, explain the provided code in plain English, suitable for the user's experience level.
/explainKeep it concise. Match the depth to the complexity of the code.
npx claudepluginhub moshfeu/claude-plugin-hello --plugin claude-plugin-helloExplains code, concepts, and technical decisions in clear, structured terms by gathering context from files, tests, comments, and git history.
Explains code logic in plain Chinese for files, functions, or snippets: one-sentence summary, step-by-step breakdowns with analogies, key details highlighted.
Explains complex code via Codex MCP with configurable depth levels (brief/normal/deep). Useful for understanding logic, tracing data flow, and onboarding to unfamiliar code.