What
Why
Changes
-
Type
- [ ]
feat:— new capability - [ ]
fix:— bug fix - [ ]
refactor:— internal cleanup, no behavior change - [ ]
docs:— README / CONTRIBUTING / references-only
Testing
- [ ]
- [ ]
PR checklist
- [ ] Frontmatter parses;
namematches the skill directory;versionset;descriptionincludes Use-when triggers and a NOT-for boundary. - [ ] Versions in sync across
VERSION, all*/SKILL.mdfrontmatters,marketplace.json, and the 3 plugin manifests (CI verifies). - [ ] All
references/X.mdlinks inSKILL.mdresolve; no orphan reference files; no../parent-dir references. - [ ] If a skill folder was added or renamed,
marketplace.jsonreflects it. - [ ] If user-facing behavior changed,
SKILL.mdandREADME.mdreflect it. - [ ] Every
higgsfield …example in the docs is a real, current command.