---
name: "{{skill-name}}"
description: "One-line description of what this skill does"
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
triggers:
  - "{{keyword that activates this skill}}"
---

# {{Skill Name}}

## Overview

What this skill does and when to use it. Keep it to 2-3 sentences.

## Key Concepts

- **Concept 1** -- explanation
- **Concept 2** -- explanation
- **Concept 3** -- explanation

## API Reference

### Primary Function

```
Input: what the skill expects
Output: what the skill produces
Side effects: files created, APIs called, etc.
```

### Parameters

| Parameter | Required | Default | Description |
|-----------|----------|---------|-------------|
| `param1` | yes | -- | what it does |
| `param2` | no | `value` | what it does |

## Common Patterns

### Pattern 1: {{Name}}

```
Step-by-step usage example
```

### Pattern 2: {{Name}}

```
Step-by-step usage example
```

## Gotchas

- Thing that will trip you up #1
- Thing that will trip you up #2
- Known limitation or edge case
