Conversation
Adds `wukong skills publish` for uploading a local skill from `.agents/skills/<name>/SKILL.md` to the internal skills registry repo via the new `publishSkill` GraphQL mutation on wukong-api-proxy. - SDK: hand-patch schema.json with publishSkill + SkillPublishResult, add PublishSkill mutation and `publish_skill` SDK method. - CLI: WKClient wrapper with api_event telemetry, plus interactive publish.rs handler (skill discovery, slug + commit message prompts, frontmatter check, friendly error mapping for known server errors). - Docs + completion snapshots updated.
mfauzaan
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
wukong skills publish— an interactive wizard for uploading a local skill from.agents/skills/<name>/SKILL.mdto the internal skills registry via the newpublishSkillGraphQL mutation on wukong-api-proxy.Jira: CRF-1144 — [CLI] wukong skills push — Publish a local skill to the registry
Behavior
Interactive wizard that guides the user through publishing a skill:
.agents/skills/<name>/SKILL.mdSKILL.mdfrontmatter before publishing<skill-slug>/SKILL.mdChanges
schema.jsonwithpublishSkill+SkillPublishResult; addPublishSkillmutation andpublish_skillSDK method.WKClientwrapper withapi_eventtelemetry; new interactivepublish.rshandler.Test plan
cargo buildsucceedscargo testpasses (snapshot updates verified)wukong skills publishend-to-end against staging registrySKILL.md, invalid frontmatter, slug already exists, auth failure