Repo Agent Brief
/install repo-agent-brief
Repo Agent Brief Skill
Use repo-agent-brief to orient an agent before it edits or reviews a repository. It finds high-signal context files, infers stack/commands, builds a compact repo map, and flags obvious secret/risky-instruction patterns.
Default workflow
From the repository root:
npx repo-agent-brief . > AGENT_BRIEF.md
sed -n '1,220p' AGENT_BRIEF.md
For in-progress branches:
npx repo-agent-brief . --diff origin/main > AGENT_HANDOFF.md
sed -n '1,260p' AGENT_HANDOFF.md
For machine-readable automation:
npx repo-agent-brief . --format json > agent-brief.json
When to use
- First pass in an unfamiliar repo.
- Before delegating to a coding agent.
- PR/branch handoff where changed files matter.
- Safety preflight before touching CI, migrations, deploy scripts, auth, or config.
Safety
- This is not a full secret scanner. Use Gitleaks/TruffleHog for full audits.
- If high-risk patterns are found, inspect before proceeding.
- Use
--fail-on-high-riskin CI or strict agent workflows. - Generated briefs may include snippets from repo context files; avoid posting publicly without review.
Useful commands
npx repo-agent-brief .
npx repo-agent-brief . --diff HEAD
npx repo-agent-brief . --diff origin/main --fail-on-high-risk
npx repo-agent-brief . --no-snippets
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install repo-agent-brief - After installation, invoke the skill by name or use
/repo-agent-brief - Provide required inputs per the skill's parameter spec and get structured output
What is Repo Agent Brief?
Generate concise, safety-aware repository orientation briefs with repo-agent-brief/agent-brief before coding-agent work, reviews, handoffs, PR analysis, unfa... It is an AI Agent Skill for Claude Code / OpenClaw, with 10 downloads so far.
How do I install Repo Agent Brief?
Run "/install repo-agent-brief" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Repo Agent Brief free?
Yes, Repo Agent Brief is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Repo Agent Brief support?
Repo Agent Brief is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Repo Agent Brief?
It is built and maintained by BuiltByEcho (@builtbyecho); the current version is v0.2.1.