skill-publish
Installation
SKILL.md
Skill Publish
npx skills add https://github.com/peter-tu-zynkr/zynkr-skill-builder --skill skill-publish
The closing step of the Zynkr skill pipeline. /skill-publish lands a finished SKILL.md into zynkr-skill-builder, attaches it to the existing pipeline issue, and hands off the rest to automation + /skill-triager.
Canonical chain (the happy path you'll hit 80% of the time):
/skill-sourcer → /skill-triager → /skill-creator → /skill-qa → /skill-publish (find idea) (approve) (build content) (QA gate) (land + ship)By the time
/skill-publishruns, a GitHub issue already exists inpeter-tu-zynkr/zynkr-skill-ideawithPipeline Status=approved, a slug + category, and an openskill/<slug>branch carrying the stub SKILL.md./skill-creatorproduced the real content./skill-publishjust attaches the artifact to that existing pipeline state, firespublish-skill.ymlto open the PR, and lets/skill-triagerclose the loop after merge.