Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:5
forks:0
updated:10. Mai 2026 um 12:59
Datei-Explorer
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