setup-gbrain

Automate gbrain CLI installation, brain initialization, MCP registration, and trust policy setup.

Updated May 28, 2026
One-click install
npx skills add https://github.com/limzivector/SEO --skill setup-gbrain-limzivector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-gbrain
Source: https://github.com/limzivector/SEO/tree/main/gstack/setup-gbrain
Command: npx skills add https://github.com/limzivector/SEO --skill setup-gbrain-limzivector

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The setup-gbrain skill addresses the challenge of configuring gbrain for a coding agent, which involves installing the CLI, initializing a brain, registering MCP, and setting up trust policies.

Core Features & Use Cases

  • Installation and Setup: Automates the installation of the gbrain CLI and sets up the local PGLite or Supabase brain.
  • Registration and Trust: Register the Machine Control Plane (MCP) and establish per-remote trust policies.
  • Use Case: Ideal for coding agents needing a unified environment to manage code reviews, project plans, and AI assistance.

Quick Start

To install gbrain, use the following command:

bun run gen:setup-gbrain

Frequently Asked Questions about setup-gbrain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up gbrain for my coding agent?

Setting up gbrain involves running `bun run gen:setup-gbrain` to automate CLI installation, initialize a local PGLite or Supabase brain, register the Machine Control Plane, and establish per-remote trust policies.

What is the Machine Control Plane in gbrain?

The Machine Control Plane (MCP) is a component registered during gbrain setup to provide AI-powered coding assistance, enabling a unified environment to manage code reviews, project plans, and AI assistance.

Do I need Bun to install the gbrain CLI?

Yes, you need Bun installed to execute the `bun run gen:setup-gbrain` command, which automates the installation and configuration of the gbrain environment for your coding agent.

Can I use Supabase instead of PGLite for the gbrain brain?

Yes, gbrain setup supports configuring either a local PGLite or a Supabase brain, allowing you to choose your preferred database backend during the initialization phase.

What are per-remote trust policies in gbrain?

Per-remote trust policies are security configurations established during gbrain setup to control access and permissions for your coding agent across different remote repositories.