Generate a small helper script for repetitive tasks. Use when a junior developer needs a quick automation snippet.
Install
npx skillscat add proflead/codex-skills-library/small-script-generator Install via the SkillsCat registry.
SKILL.md
Small Script Generator
Purpose
Generate a small helper script for repetitive tasks.
Inputs to request
- Inputs, outputs, and file paths.
- Target language or shell.
- Safety requirements like dry-run.
Workflow
- Clarify inputs, outputs, and file paths.
- Draft a short script with safe defaults.
- Include a dry-run or preview option if useful.
Output
- Script snippet with usage example.
Quality bar
- Avoid destructive behavior by default.
- Show how to run it safely.