# 0 Template

> Template for creating a new Agent Skill. Copy this folder, rename it to your skill's kebab-case name, and fill in every section. Use this as the starting point whenever you author a new skill for the AgentSkills library.

- Skill: `jayrha/0-template` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add jayrha/0-template`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jayrha/0-template/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: MIT
- Author: JayRHa (https://skillmd.com/u/jayrha)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jayrha/0-template

---


# Skill Template

> Copy this folder to a new top-level `<your-skill-name>/` folder in the repo root, rename it, and replace this content. Delete this blockquote when done.

## Overview

One short paragraph: what this skill does and the situations it applies to.

**Keywords**: comma, separated, discovery, terms

## Workflow

1. First step — what to do.
2. Second step.
3. Third step.
4. Verify the result.

## Decision Framework

Use a table or bullet heuristics to help the agent choose between options.

| If… | Then… |
| --- | --- |
| condition A | action A |
| condition B | action B |

## Worked Example

Show a concrete input and the expected output. See `examples/sample.md` for a fuller example.

## Best Practices

- Do this.
- Prefer that.

## Common Pitfalls

- Avoid this.
- Watch out for that.

## Supporting Files

- `references/guide.md` — deep reference material (loaded only when needed).
- `scripts/run.py` — runnable helper.
- `examples/sample.md` — worked example.

