---
# TEMPLATE: Copy this directory and replace all <placeholders>
name: <your-skill-name>
description: <Brief description of what this skill does and when to use it. Include trigger keywords for agent discovery.>
license: MIT
metadata:
  author: <your-name>
  version: "1.0.0"
---

# Skill Name

## Overview

Describe what this skill enables the agent to do.

## When to Use

This skill should be triggered when:
- User asks about [topic]
- User wants to [action]
- Keywords: [relevant keywords for discovery]

## Instructions

Step-by-step instructions for the agent:

1. First, do this
2. Then, do that
3. Finally, complete with this

## Examples

### Example 1: [Scenario]

**User request:** "..."

**Expected behavior:** ...

## References

- See [reference documentation](references/REFERENCE.md) for detailed information
- Run scripts from `scripts/` directory when needed
