| name | example-skill |
| description | Template Agent Skill for ACS. Replace with a real skill name (must match this directory) and a description that states what the skill does and when to use it, including trigger keywords. |
| license | MIT |
Example skill body
This body is Markdown instructions loaded after discovery. Follow the Agent Skills specification for front matter and naming rules.
Steps
- Rename the parent directory and the
name field so they match (lowercase, hyphens, no leading or trailing hyphen, no --).
- Write a strong
description (what + when) for reliable activation.
- Add optional
scripts/, references/, or assets/ beside this file if needed.