# <skill Name>

> <Describe what this skill does. Use this skill whenever the user mentions X, Y or Z, even if they do not explicitly ask for it.>

- Skill: `enmanuelmag/skill-name` (Agent Skill)
- Install (CLI): `npx skillmds@latest add enmanuelmag/skill-name`
- Raw SKILL.md: https://api.skillmd.com/api/skills/enmanuelmag/skill-name/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: enmanuelmag (https://skillmd.com/u/enmanuelmag)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/enmanuelmag/skill-name

---


# <Skill Name>

<One or two sentences: what problem this skill solves and what the expected outcome is.>

## When to use

Use this skill when:

- <Explicit trigger: the user literally asks for this.>
- <Implicit trigger: the user describes the problem without naming the solution.>
- <Maintenance trigger: audit or extend something that already exists.>

Do not use it when:

- <Out-of-scope case, with the correct alternative.>

## Modes

<Delete this section if the skill has no modes.>

| Mode | When it applies | What it produces |
|------|-----------------|------------------|
| `<mode-a>` | <condition> | <output> |
| `<mode-b>` | <condition> | <output> |

## Flow

1. **<Step 1>** — <concrete, imperative action. What to read, what to ask, what to decide.>
2. **<Step 2>** — <concrete action. Reference the `references/` file to read here.>
3. **<Step 3>** — <concrete action. Which script to run and with which arguments.>
4. **Verify** — <how to check the result is correct before calling it done.>

## References

Read these files **only when the condition holds**. Do not load them all by default.

| File | Read it when |
|------|--------------|
| `references/<topic-a>.md` | <read condition> |
| `references/<topic-b>.md` | <read condition> |

## Scripts

| Script | Use |
|--------|-----|
| `scripts/<script>.mjs` | `node scripts/<script>.mjs <args>` — <what it does> |

## Rules

- <Invariant that is never broken.>
- <Common mistake that must be explicitly avoided.>

