# Skill Name

> Does X for Y. Use when the user asks to "do X", mentions Z, or works with <file type / tool / situation>.

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

---


# Skill Name

One-paragraph summary of what this skill accomplishes.

## When to use

- Trigger situation 1
- Trigger situation 2

## Instructions

1. Step one — imperative, concrete. Include exact commands:
   ```bash
   scripts/example.sh --flag value
   ```
2. Step two. State the expected output so the agent can verify.
3. For detail that doesn't fit here, point to a reference file:
   read `references/details.md` when <condition>.

## Edge cases

- Known failure mode and how to handle it.

<!--
Authoring checklist (delete this comment):
- [ ] name matches directory, kebab-case
- [ ] description contains trigger phrases, third person
- [ ] SKILL.md under 500 lines; detail moved to references/
- [ ] bundled scripts are executable and use relative paths
- [ ] python3 scripts/validate.py passes
- [ ] README skills table updated
-->

