Skip to content

Releases: pmco23/claude-code-openspec-toolkit

v2.0.0 — Marketplace Install & Fixes

12 Mar 09:22

Choose a tag to compare

Install

claude plugin marketplace add pmco23/claude-code-openspec-toolkit
claude plugin install openspec-toolkit@openspec-toolkit

What's new

Marketplace support

  • Repo restructured as a proper marketplace (matching claude-plugins-official layout)
  • Plugin lives in plugins/openspec-toolkit/ with hooks in hooks/hooks.json

Fixes

  • Hooks moved from invalid plugin.json format to standard hooks/hooks.json with proper prompt-based and command hook types
  • All complementary plugin install commands now use correct @claude-plugins-official format
  • OpenSpec repo URL corrected to Fission-AI/OpenSpec across all docs
  • Node.js version requirement updated to 20.19.0+
  • OpenSpec CLI install section reordered after plugin installs

Full feature set

  • 17 slash commands (AST search, GitHub search, docs, codebase analysis)
  • 5 skills (pre-propose, post-apply, spec-review, debug-investigate, test-scaffold)
  • 3 hooks (pre-apply-guard, pre-archive-guard, session-context)
  • 1 agent (review-agent — read-only code review)

See CHANGELOG.md for full details.

v1.0.0 — Initial Release

12 Mar 08:36

Choose a tag to compare

Initial release of the OpenSpec Toolkit plugin for Claude Code.

What's included

Commands (17)

  • AST search: /ast, /ast-find, /ast-lang, /ast-refactor
  • GitHub search: /gh-examples, /gh-fix, /gh-pattern, /gh-docs
  • Documentation: /c7-docs, /c7-fix
  • Codebase analysis: /repo-auth, /repo-routes, /repo-models, /repo-export, /repo-export-slim

Skills (5)

  • pre-propose — codebase mapping before /opsx:propose
  • post-apply — combined quality gate (spec compliance + security + code quality)
  • spec-review — lighter review (no security scan)
  • debug-investigate — structured debugging workflow
  • test-scaffold — generate test stubs from tasks.md for TDD

Hooks (3)

  • pre-apply-guard — warns if applying without config or vague criteria
  • pre-archive-guard — warns if archiving without quality review
  • session-context — auto-detects active OpenSpec change on session start

Agents (1)

  • review-agent — read-only code review

Install

claude plugin install github:pmco23/claude-code-openspec-toolkit

See INSTALL.md for full setup guide including prerequisites and complementary plugins.