skill-author
skill-author
npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill skill-author
The build stage of the skill pipeline. /skill-triager fires a repository_dispatch that opens a
skill/<slug> branch with a stub SKILL.md — schema-valid frontmatter and a body full of
<!-- TODO --> markers. This skill turns that stub into something shippable, then hands it to
/skill-qa.
Where this fits:
/skill-sourcer→/skill-triager→/skill-author→/skill-qa→/skill-publish→/skill-triager(confirm-ship). It authors; it does not triage, QA, or publish.
It owns the Zynkr-specific half of authoring. A general-purpose skill writer knows what a good
skill looks like; it does not know this repo's frontmatter contract, its sheetId economy, its taxonomy
keys, or what /skill-qa rejects. Those are the things that get a skill sent back. You may still call
the skill-creator plugin for prose — treat it as a tool, not as a stage.