Specbridge
Description
Open, model-agnostic spec runtime for existing Kiro projects - bring your .kiro steering and specs to Claude Code, Codex, or any coding agent. No conversion, no duplicated specs, no lock-in.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SpecBridge
An open, model-agnostic spec runtime for existing Kiro projects.
**No conversion. No duplicated specs. No lock-in.**
Start in Kiro. Continue anywhere. Return whenever you want.
existing .kiro specs
↓
approve requirements, design, and tasks
↓
implement with Claude Code / Codex / Gemini
↓
capture real Git evidence
↓
verify spec drift locally and in CI
↓
extend with templates and extensions
30-second start in any project that already contains `.kiro/`:
npm install -g specbridge-cli
specbridge doctor
specbridge spec list
specbridge spec verify --changed
Using Claude Code? Install the self-contained plugin instead: `/plugin marketplace add HelloThisWorld/specbridge` → `/plugin install specbridge@specbridge-plugins` — [details](docs/getting-started/claude-code-plugin.md).
[](https://github.com/HelloThisWorld/specbridge/actions/workflows/ci.yml) [](https://github.com/HelloThisWorld/agent-skill-verification-template) [](LICENSE)
**[Documentation hub](docs/README.md)** · **[Releases](https://github.com/HelloThisWorld/specbridge/releases)**
Maturity, honestly: v1.0.0 has a deterministic, offline core (parsing, approvals, verification, evidence) with stable public contracts, while model-assisted parts remain inherently nondeterministic, extensions run out of process but are not OS-sandboxed, and release binaries are unsigned — see [SECURITY.md](SECURITY.md) and the [threat model](docs/security/threat-model.md).
SpecBridge is an independent open-source project, **not affiliated with, endorsed by, or sponsored by AWS or Kiro** — see [NOTICE.md](NOTICE.md).
Why this exists
Kiro popularized a great idea: spec-driven developme
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing