Replace migrate-skills-yaml with author-stepwise-skill#126
Merged
Conversation
The migrate skill described a yaml format two refactors ago and is no longer useful. Replace it with a skill that helps authors create new multistep (chained-references) skills like audit, including the per-file `next_step` frontmatter, group-level preamble, and progressive-disclosure authoring rules. Generated-By: PostHog Code Task-Id: 108de9ba-4744-4815-b2d4-491b07fb0572
🧙 Wizard CIRun the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands: Test all apps:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
Other docs-only skills (revenue-analytics, quack, audit) emit `[STATUS]` progress lines and `[ABORT]` termination signals that the runner reads. Add a section explaining both, a description.md template entry, and example usage in the worked 2-step skill so authors don't miss them. Generated-By: PostHog Code Task-Id: 108de9ba-4744-4815-b2d4-491b07fb0572
edwinyjlim
approved these changes
May 5, 2026
Member
edwinyjlim
left a comment
There was a problem hiding this comment.
let's get this bad boy in here. I'll use it for the event-map-audit skill
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
.claude/skills/migrate-skills-yaml/— that skill described askills.yamlformat two refactors old and no longer reflects what's intransformation-config/skills/..claude/skills/author-stepwise-skill/— a skill that guides authors creating new multistep skills (theaudit-shaped chain, but framed generically). Covers the directory layout,config.yamlshape, per-filenext_stepfrontmatter (includingnext_step: nullterminal), group-levelreferences.preamble, the progressive-disclosure rules each step should follow, and a worked 2-step example.Test plan
/author-stepwise-skill(or the agent-detected trigger) loads the new skill and the old/migrate-skills-yamlis gone.Created with PostHog Code