# your-skill-name > Brief description of what this Skill does and when to use it. This field is critical for Claude to discover when to invoke your skill. - Author: Aleksandr Beshkenadze - Repository: beshkenadze/claude-skills-marketplace - Version: 20260201210844 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/beshkenadze/claude-skills-marketplace - Web: https://mule.run/skillshub/@@beshkenadze/claude-skills-marketplace~your-skill-name:20260201210844 --- --- name: your-skill-name description: Brief description of what this Skill does and when to use it. This field is critical for Claude to discover when to invoke your skill. version: 1.0.0 --- # Your Skill Name ## Overview Describe what this skill does and the problem it solves. ## Instructions Provide clear, step-by-step guidance for Claude: 1. First step 2. Second step 3. Third step ## Examples ### Example 1: Basic Usage **Input:** ``` User request example ``` **Output:** ``` Expected output example ``` ### Example 2: Advanced Usage **Input:** ``` More complex user request ``` **Output:** ``` Expected output for complex case ``` ## Guidelines - Best practice 1 - Best practice 2 - Constraint or limitation to be aware of ## Additional Resources Reference additional files in your skill directory: - `reference.md` - Detailed documentation - `scripts/` - Executable helpers - `templates/` - Template files