# Template

> Your Skill Name

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

---


# Your Skill Name

> Delete this template's comments as you fill it in. Keep the body under ~500 lines —
> push deep material into `references/`, deterministic helpers into `scripts/`, and
> templates/fonts/icons into `assets/`. See `../spec/README.md` for the full standard.

## When to use this

Describe the situations this skill is for, in one tight paragraph. Be specific — this
reinforces the `description` and helps the model trigger correctly.

## Instructions

Give the agent clear, opinionated guidance: the workflow, the decisions, the gotchas.
Prefer numbered steps for fragile or order-dependent procedures, prose for open ones.
Assume the reader is a capable engineer — don't explain the basics.

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

## References (optional)

Link to deeper docs the agent should read only when needed:

- `references/deep-dive.md` — loaded on demand (link it once the file exists).

## Scripts (optional)

Describe any executable helpers and whether the agent should **run** or **read** them:

- `scripts/do_thing.py` — run to perform X deterministically.

## Examples (optional)

Show one or two worked examples so the agent can pattern-match the desired output.

