# Example Skill

> An example skill demonstrating the expected structure for this repository. Use this as a template when creating new skills. Trigger whenever someone asks about creating a new skill for this repo or wants to see the expected format.

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

---


# Example Skill

This is a template skill demonstrating the expected structure.

## When to use

Use this skill as a reference when creating new skills for this collection.

## Instructions

1. Copy this directory as a starting point
2. Update the frontmatter with your skill's name and description
3. Write your skill instructions in the body
4. Add a `tests/evals.json` with test cases
5. Run `npm run validate` to check structure
6. Run `npm run eval -- --skill your-skill-name` to test

## Expected output

When triggered, this skill should help the user understand the skill format and create their own.

