repo-agent-brief

Generate concise, safety-aware repository orientation briefs with repo-agent-brief/agent-brief before coding-agent work, reviews, handoffs, PR analysis, unfamiliar repo edits, diff-aware branch handoffs, or when an agent needs stack/commands/context/risk signals before changing files.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "repo-agent-brief" with this command: npx skills add builtbyecho/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-risk in 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Agent Work Receipts

Provides a safe, auditable AI coding workflow with repo briefs, logged commands, trustable receipts, and CI dry-run planning for transparent handoffs and rev...

Registry SourceRecently Updated
130Profile unavailable
Coding

Agent Runlog

Wrap shell commands with the agent-runlog CLI to capture concise, redacted run logs for debugging, CI reproduction, long-running agent commands, repeated fai...

Registry SourceRecently Updated
120Profile unavailable
Coding

Trust Log

Create, summarize, or verify local human-readable receipts for AI agent work using the @builtbyecho/trustlog CLI. Use when a user asks for proof of what an a...

Registry SourceRecently Updated
120Profile unavailable
Automation

AgentPhone

Make real phone calls to businesses. Book reservations, cancel subscriptions, navigate IVR menus. Get transcripts and recordings.

Registry SourceRecently Updated
5691Profile unavailable