Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:6
forks:1
updated:2026年1月14日 09:27
ファイルエクスプローラー
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 |
|---|---|---|
| ... | ... | ... |