# Skill Creator Execution Checklist

> Sub-skill of skill-creator: Execution Checklist.

- Skill: `vamseeachanta/skill-creator-execution-checklist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/skill-creator-execution-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/skill-creator-execution-checklist/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/skill-creator-execution-checklist

---


# Execution Checklist

## Execution Checklist


Before creating a skill:
- [ ] Scope clearly defined (problem, users, inputs, outputs)
- [ ] Name follows kebab-case convention
- [ ] Description is action-oriented with use cases

During creation:
- [ ] Frontmatter complete (name, description, version, category)
- [ ] Overview explains value in 2-3 sentences
- [ ] Quick Start provides immediate value
- [ ] Instructions are actionable, not conceptual
- [ ] Examples are complete and runnable

After creation:
- [ ] Skill triggers correctly when invoked
- [ ] Code examples tested and working
- [ ] Related skills referenced in new skill's frontmatter
- [ ] **Existing related skills updated** — search for skills that overlap or compose with this one; add this skill to their `related_skills:` frontmatter (bidirectional linking is mandatory)
- [ ] Version history added

