A minimal AgentSkill example showing only required fields. Use this template for simple, instruction-only skills without scripts or additional resources.
This is a minimal AgentSkill that demonstrates the simplest valid skill structure.
Use this skill template when you need to create a simple skill that:
A minimal AgentSkill requires:
name: 1-64 chars, lowercase with hyphens, matches directory namedescription: 1-1024 chars, describes what AND when to use the skillWhen the agent activates this skill, it will receive these instructions.
Understand what the user wants to accomplish.
Provide clear, actionable guidance based on the skill's purpose.
Confirm the task completed successfully.
# Example command or usage pattern
echo "Replace this with your actual skill usage"
name field matches the directory name exactly