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:6
forks:1
updated:14. Januar 2026 um 09:27
Datei-Explorer
SKILL.md
| name | ["skill-name"] |
| description | [What this skill does]. Use when [trigger scenarios]. |
| author | ["your-github-handle"] |
| source | ["project-where-you-discovered-this"] |
| date | ["YYYY-MM-DD"] |
| tags | ["tag1","tag2","tag3"] |
| level | ["beginner|intermediate|advanced"] |
| evolved_from | ["pattern-id-if-applicable"] |
Brief description of what problem this skill solves.
# Minimal example to get started
example command here
Explain the main idea in 2-3 sentences.
Before:
[code or command]
After:
[result]
[example code]
| Mistake | Why It Happens | Correct Approach |
|---|---|---|
| ... | ... | ... |