skill-name · git:20260107.0951120 · 2026-01-07 · sha256 11d004e41cc62763

skill-name git:20260107.0951120A

Immutable. This exact content is served forever at /api/v1/blob/11d004e41cc62763.

---
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`