Skip to content
harness-mini

Documentation

Overview

harness-miniis a minimal, CLI-agnostic agent harness: convention + skills + sub-agents + distilled best-practice docs, with only thin shell glue as code. It encodes the patterns from Anthropic's long-running-agent engineering, OpenAI's harness engineering, and Anthropic's Founder's Playbook into a structure you can drop into any project.

The harness is the environment, not a program. Any agent that can run a shell — claude, codex, cursor — can use it. The repository is the system of record: anything not in a version-controlled file does not exist to the agent.

install
$ git clone https://github.com/harness-mini/harness-mini.git$ bash harness-mini/init.sh /path/to/your/project

References distilled in the harness

  • Anthropic — Effective harnesses for long-running agents
  • Anthropic — Harness design for long-running apps
  • OpenAI — Harness engineering (leveraging Codex)
  • Anthropic — The Founder's Playbook
Looking for the source, skills, and sub-agents? Browse the repository on GitHub, or jump to The 40% line.