# my-skill-name > Brief description of what this skill does and when to use it. Be specific about capabilities and use cases to help agents decide when to load this skill. - Author: geoffrey fernald - Repository: Zeeeepa/drift - Version: 20260128094920 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/Zeeeepa/drift - Web: https://mule.run/skillshub/@@Zeeeepa/drift~my-skill-name:20260128094920 --- --- name: my-skill-name description: Brief description of what this skill does and when to use it. Be specific about capabilities and use cases to help agents decide when to load this skill. license: MIT compatibility: TypeScript/JavaScript, Python metadata: category: category-name time: Xh source: drift-masterguide --- # Skill Title One-line description of what this skill enables. ## When to Use This Skill - Use case 1 - Use case 2 - Use case 3 ## Core Concepts Explain the key concepts the agent needs to understand. ## Implementation ### TypeScript ```typescript // Your TypeScript implementation ``` ### Python ```python # Your Python implementation ``` ## Usage Examples Show how to use the implementation in real scenarios. ## Best Practices 1. Best practice 1 2. Best practice 2 3. Best practice 3 ## Common Mistakes - Mistake 1 - Mistake 2 - Mistake 3 ## Related Patterns - Related skill 1 - Related skill 2