graph-retrieval
Exposes graph-based retrieval as a tool capability via `query_graph`. Reads normalized graph store files, builds a query-relevant subgraph, and returns…
One-click initialization of a multi-agent repository from the RepoBrain template. Use this skill when users want to scaffold a new project quickly (`quick` mode) or with runtime defaults (`full` mode) including MCP toggle, swarm preference context, sandbox type, and optional git
$ npx -y skills add study8677/repobrain --skill agent-repo-init --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-repo-initContext preview
The summary Claude sees to decide when to auto-load this skill.
One-click initialization of a multi-agent repository from the RepoBrain template. Use this skill when users want to scaffold a new project quickly (`quick` mode) or with runtime defaults (`full` mode) including MCP toggle, swarm preference context, sandbox type, and optional git
name: agent-repo-init description: One-click initialization of a multi-agent repository from the RepoBrain template. Use this skill when users want to scaffold a new project quickly (`quick` mode) or with runtime defaults (`full` mode) including MCP toggle, swarm preference context, sandbox type, and optional git init. LLM configuration is handled later by rb-setup.
Initialize a new project from this repository template with two modes.
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
🧠 RepoBrain (formerly Antigravity) — Give your repo a brain. ChatGPT for your codebase: works in Claude Code, Cursor, Codex, Windsurf & more.
Exposes graph-based retrieval as a tool capability via `query_graph`. Reads normalized graph store files, builds a query-relevant subgraph, and returns…
High-level deployment wrapper over RepoBrain core with graph-first knowledge injection and all-file support. Exposes `refresh_filesystem` and `ask_filesystem`…
Performs deep research on a topic via `deep_research`. Simulates a multi-step research process and returns a comprehensive research result as a string.