在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用explain
星标0
分支0
更新时间2026年2月13日 20:05
Explain how code works in plain language
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Explain how code works in plain language
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create a well-formatted git commit with staged changes
Create PlantUML diagrams and add them to documentation
Docker commands for containers, images, and compose
GitHub CLI commands for PRs, issues, repos, and workflows
Git commands, workflows, and troubleshooting
Go toolchain commands - build, test, modules, and more
| name | explain |
| description | Explain how code works in plain language |
| argument-hint | [file:line or function name] |
| allowed-tools | Read, Glob, Grep |
Explain the code at $ARGUMENTS in clear, accessible language.
Start with the big picture
Break down the logic
Highlight key concepts
Call out gotchas
## Overview
[1-2 sentence summary]
## How It Works
[Step-by-step explanation]
## Key Details
- [Important point 1]
- [Important point 2]
## Related Code
- [References to related files/functions if relevant]
Adjust depth based on code complexity. Simple utilities need brief explanations; complex algorithms need more detail.