# template-skill > Template for creating new skills. Use when scaffolding a new skill folder and authoring a compliant SKILL.md with clear trigger conditions. - Author: DanDev - Repository: DanAIDev/agent-skills - Version: 20260207194148 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/DanAIDev/agent-skills - Web: https://mule.run/skillshub/@@DanAIDev/agent-skills~template-skill:20260207194148 --- --- name: template-skill description: Template for creating new skills. Use when scaffolding a new skill folder and authoring a compliant SKILL.md with clear trigger conditions. --- # Template Skill ## Objective Define one clear workflow and execution pattern. ## Steps 1. Replace `name` and `description` in frontmatter. 2. Write procedural instructions for the workflow. 3. Add 2-3 realistic examples. 4. Document edge cases and failure handling. 5. Add optional `scripts`, `references`, or `assets` only if needed.