---
name: {{SKILL_NAME}}
description: TODO — Write a one-sentence description of when to use this language/syntax reference (50-200 chars). Start with an action verb.
metadata: {"clawdbot":{"emoji":"TODO","requires":{"anyBins":["TODO"]},"os":["linux","darwin","win32"]}}
---

# {{SKILL_TITLE}}

TODO — One-paragraph summary of the language or syntax this skill covers.

## When to Use

- TODO — First trigger scenario
- TODO — Second trigger scenario
- TODO — Third trigger scenario

## Syntax Quick Reference

### TODO — Core syntax element 1

```TODO
# TODO — Syntax example with explanation
```

### TODO — Core syntax element 2

```TODO
# TODO — Syntax example with explanation
```

## Patterns

### TODO — Common pattern 1

```TODO
# TODO — Pattern with explanation
```

### TODO — Common pattern 2

```TODO
# TODO — Pattern with explanation
```

## Cross-Language Comparison

| Feature | TODO — Lang 1 | TODO — Lang 2 | TODO — Lang 3 |
|---------|---------------|---------------|---------------|
| TODO — Feature 1 | TODO | TODO | TODO |
| TODO — Feature 2 | TODO | TODO | TODO |

## Gotchas

- TODO — Common mistake 1 and how to avoid it
- TODO — Common mistake 2 and how to avoid it

## Tips

- TODO — Practical tip 1
- TODO — Practical tip 2
- TODO — Practical tip 3
