# Skill Starter

> Starter template for authoring a focused Codex skill. Use when creating a new reusable skill and no specialized authoring workflow is needed.

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

---


# Skill Starter

Use this as a minimal starting structure, then replace the placeholders before use.

## Authoring checklist

1. State the concrete outcome and precise triggers in the frontmatter.
2. Keep `SKILL.md` focused on the essential workflow and constraints.
3. Put long examples, schemas, and mode-specific material in `references/`.
4. Bundle scripts only for repeatable, deterministic work; document their inputs and side effects.
5. State approval requirements for writes, deployments, connected apps, or other external actions.
6. Validate the skill on a realistic task before sharing it.

