# <skill Name>

> Use when <describe the situation that should trigger this skill — be specific about the inputs, goal, and context>. Triggers: "<example user phrase>", "<another phrase a user might say>".

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

---


# <Skill Display Name>

<One or two sentences stating what this skill does and the core principle behind
how it works.>

## When to Use

- <Concrete situation 1>
- <Concrete situation 2>
- <Concrete situation 3>

**When NOT to use:** <cases that look similar but should be handled differently
or by another skill / a simple one-liner>.

## How It Works

<Describe the workflow / steps / artifacts. Keep this section focused. If you
have long command sets or deep references, put them in `references/` and link
to them here, e.g.:>

See `references/<topic>.md` for the full command set.

## Common Mistakes

| Mistake | Do this instead |
|---------|-----------------|
| <a likely wrong move> | <the correct approach> |

