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
Use this skill when the user asks to:
- Scaffold repository readiness artifacts (
AGENTS.md,ARCHITECTURE.md,docs/,risk-policy.json) - Audit or score agent-readiness/maturity (0-18, maturity levels, weakest dimensions)
- Diagnose readiness gaps with
doctor(pass/fail/warn health checks with prescriptive fixes) - Evolve the repository to the next Reins maturity level
Related skills