Skip to content

Replace migrate-skills-yaml with author-stepwise-skill#126

Merged
gewenyu99 merged 2 commits intomainfrom
posthog-code/skills-readme
May 5, 2026
Merged

Replace migrate-skills-yaml with author-stepwise-skill#126
gewenyu99 merged 2 commits intomainfrom
posthog-code/skills-readme

Conversation

@gewenyu99
Copy link
Copy Markdown
Collaborator

@gewenyu99 gewenyu99 commented May 5, 2026

Summary

  • Delete .claude/skills/migrate-skills-yaml/ — that skill described a skills.yaml format two refactors old and no longer reflects what's in transformation-config/skills/.
  • Add .claude/skills/author-stepwise-skill/ — a skill that guides authors creating new multistep skills (the audit-shaped chain, but framed generically). Covers the directory layout, config.yaml shape, per-file next_step frontmatter (including next_step: null terminal), group-level references.preamble, the progressive-disclosure rules each step should follow, and a worked 2-step example.

Test plan

  • Confirm /author-stepwise-skill (or the agent-detected trigger) loads the new skill and the old /migrate-skills-yaml is gone.
  • Create the migration skills with this skill

Created with PostHog Code

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
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

🧙 Wizard CI

Run 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:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci basic-integration
  • /wizard-ci misc
  • /wizard-ci revenue

Test an individual app:

  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
Show more apps
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci misc/quack-quack
  • /wizard-ci revenue/stripe

Results will be posted here when complete.

@gewenyu99 gewenyu99 requested a review from a team May 5, 2026 20:04
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
Copy link
Copy Markdown
Member

@edwinyjlim edwinyjlim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's get this bad boy in here. I'll use it for the event-map-audit skill

@gewenyu99 gewenyu99 merged commit 5d85a83 into main May 5, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants