---
name: skill-name
description: Brief description of what this skill enables. Include trigger keywords that should activate this skill. Triggers on keyword1, keyword2, keyword3.
---

# Skill Title

One-line description of the skill's purpose.

## Quick Start

```typescript
// Minimal working example
// This should be copy-paste ready
```

## Core Patterns

### Pattern 1
```typescript
// Implementation
```

### Pattern 2
```typescript
// Implementation
```

## Common Use Cases

### Use Case 1
```typescript
// Example
```

### Use Case 2
```typescript
// Example
```

## Resources

- **Official Docs**: https://...
- **API Reference**: See `references/api.md`
