| name | hello-world |
| description | A minimal example skill that demonstrates the basic skill structure |
| license | MIT |
Hello World Skill
This is the simplest possible skill to demonstrate the Agent Skills format.
When to Use
Use this skill when you want to understand how skills work or test the skill system.
What This Skill Does
This skill provides a simple greeting and demonstrates:
- Basic SKILL.md structure
- Required frontmatter fields (name and description)
- Markdown body content
- Optional license field
Guidelines
- Skills should have a clear purpose
- The description should explain when to use the skill
- Instructions should be clear and actionable
Example
When activated, this skill provides these instructions you're reading now.
An agent can use these instructions to understand what the skill does.