Files
ai-for-dummies/skills/skill-rewriter/references/rewrite-checklist.md
T
2026-09-04 00:36:01 -03:00

11 lines
549 B
Markdown

# Rewrite checklist
- `name` is lowercase, hyphenated, and matches the folder.
- `description` says what the skill does and when to use it.
- The default workflow has clear inputs and a concrete result.
- Important limits have a reason; rules are not generic boilerplate.
- Bundled resources are linked from `SKILL.md` and loaded only when needed.
- Commands use relative paths and document prerequisites.
- Mutations require an explicit user approval at the moment they occur.
- The package has one normal and one boundary-case evaluation prompt.