# example-skill > A sample skill demonstrating the skill format. Replace this with your own skill. - Author: Chris Nowicki - Repository: chris-nowicki/ai-dotfiles - Version: 20260122102141 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/chris-nowicki/ai-dotfiles - Web: https://mule.run/skillshub/@@chris-nowicki/ai-dotfiles~example-skill:20260122102141 --- --- name: example-skill description: >- A sample skill demonstrating the skill format. Replace this with your own skill. targets: ["*"] --- # Example Skill This is a sample skill file. Skills are reusable instructions that AI agents can follow to perform specific tasks. ## How to Use Replace this content with your actual skill instructions. Skills can include: - Step-by-step instructions - Code examples - Best practices - Context about when to use this skill ## Skill Directory Structure Skills are directory-based and can include additional files alongside SKILL.md: ``` .rulesync/skills/your-skill/ ├── SKILL.md # Required - main skill definition ├── template.ts # Optional - supporting files └── examples/ # Optional - example files ``` Delete this example skill and create your own!