# example-skill > Example skill template - customize or delete this - Author: JorgeSDiaz - Repository: JorgeSDiaz/dotfiles - Version: 20260206144736 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/JorgeSDiaz/dotfiles - Web: https://mule.run/skillshub/@@JorgeSDiaz/dotfiles~example-skill:20260206144736 --- --- name: example-skill description: Example skill template - customize or delete this invocable: true --- # Example Skill This is an example skill. You can: 1. **Create custom skills** here for reusable commands 2. **Use `/example-skill` or `/example`** to invoke this skill 3. **Delete this file** if you don't need it ## Example Use Cases - Create a `/test` skill that runs your test suite - Create a `/deploy` skill for deployment workflows - Create a `/review` skill for code review checklists ## How to Create Your Own Skill 1. Create a new directory: `~/.claude/skills/my-skill/` 2. Add a `SKILL.md` file with frontmatter: ```markdown --- name: my-skill description: What this skill does invocable: true --- # Your Instructions Tell Claude what to do when this skill is invoked. ``` 3. Use it with `/my-skill` See: https://code.claude.com/docs/en/skills.md