setup-gbrain

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Onboard and configure gbrain for coding agents by automating CLI installation, brain initialization (local PGLite or Supabase), MCP registration, and per-remote trust policy.

Core Features & Use Cases

  • Automates gbrain installation and bootstrapping on new machines.
  • Registers MCP and captures per-remote trust policy to enable secure, end-to-end workflows.
  • Supports idempotent re-run for seamless onboarding across restarts and machines.

Quick Start

Run the bootstrap to install gbrain and register your brain.

Frequently Asked Questions about setup-gbrain

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

FAQPage Schema
How do I automate gbrain setup for coding agents during developer onboarding?

Automate gbrain setup by running a bootstrap process that handles CLI installation, brain initialization, MCP registration, and per-remote trust policy capture. This applies to developer machines and CI workstations, ensuring idempotent provisioning and safe recovery from partial runs.

What is the best way to configure a local PGLite brain for gbrain?

Configure a local PGLite brain by running the gbrain bootstrap, which initializes the database during the automated setup process. This local initialization is supported alongside Supabase, enabling secure end-to-end workflows for coding agents.

Does gbrain onboarding support idempotent re-runs after a partial failure?

Yes, gbrain onboarding supports idempotent re-runs to ensure safe recovery from partial setup failures. Re-running the bootstrap process seamlessly resumes installation and configuration across restarts and new machines without duplicating previous work.

How do I register MCP and capture per-remote trust policies for gbrain?

Register MCP and capture per-remote trust policies by executing the gbrain bootstrap script. This automated step enrolls your environment's security policies and registers the MCP server to enable secure, end-to-end coding agent workflows.

Do I need network access and credentials to initialize a Supabase brain with gbrain?

Yes, you need network access and appropriate credentials to initialize a Supabase brain with gbrain. These requirements are necessary for the automated CLI installation and remote database configuration during the onboarding process.