# example-skill > An example skill demonstrating the basic structure. Use when user asks about examples or templates. - Author: Jai - Repository: ChaiWithJai/claude-code-mastery - Version: 20251222194122 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/ChaiWithJai/claude-code-mastery - Web: https://mule.run/skillshub/@@ChaiWithJai/claude-code-mastery~example-skill:20251222194122 --- --- name: example-skill description: An example skill demonstrating the basic structure. Use when user asks about examples or templates. --- ## Example Principles ### 1. KEEP IT SIMPLE Start with the minimum viable skill. Add complexity only when needed. ### 2. TEST EARLY Test your skill after each change to catch issues early. ### 3. ITERATE Skills improve with use. Update based on what works and what doesn't. What would you like help with? 1. **Understanding skills** - I'll explain the structure 2. **Creating a skill** - I'll guide you through it 3. **Debugging a skill** - I'll help troubleshoot