setup-gbrain

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

Updated May 9, 2026
One-click install
npx skills add https://github.com/kk20300113-png/my-claude-skills --skill setup-gbrain-kk20300113-png
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-gbrain
Source: https://github.com/kk20300113-png/my-claude-skills/tree/main/setup-gbrain
Command: npx skills add https://github.com/kk20300113-png/my-claude-skills --skill setup-gbrain-kk20300113-png

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually configuring gbrain for a coding agent requires installing the CLI, initializing a local PGLite or Supabase brain, registering MCP, and setting per-remote trust policies — a time-consuming, error-prone process. This Skill automates the entire end-to-end setup workflow so you can go from a fresh environment to a fully functional gbrain integration in a single run.

Core Features & Use Cases

  • End-to-end automated provisioning: Handles CLI installation, local brain initialization, MCP registration, and trust policy configuration in one consistent workflow.
  • Cross-machine memory sync support: Optional setup for syncing session memory to a private GitHub repo for access across devices.
  • Use case: Ideal for setting up new coding agent environments, migrating to a new machine, or reconfiguring gbrain after a trust policy reset or configuration loss.

Quick Start

Use the setup-gbrain skill to fully configure gbrain for your current coding agent environment, handling all installation, initialization, MCP registration, and trust policy setup steps automatically.

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 CLI installation and local brain initialization for coding agents?▼

You can fully automate gbrain setup by running a single command that handles CLI installation, local brain initialization, and MCP registration. This provisions a complete coding agent environment without manual configuration steps.

What's the best way to configure gbrain trust policies and MCP registration after a reset?▼

The best way to reconfigure gbrain after a reset is to run an automated setup workflow that reapplies per-remote trust policies and re-registers MCP. This restores your coding agent integration in a single run.

Can I sync gbrain session memory across different machines?▼

Yes, gbrain supports optional cross-machine memory sync. The setup process configures a private GitHub repository to store session memory, allowing your coding agent to access data across different devices.

Does gbrain setup support both PGLite and Supabase for local brain initialization?▼

Yes, gbrain setup supports initializing a local brain using either PGLite or Supabase. The automated workflow configures your chosen database backend during the single-command provisioning process.

Why does manually configuring gbrain MCP registration and trust policies fail?▼

Manual gbrain configuration often fails because it requires coordinating multiple sequential steps including CLI installation, database initialization, MCP registration, and trust policies. Automating the end-to-end workflow prevents missing critical setup steps.