Skip to content

3.2.0 β€” πŸšͺ Same Skills, New Doors

Latest

Choose a tag to compare

@britt britt released this 10 Aug 18:36
· 10 commits to main since this release

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, and writing-verification-plans each shipped a duplicate .claude-plugin/plugin.json next 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 the claude-code-skills bundle.

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 and project-foundations. Nothing is duplicated; skills/ stays the one canonical copy, everyone else just gets a window into it.
  • working-on-an-issue went 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 to issue-decomposition/requirement-elicitation, and a verification-failure path through systematic-debugging.
  • setting-up-a-project now flags the GitHub Actions Node 20 deprecation, steering generated workflows (and CLAUDE.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-foundations bundle 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