🏗️
AutomationPython

Agent Repo Init

by study8677

Agent Repo Init is an Automation skill for Claude Code, published by study8677 in repobrain.

1.3K stars265 forkson study8677/repobrainAdded 2026/08/20Repository updated 2026/08/14
agents-sdkai-agentclaude-codecode-intelligencecode-searchcodebase-qacodex-clicopilotcursordeveloper-toolside-pluginknowledge-graphllmmcpmcp-servermulti-agentopenaipythonragwindsurf
Install in seconds
Install Agent Repo Init
Copy Agent Repo Init into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/study8677/repobrain/tree/main/skills/agent-repo-init ~/.claude/skills/agent-repo-init

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/study8677/repobrain.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/agent-repo-init/SKILL.md in study8677/repobrain
Installs to
~/.claude/skills/agent-repo-init
Collection
One of 6 skills cataloged from this repository
Category
Automation1523 skills

What Agent Repo Init does

Agent Repo Init initializes a new multi-agent project from the RepoBrain template in quick or full mode, including runtime profile, MCP toggle, swarm preference, sandbox type, and optional git init. Use it to scaffold a project structure before configuring the LLM endpoint with rb-setup.

Agent Repo Init is cataloged under Automation on DirSkills. Agent Repo Init comes from a repository tagged agents-sdk, ai-agent, claude-code, code-intelligence and code-search.

Documentation

README

Agent Repo Init

Initialize a new project from this repository template with two modes.

Modes

  • quick: Fast scaffold with clean copy and minimal setup.
  • full: quick plus runtime profile setup (.env, mission, context profile, init report) and optional git init.

Run via Script

Use the portable script in this skill directory:

python skills/agent-repo-init/scripts/init_project.py \
  --project-name my-agent \
  --destination-root /absolute/path \
  --mode quick

Full mode example:

python skills/agent-repo-init/scripts/init_project.py \
  --project-name my-agent \
  --destination-root /absolute/path \
  --mode full \
  --enable-mcp \
  --disable-swarm \
  --sandbox-runtime microsandbox \
  --init-git

This is the opening of the README. Read the full README on GitHub.

Commands Agent Repo Init provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /rb-setup

Frequently asked about Agent Repo Init

  • What else does study8677 publish alongside Agent Repo Init?

    Agent Repo Init is one of 6 skills that DirSkills catalogs from study8677/repobrain, the repository it ships in. Its siblings there include Agent Repository Init, Agent Workspace Init and Graph Retrieval. Each one is a separate skill with its own page in this directory, installs the same way Agent Repo Init does, and is maintained by study8677 in that same repository. The rest of the collection is listed on the study8677/repobrain page.

  • How does Agent Repo Init compare to other Automation skills?

    Agent Repo Init ranks #682 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agent Repo Init against them. Open each page to compare what they document and how they install.