---
name: your-skill-name
description: One sentence about what this skill does and when to use it.
---

# Your Skill Name

Use this skill when:

- the agent needs ...
- the user wants ...

## Install / Setup

```bash
# put the real commands here
```

## Configure

Explain required env vars, config files, or prerequisites.

## Verify

```bash
# add the shortest proof that the setup worked
```

## Notes

Add caveats, failure modes, and cleanup steps if needed.
