Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:2
forks:0
updated:8 de mayo de 2026, 13:22
Explorador de archivos
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 |