kebab-namelisted
Install: claude install-skill fabioc-aloha/Alex_ACT_Edition
# <Skill Title>
> **Skeleton instructions:** copy this file to `.github/skills/<your-skill>/SKILL.md`, then replace every `<placeholder>` and update `lastReviewed` to today's date. Delete this blockquote before committing.
<One-paragraph summary of what the skill does and why it exists. Behavioral, not encyclopedic.>
## When to Use
- <Concrete trigger 1>
- <Concrete trigger 2>
- <Concrete trigger 3>
## When **not** to use
- <Adjacent case that should route elsewhere> — use `<other-skill>` instead.
- <Another adjacent case>.
## How to Apply
### Step 1 — <verb>
<What the agent does in this step. Concrete. Cite tools, files, or commands by name.>
### Step 2 — <verb>
<...>
### Step 3 — <verb>
<...>
## Anti-Patterns
| Anti-pattern | Correction |
| --- | --- |
| <Common mistake> | <How to do it right> |
| <Another mistake> | <Correction> |
## Falsifiability — Would Revise If
- **Event-based**: <observable event that, if it occurs ≥N times, invalidates the skill's design>.
- **Date-based**: <YYYY-MM-DD — if no fires by this date, downgrade to sinking>.
## Related
- [<related-skill>](../<related-skill>/SKILL.md) — <one-line relationship>
- [<related-instruction>](../../instructions/<name>.instructions.md) — <relationship>