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-publish runs, a GitHub issue already exists in peter-tu-zynkr/zynkr-skill-idea with Pipeline Status=approved, a slug + category, and an open skill/<slug> branch carrying the stub SKILL.md. /skill-creator produced the real content. /skill-publish just attaches the artifact to that existing pipeline state, fires publish-skill.yml to open the PR, and lets /skill-triager close the loop after merge.


Installs
10
GitHub Stars
19
First Seen
Jun 3, 2026
skill-publish — peter-tu-zynkr/zynkr-skill-builder