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.
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
用最简单的语言解释代码,让用户真正理解它在做什么。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
用最简单的语言解释代码,让用户真正理解它在做什么。
如果用户指定了文件或函数,直接读取对应代码。
如果用户没有指定,问:
你想让我解释哪段代码?可以告诉我文件名、函数名,或者直接贴代码。
读取完整的代码上下文,包括:
用中文输出解释,按以下结构:
一句话总结
这段代码的作用是:xxx
逐步拆解 用编号列表,按执行顺序解释每个关键步骤。每一步用一句大白话说清楚在做什么。
关键细节 如果有容易忽略的重要细节(边界处理、错误处理、性能考虑),单独指出。
解释完后,告诉用户:
有哪里不清楚的吗?可以继续问。