在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用explain
星标1
分支0
更新时间2026年2月17日 18:53
Explain code with diagrams
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Explain code with diagrams
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | explain |
| description | Explain code with diagrams |
| command | /explain |
| args | [file or function] |
Explain code clearly with structured breakdowns.
/explain src/auth/middleware.ts — explain a file/explain handleAuth — explain a function/explain — explain the current context / recent changesOne paragraph explaining what this code does and why it exists.
Step-by-step walkthrough of the logic, referencing line numbers.
Describe how data enters, transforms, and exits.