One-click install
npx skills add https://github.com/robertzengcn/aiFetchly --skill setup-gbrain-robertzengcn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-gbrain
Source: https://github.com/robertzengcn/aiFetchly/tree/main/.agents/skills/gstack/setup-gbrain
Command: npx skills add https://github.com/robertzengcn/aiFetchly --skill setup-gbrain-robertzengcn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually installing and configuring gbrain (the knowledge and memory layer for AI coding agents) requires piecing together multiple disjoint steps including CLI installation, brain backend initialization, MCP server registration, and trust policy setup. This Skill automates the entire workflow, eliminating configuration errors and reducing setup time from hours to a single command.

Core Features & Use Cases

  • End-to-end automated setup: Installs the gbrain CLI, initializes a local PGLite or Supabase brain backend, registers the gbrain MCP server for agent access, and configures per-remote trust policies in one run.
  • Idempotent and self-healing: Detects existing partial installations, repairs missing components, handles upgrade flows, and preserves user preferences across re-runs.
  • Use case: A developer using Codex or Claude Code can run this Skill once to get gbrain fully operational, enabling semantic code search, session transcript memory, and cross-machine artifact sync for their project immediately.

Quick Start

Use the setup-gbrain skill to fully configure gbrain for your current coding agent and project with a single command.

Frequently Asked Questions about setup-gbrain

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

FAQPage Schema
How do I automate MCP server registration and brain backend initialization for AI coding agents?

Automating MCP server registration and brain backend initialization is achieved by running a single setup command that configures the gbrain knowledge layer for AI coding agents, handling both local PGLite or Supabase backends automatically.

What is the best way to configure per-remote trust policies for tools like Codex and Claude Code?

The best way to configure per-remote trust policies for Codex and Claude Code is using an automated setup skill that applies trust configurations alongside MCP server registration in one idempotent run.

Does gbrain setup support idempotent re-runs if my previous installation failed halfway?

Yes, gbrain setup supports idempotent re-runs by detecting existing partial installations, repairing missing components, handling upgrade flows, and preserving your user preferences across multiple executions.

Can I use local PGLite or Supabase for my AI agent memory backend?

You can use either local PGLite or Supabase for your AI agent memory backend, as the setup process initializes both environments to provide semantic code search and session transcript memory.

Why does manual AI agent memory configuration take so long compared to automated setup?

Manual AI agent memory configuration takes hours because it requires piecing together disjoint steps including CLI installation, backend initialization, MCP server registration, and trust policy setup, whereas automated setup completes this in one command.