Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:6
forks:2
updated:2025年10月31日 20:30
SKILL.md
| name | Example Skill |
| description | Demonstrates how to create a task-specific skill for complex operations |
This skill provides detailed implementation guidance for a specific complex task.
Use this skill when you need to perform multi-step operations that require:
Set up the necessary environment and validate prerequisites.
# Example initialization
echo "Initializing..."
Perform the core operation with proper error handling.
Clean up temporary resources and verify completion.
Demonstrates simple case...
Shows complex scenario...
Additional considerations and best practices.