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.