Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:February 13, 2026 at 20:05
File Explorer
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| 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.