agent-ready

Installation
SKILL.md

Agent-Ready

Scaffold the documentation and structural artifacts that make a codebase legible to AI agents. This skill is the remediation companion to codebase-readiness -- it does not score, it builds.


Startup: Check for Prior Assessment

Before entering any mode, check if AGENT_READY_ASSESSMENT.md exists in the project root.

If it exists:

  1. Read it and extract dimension scores
  2. Auto-suggest a mode based on the weakest dimensions:
    • Documentation & Context < 50 -> suggest claude-md first
    • Architecture Clarity < 50 -> suggest architecture first
    • Both < 50 -> suggest scaffold (full setup)
  3. Tell the user: "I found an existing assessment. Based on your scores, I recommend starting with [mode]. Want to proceed, or choose a different mode?"

If it does not exist, proceed with mode detection.

Related skills

More from dgalarza/claude-code-workflows

Installs
5
GitHub Stars
55
First Seen
Mar 17, 2026