harness-kit
Multi-agent task orchestration, proof-of-work boards, and engineering patterns
All Skills in This Repository (14)
Pure Emerald Level Indicatorsdk-merge-resolve
Diagnose git merge, rebase, cherry-pick, or stash pop conflicts and guide resolution.
dk-compound
Extract conversation learnings into structured documents in docs/.
dk-local-mock-first-approach
Coordinate mock-first feature development with tracker.md and layer boundaries.
dk-local-logs
Locate and read backend, frontend, celery, odin, or task execution logs to diagnose harness-kit errors.
dk-local-run-spec
Plan, review, and execute Odin specs locally with environment setup and diagnostics.
dk-slop-audit
Scan codebases for misplaced files, dead code, temp files, and security/config slop; generate prioritized P0-P4 reports with guidance for P0-P2 items.
dk-breadcrumb-creator
Trace workflows through the harness-kit monorepo and generate FLOW.md, DETAILS.md, and DEBUG.md.
dk-loop-audit
Audit AI agents' autonomous loop closure from symptom discovery to verified fix.
dk-rca
Guide seven-step root-cause analysis from reproduction through documentation.
dk-local-follow-breadcrumb
Load breadcrumb workflows to map user questions before code exploration.
dk-agent-native-audit
Audit codebases against eight agent-native architecture principles with parallel sub-agents.
dk-close-the-loop
Automate iterative refinement of AI outputs with an observe-hypothesize-change-rerun loop.
Frequently Asked Questions
FAQPage SchemaHow to install harness-kit?โผ
Run `npx skills add deepklarity/harness-kit --all -g -y` in your terminal to install all skills in this suite globally.
What does harness-kit do?โผ
It orchestrates software work across multiple coding agents using a task board with dependency graphs, cost tracking, and proof-of-work evidence for every task.
Which coding agents work with harness-kit?โผ
It works with Claude Code, Codex, GLM, MiniMax, and other agents behind a common harness interface. One authenticated provider is enough to start.
Do I need to install the full kit to use the patterns?โผ
No. The engineering patterns and skills adopt into any repository through the Quickstart audit flow with nothing installed.
Is my code sent anywhere when using harness-kit?โผ
Only to the AI providers you configure yourself. The kit runs locally with SQLite, local services, and sandboxed task execution.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core