← Back to Skills Marketplace
builtbyecho

Repo Agent Brief

by BuiltByEcho · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ✓ Security Clean
10
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install repo-agent-brief
Description
Generate concise, safety-aware repository orientation briefs with repo-agent-brief/agent-brief before coding-agent work, reviews, handoffs, PR analysis, unfa...
README (SKILL.md)

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
Usage Guidance
This skill appears safe for its stated purpose. Before using it, make sure you trust the npm package being run with npx, consider pinning a version, and review generated brief files for sensitive repository content before sharing them or using them as agent context.
Capability Assessment
Purpose & Capability
The skill's purpose is clear and proportionate: it generates repository orientation and handoff briefs before coding or review work. It intentionally reads repository context, so users should expect local repo content to influence the output.
Instruction Scope
The documented commands are scoped to the current repository and produce local output files. The instructions include safety guidance such as inspecting high-risk patterns and using --no-snippets.
Install Mechanism
There is no bundled code or install spec, while SKILL.md uses npx to run repo-agent-brief. That is purpose-aligned, but the npm package/version is not pinned or reviewed in the supplied artifacts.
Credentials
Scanning a repository root and creating AGENT_BRIEF.md, AGENT_HANDOFF.md, or JSON output fits the stated purpose. The output may contain repo snippets, so it should be treated as potentially sensitive.
Persistence & Privilege
The skill does not request credentials, elevated permissions, or background persistence. It does create local brief files that remain until the user deletes or manages them.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install repo-agent-brief
  3. After installation, invoke the skill by name or use /repo-agent-brief
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.1
Initial ClawHub publish for the BuiltByEcho repo orientation and handoff brief workflow.
Metadata
Slug repo-agent-brief
Version 0.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments