Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:5
forks:0
updated:10 de maio de 2026 às 12:59
Explorador de arquivos
SKILL.md
| name | Example Skill |
| description | A demonstration skill showing the SKILL.md format |
| when_to_use | Use this when you want to see how skills are structured |
| argument-hint | <topic> |
| allowed-tools | ["Read","Grep","Glob"] |
This is an example skill that demonstrates the SKILL.md format.
The frontmatter section (between --- markers) defines metadata:
<file>)The markdown body contains the instructions that will be passed to the agent when this skill is invoked.
Skills can be invoked by typing /example <topic> in the chat.
For example: /example typescript
.claude/skills/ directory in your project
(or use ~/.config/koi/skills/ for user-wide skills)SKILL.md file with the frontmatter and instructions.claude/skills/
└── my-skill/
└── SKILL.md