# Template Skill

> Use when you need a placeholder description. Replace with what the skill does and when an agent should trigger it.

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

---


# Template Skill

Replace this file with the skill instructions.

## Recommended Layout

```text
skills/<name>/
├── SKILL.md
├── scripts/       # optional executable helpers
├── references/    # optional long-form docs
└── tests/         # optional regression tests
```

## Authoring Notes

- Keep `SKILL.md` concise; move long references into `references/`.
- Write `description` as explicit trigger guidance for skill routing.
- Validate with `python skills/skill-creator/scripts/quick_validate.py skills/<name>`.

