Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.14 KB

File metadata and controls

34 lines (25 loc) · 1.14 KB

Claude Code plugin

The self-contained plugin bundles the CLI, the local stdio MCP server, and eleven skills — no global npm install, no nested Claude processes, and stage approval stays an explicit human action.

Install (inside Claude Code):

/plugin marketplace add HelloThisWorld/specbridge
/plugin install specbridge@specbridge-plugins
/reload-plugins

Full instructions — local checkout, development mode, the release ZIP, and installation verification — live in plugin installation.

The eleven skills

/specbridge:doctor · /specbridge:status · /specbridge:new · /specbridge:author · /specbridge:approve · /specbridge:implement · /specbridge:continue · /specbridge:verify · /specbridge:runners · /specbridge:templates · /specbridge:extensions

All eleven passed live-model verification against a real workspace — results and per-skill reports: skill verification.

More