# example-skill > A template example for creating new skills in the Antigravity structure. - Author: Anthuan Vasquez - Repository: anthuanvasquez/agent-tools - Version: 20260201204242 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/anthuanvasquez/agent-tools - Web: https://mule.run/skillshub/@@anthuanvasquez/agent-tools~example-skill:20260201204242 --- --- name: example-skill description: A template example for creating new skills in the Antigravity structure. --- # Example Skill This is a template to demonstrate the folder-based skill structure. ## When to use this skill - Use this as a reference when creating new skills. - Use this to verify the `skills` tool functionality. ## How to use it 1. Create a folder in `.agent/skills/` with the skill name (kebab-case). 2. Create a `SKILL.md` file inside that folder. 3. Add YAML frontmatter with `name` and `description`. 4. Write detailed instructions in Markdown.