sks-code-harness
v0.1.1
Published
Plan, implement, review, and test code changes
Maintainers
Readme
sks-code-harness
Plan, implement, review, and test code changes
Generated with the metaharness web UI.
- Template: Advanced Coding
- Hosts: Claude Code, OpenAI Codex, pi.dev, GitHub Copilot, OpenCode, GitHub Actions
- Memory: agentdb · Routing: 3-tier · Mode: powered-by
Quick start
npm install
npm test
node bin/cli.js doctorAgents
| Agent | Role |
|---|---|
| architect | Designs the change before code is written. |
| implementer | Writes code that matches the surrounding style. |
| reviewer | Hunts correctness bugs in the diff. |
| test-writer | Adds the missing tests for the change. |
Publish
npm publish # ship to npm under your own name
npx sks-code-harness init # your users bootstrap the harnessBuilt on @metaharness/kernel — a Rust → WASM + NAPI-RS kernel that runs identically on every platform.
