Reins
Installation
SKILL.md
Reins
Use the Reins CLI to operationalize harness engineering in any repository.
Execution Model (Critical)
- The CLI is the execution engine and scoring source of truth.
- This skill is the control plane for agent behavior (routing, command order, JSON parsing discipline).
- Humans steer goals and tradeoffs; agents execute the loop.
Do not re-implement CLI logic in skill instructions. Always run commands and parse JSON outputs.
Use When
Related skills