writing-scripts
Installation
SKILL.md
Writing Scripts
Prerequisites
Load engineering-principles before this skill. It provides the foundation:
strict types, validation at boundaries, explicit errors, and
principle-over-prescription (ceremony scales with task size). This skill adds
concrete script patterns: the script-or-project decision, layout conventions,
body structure, and CLI/signal handling defaults.