preset-creator
Installation
SKILL.md
Preset Creator
Use the current contract
Treat packages/preset/src/preset.contract.ts as the contract and
packages/preset/assets/software-coding/presets/standard-task/preset.json as
the minimal bundled example. Presets are declaration-first packages. Keep
preset-specific behavior in package assets or scripts; never add a CLI core
branch keyed by preset id, title, or action name.
A self-contained package contains:
<preset-id>/
preset.json
PRESET.md
policy.json # only when policyPath declares it
scripts/ # only when an entrypoint declares a script