style-playbook-starter
Installation
SKILL.md
Style Playbook Starter
Use this starter whenever you maintain a style-topic-* skill.
Patch (write)
- Fix factual errors, broken commands, invalid paths, or stale references.
- Keep behavior changes minimal and explicit.
- If patching changes expected outputs, update the relevant examples.
Enhance (write)
- Add reusable defaults and decision rules, not project-specific one-offs.
- Prefer additive updates; avoid breaking existing command contracts.
- Add clear guardrails and failure handling where missing.