# skill-name > A clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant (e.g., "Use when the user asks about X, Y, or Z"). - Author: Oluwawunmi Bewaji - Repository: flySewa/agent-skills - Version: 20260209192742 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/flySewa/agent-skills - Web: https://mule.run/skillshub/@@flySewa/agent-skills~skill-name:20260209192742 --- --- name: skill-name description: A clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant (e.g., "Use when the user asks about X, Y, or Z"). license: MIT metadata: author: your-github-username version: "1.0" --- # Skill Name Brief introduction to what this skill provides. ## When to use this skill Describe the scenarios where this skill should be activated: - When the user asks about... - When working with... - When the task involves... ## Prerequisites List any requirements or dependencies: - Required tools or libraries - Environment setup - Knowledge prerequisites ## Instructions ### Step 1: Title Detailed instructions for the first step. ```language // Code example ``` ### Step 2: Title Detailed instructions for the second step. ## Examples ### Example 1: Basic Usage ```language // Example code demonstrating basic usage ``` ### Example 2: Advanced Usage ```language // Example code demonstrating advanced patterns ``` ## Common Patterns Document frequently used patterns and best practices. ## Troubleshooting ### Issue 1 Description and solution. ### Issue 2 Description and solution. ## Additional Resources - [Official Documentation](https://example.com) - [API Reference](https://example.com/api)