# Skill Starter

> My Skill Name

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

---


# My Skill Name

TODO — one paragraph: what this skill does and what "done" looks like.

> Remove this note and every TODO before shipping. Delete any section you
> don't need — an unused section is worse than a missing one, because the
> agent will follow it.

## Workflow

TODO — numbered steps with the expected outcome of each:

1. TODO — first step (e.g. run a command, read a file).
2. TODO — the decision or generation step.
3. TODO — validation step. Prefer a script:
   `python scripts/example.py <artifact>`
   Fix reported violations and re-run until exit 0.

## Rules

- TODO — boundaries: what this skill must never do.

## Examples

TODO — one realistic input → expected output pair. One example beats a
paragraph of description.

## Reference files

<!-- Optional: delete if unused. Link one level deep, with a read condition. -->

- [references/REFERENCE.md](references/REFERENCE.md) — read when TODO
  (state the condition, e.g. "the spec has non-default auth").
- [assets/example_template.md](assets/example_template.md) — render final
  output into this structure; keep section order exactly.

## Scripts

<!-- Optional: delete if unused. -->

- `scripts/example.py` — TODO: what it checks, its exit codes, and what to
  do when it fails.

