# Your Skill Name

> One sentence: what this skill does and when to invoke it. Use for: [list 2-3 trigger phrases users would naturally type].

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

---


## Overview

[2-3 sentences: what this skill does and why it exists. Be specific.
Bad: "Helps with code." Good: "Reviews Python functions for PEP-8
compliance and common anti-patterns, then outputs a prioritized fix list."]

---

## When to Use This Skill

[Optional but recommended for complex skills. List the specific
conditions that should trigger this skill.]

Examples:
- User pastes a function and asks for a review
- User says "check my code" or "code review"

---

## Section 1: [First Major Step]

[Instructions for the agent. Be explicit — don't say "do the right thing,"
say exactly what to do. Use numbered steps for ordered workflows,
bullet points for flexible guidance.]

1. Step one
2. Step two
3. Step three

---

## Section 2: [Second Major Step]

[Continue as needed. Each section should have one clear responsibility.]

---

## Reference: [Optional — Load-on-Demand Content]

[Put bulky reference material here rather than in the main flow.
The agent loads this only when needed, saving tokens.]

