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:2
forks:0
updated:May 8, 2026 at 13:22
File Explorer
SKILL.md
| name | example-skill |
| description | A reusable workflow template. Customize phases for your use case. |
| allowed-tools | ["Read","Write","Bash","Edit","Grep","Glob"] |
| routing | {"triggers":["example workflow","run example"],"force_route":false} |
A structured workflow for [YOUR USE CASE]. This skill guides Claude through a repeatable process with clear phases and gates.
Goal: Gather context before acting.
Gate: Can you describe the end state in one sentence? If not, keep gathering context.
Goal: Design the approach.
Gate: Plan is concrete enough to execute without further questions.
Goal: Make the changes.
Gate: All planned changes are complete.
Goal: Prove it works.
Gate: Evidence exists that the change works correctly.
For deeper patterns and examples, see:
references/patterns.md โ Detailed reference material| Don't Do This | Do This Instead |
|---|---|
| Skip verification | Always prove it works |
| Change too many things at once | One logical change per commit |
| Assume it works because it looks right | Run it and check output |