---
name: Agent Workspace Init
slug: agent-workspace-init
category: AI Engineering
description: Agent Workspace Init bootstraps a new multi-agent repository from the RepoBrain template. It supports quick scaffolds and full runtime profile setup with MCP toggle, swarm preference, sandbox type, and optional git init.
github: "https://github.com/study8677/repobrain/tree/main/engine/repobrain_engine/skills/agent-repo-init"
language: Python
stars: 1314
forks: 265
install: "npx degit https://github.com/study8677/repobrain/tree/main/engine/repobrain_engine/skills/agent-repo-init ~/.claude/skills/agent-repo-init"
installs_to: ~/.claude/skills/agent-repo-init
source_path: engine/repobrain_engine/skills/agent-repo-init/SKILL.md
collection_size: 6
category_size: 2451
collection_url: "https://dirskills.com/collections/study8677/repobrain"
added: 2026-08-20T07:54:50.490Z
last_synced: 2026-08-20T07:54:50.490Z
canonical_url: "https://dirskills.com/skills/agent-workspace-init"
---

# Agent Workspace Init

Agent Workspace Init bootstraps a new multi-agent repository from the RepoBrain template. It supports quick scaffolds and full runtime profile setup with MCP toggle, swarm preference, sandbox type, and optional git init.

**Install:**

```bash
npx degit https://github.com/study8677/repobrain/tree/main/engine/repobrain_engine/skills/agent-repo-init ~/.claude/skills/agent-repo-init
```

## README

# Agent Repo Init Skill

This skill bootstraps a new multi-agent repository from the RepoBrain template.

## Usage
When asked to initialize a fresh repository from this template, call `init_agent_repo`.

## Modes
- `quick`: Fast clean scaffold.
- `full`: Quick scaffold plus runtime profile setup (`.env`, mission, context profile, and init report).

## Capabilities
- `init_agent_repo(project_name, destination_root=".", mode="quick", enable_mcp=False, enable_swarm=True, sandbox_runtime="local", init_git=False) -> dict`

## Notes
- The destination is created as `<destination_root>/<project_name>`.
- The destination must be outside the current template repository path.
- For `full` mode, review `.context/agent_runtime_profile.md` after generation.
- Run `/rb-setup` in the generated project to choose and write the LLM endpoint.
