agent-readiness

Installation
SKILL.md

Agent-Readiness

Make a repo ready for autonomous agent work.

Principles

  • Environment > instruction — infrastructure matters more than the prompt
  • Mechanical enforcement > prose — hooks, CI, health checks, and scripts beat wishes
  • Separate builder from judgeagent-readiness builds the rig, verify proves your own change, review critiques existing code
  • Real behavior > mocked confidence — smoke, integration, and e2e checks beat large suites that mostly mock the seam under test
  • Smallest useful layer first — add layers in order, stop when the repo becomes reliably verifiable
  • Progressive disclosure — keep the core workflow here, load patterns on demand

Handoffs

  • Need to review existing code, a diff, branch, or PR → use review
  • Need to prove your own completed change works on real surfaces → use verify
  • Need to update AGENTS.md, README.md, specs, or repo docs → use docs
Related skills

More from uinaf/skills

Installs
21
Repository
uinaf/skills
GitHub Stars
2
First Seen
Apr 12, 2026