From claude-code-starter
Explains code logic in plain Chinese for files, functions, or snippets: one-sentence summary, step-by-step breakdowns with analogies, key details highlighted.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-starter:explainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
用最简单的语言解释代码,让用户真正理解它在做什么。
用最简单的语言解释代码,让用户真正理解它在做什么。
如果用户指定了文件或函数,直接读取对应代码。
如果用户没有指定,问:
你想让我解释哪段代码?可以告诉我文件名、函数名,或者直接贴代码。
读取完整的代码上下文,包括:
用中文输出解释,按以下结构:
一句话总结
这段代码的作用是:xxx
逐步拆解 用编号列表,按执行顺序解释每个关键步骤。每一步用一句大白话说清楚在做什么。
关键细节 如果有容易忽略的重要细节(边界处理、错误处理、性能考虑),单独指出。
解释完后,告诉用户:
有哪里不清楚的吗?可以继续问。
npx claudepluginhub lightpointventures/claude-code-starterExplains 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 with high-level overviews, step-by-step walkthroughs, diagrams, and audience-adapted language for onboarding and knowledge sharing.
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.