Repo2agent
Description
Make any repo agent-ready in seconds. Generate context files, architecture docs, and an agent-readiness score for Claude Code, Codex, and Copilot.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
repo2agent
[English](./README.md) | [简体中文](./README.zh-CN.md)

Make any repo agent-ready in 5 seconds.
 
Generate `CLAUDE.md`, `AGENTS.md`, Copilot instructions, architecture docs, and an Agent Ready Score from a real repository scan.
`repo2agent` scans a codebase and generates the context files most teams still maintain by hand:
CLAUDE.mdAGENTS.md.github/copilot-instructions.mddocs/ARCHITECTURE.md.ai/manifest.json.ai/score.json.ai/README_BADGE.md
This is a narrow tool for a fast-growing workflow: teams want Claude Code, Codex, Copilot, and other coding agents to understand a repo immediately without burning tokens or guessing project structure.
Why this is timely
- AI coding agents are a breakout developer workflow.
- MCP and agent tooling are now entering the GitHub mainstream.
- Most repositories still do not have clean, agent-friendly context files.
- The pain is obvious in one sentence, so the project is easy to demo and easy to share.
What it does
- Detects languages, frameworks, package manager, commands, test surfaces, and important paths.
- Generates a consistent agent context pack from a real repository scan.
- Calculates an
agent-readyscore and outputs a README badge. - Works without an API key.
- Uses only built-in Node.js modules.
Quick start
git clone https://github.com/your-name/repo2agent.git
cd repo2agent
node ./src/cli.js init .
Print without writing:
node ./src/cli.js init . --print
Scan only:
node ./src/cli.js scan .
Score a repository:
node ./src/cli.js score .
Print badge markdown only:
node ./src/cli.js score . --badge
Write the badge into the root
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11