# Your Skill Name

> Describe exactly what this skill does and when it should be used.

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

---


# Skill Title

## Objective

State the exact outcome this skill should produce.

## Inputs

List required and optional inputs.

## Workflow

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

## Output

Define the output format and quality bar.

## Guardrails

- Keep operations safe and reversible when possible.
- Ask before external side effects.

## Required companion file

Create `skill.json` next to `SKILL.md` and validate it against:
`references/SKILL_MANIFEST.schema.json`

`skill.json` must include:
- install commands
- compatibility labels (claude-code/openai-agents/gemini-cli/openclaw)
- quality metrics (security_score, real_world_validated, maintainer, last_verified_at)

