This release skips straight from 2.0.0 to 3.2.0 β 3.0.0 and 3.1.0 happened in plugin.json but never got their own GitHub release, so this is where everyone catches up in one hop. Bring a snack.
Breaking Changes (carried over from the unreleased 3.0.0)
- Five skills lost their standalone installability:
daily-planning-ritual,setting-up-a-project,writing-product-specs,writing-user-stories, andwriting-verification-planseach shipped a duplicate.claude-plugin/plugin.jsonnext to their marketplace entry, which let them be installed on their own β inconsistent with every other skill in the library. Those manifests are gone; all five are now reachable only through theclaude-code-skillsbundle.
What's New
- Codex CLI and Cursor can now read every skill natively. All skills are symlinked under
.agents/skills/β the shared open-standard path those tools already look for β plus new Codex/Cursor plugin manifests for both the full bundle andproject-foundations. Nothing is duplicated;skills/stays the one canonical copy, everyone else just gets a window into it. working-on-an-issuewent hands-off. No more approval gates before the PR β the PR is now the single review checkpoint. Adds a budgeted recon step that stops once the change is located, a verification plan written before the implementation plan, sizing off-ramps toissue-decomposition/requirement-elicitation, and a verification-failure path throughsystematic-debugging.setting-up-a-projectnow flags the GitHub Actions Node 20 deprecation, steering generated workflows (andCLAUDE.md) away from the deprecated runtime before it bites you in CI.
Docs
- Landing page, skills index, and install instructions refreshed across the site and
project-foundationsbundle to match the multi-tool install paths. - Site title updated.
Housekeeping
- Added an internal GitHub Actions workflow to sync issues into project board 13.
Full Changelog: 2.0.0...3.2.0