setup-gbrain

Install gbrain CLI, initialize a PGLite or Supabase brain, and register MCP access.

Updated May 7, 2026
One-click install
npx skills add https://github.com/TumeloRamaphosa/StudEx-Valley-OS --skill setup-gbrain-tumeloramaphosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-gbrain
Source: https://github.com/TumeloRamaphosa/StudEx-Valley-OS/tree/main/.claude/skills/gstack/setup-gbrain
Command: npx skills add https://github.com/TumeloRamaphosa/StudEx-Valley-OS --skill setup-gbrain-tumeloramaphosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It gets your coding agent from zero to a working gbrain “brain” that can store, retrieve, and use project knowledge for faster, more relevant answers and code navigation.

Core Features & Use Cases

  • Install and verify the gbrain CLI: Ensures the CLI exists and the environment is ready for commands.
  • Initialize a local PGLite or connect Supabase brain: Sets up the right storage engine so gbrain has a place to keep and search your content.
  • Register MCP access and establish trust policy: Wires gbrain into the agent runtime via MCP and applies per-remote trust rules so the agent can safely call it.
  • Use a single “setup” workflow for multiple activation intents: Covers install, connect, start, and configure in one operational entry point.

Quick Start

Use the setup-gbrain skill to install and run gbrain on this machine and register the required MCP connection for this agent.

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 a local knowledge retrieval brain for my coding agent?

You can initialize a local PGLite brain to provide your coding agent with a local storage engine for storing, retrieving, and searching project knowledge.

Can I connect a Supabase brain to my agent for knowledge retrieval?

Yes, you can connect a Supabase brain during setup to provide a scalable storage engine for your agent to store and retrieve project knowledge.

How do I register MCP access for an agent runtime safely?

You register MCP access by wiring the knowledge tool into the agent runtime and applying a per-remote trust policy, which ensures the agent can safely execute remote calls.

Do I need gstack preamble initialization to configure a knowledge retrieval CLI?

Yes, gstack preamble initialization is required to transition the environment into a state where the knowledge CLI is installed, running, and callable by the agent.

What is the best way to wire project knowledge storage into an agent workflow?

Using a single setup workflow covers install, connect, and configure activation intents, ensuring the agent can reliably call the knowledge base after setup completes.

Why apply a per-remote trust policy when registering MCP access?

A per-remote trust policy is applied to establish safe remote call rules, ensuring the agent runtime only executes authorized commands when interacting with the knowledge base.