Releases: pmco23/claude-code-openspec-toolkit
Releases · pmco23/claude-code-openspec-toolkit
v2.0.0 — Marketplace Install & Fixes
Install
claude plugin marketplace add pmco23/claude-code-openspec-toolkit
claude plugin install openspec-toolkit@openspec-toolkitWhat's new
Marketplace support
- Repo restructured as a proper marketplace (matching
claude-plugins-officiallayout) - Plugin lives in
plugins/openspec-toolkit/with hooks inhooks/hooks.json
Fixes
- Hooks moved from invalid
plugin.jsonformat to standardhooks/hooks.jsonwith proper prompt-based and command hook types - All complementary plugin install commands now use correct
@claude-plugins-officialformat - OpenSpec repo URL corrected to
Fission-AI/OpenSpecacross 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
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:proposepost-apply— combined quality gate (spec compliance + security + code quality)spec-review— lighter review (no security scan)debug-investigate— structured debugging workflowtest-scaffold— generate test stubs from tasks.md for TDD
Hooks (3)
pre-apply-guard— warns if applying without config or vague criteriapre-archive-guard— warns if archiving without quality reviewsession-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-toolkitSee INSTALL.md for full setup guide including prerequisites and complementary plugins.