feat(gws)!: remove recipe and persona skills, update sync workflow#38
feat(gws)!: remove recipe and persona skills, update sync workflow#38
Conversation
Removes 34 recipe skills and 5 persona skills (58% reduction, 67→28 skills) to eliminate low-value bloat. Recipes are 2–4 step procedures Claude can compose from existing service/helper skills; personas are thin wrappers that overlap heavily with each other. Updates gws-sync skill to filter recipe-* and persona-* from upstream output before diffing, preventing future syncs from re-introducing these categories. Also enables skill-creator plugin in project settings. Assisted-by: Claude:claude-sonnet-4-6[1m]
|
Caution Review failedFailed to post review comments 📝 WalkthroughWalkthroughThis PR updates the GWS plugin to version 2.0.0 and restructures its sync workflow documentation. Changes include enabling an additional plugin in settings, refactoring the sync workflow with granular numbered steps, removing outdated sections from the README, and bumping the plugin version. ChangesGWS Plugin v2.0.0 Release
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
1.2.0→2.0.0(breaking change)gws-syncskill to filterrecipe-*andpersona-*from upstream output before diffing, preventing future syncs from re-introducing these categoriesTest plan
ls gws/skills/ | wc -lreturns 28ls gws/skills/ | grep -E 'recipe-|persona-'returns nothingclaude plugin validate ./gwspassesnpx markdownlint-cli2 --config .markdownlint-cli2.jsonc "gws/**/*.md"passesSummary by CodeRabbit
New Features
Documentation