setup

Provision a GBrain instance with Supabase or Postgres backend and health checks.

Updated May 16, 2026
One-click install
npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill setup-morris-utrust
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Morris-UTRUST/GBrain-knowledge/tree/main/skills/setup
Command: npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill setup-morris-utrust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provisioning and configuring GBrain across backends is error-prone and time-consuming. This skill provides a guided, production-grade setup workflow that wires Supabase or Postgres, enables health checks, auto-update, and live sync configuration, so you can start using your brain quickly and reliably.

Core Features & Use Cases

  • Auto-provisioning of the backend (Supabase or Postgres) with required credentials and connection strings
  • End-to-end bootstrap that wires health checks, embeddings, and auto-update checks
  • Verification and live-sync readiness, plus a path to full production readiness

Quick Start

Run the setup skill to provision a working GBrain brain using a supported backend and verify health with gbrain doctor.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I bootstrap a GBrain instance with Supabase or Postgres?▼

To bootstrap a GBrain instance, run the setup skill to auto-provision your chosen backend, Supabase or Postgres, wiring required credentials and connection strings for immediate initialization.

What is the best way to configure health checks and auto-updates for GBrain?▼

The best way to configure health checks and auto-updates is using this setup skill, which enforces backend connectivity, vector search readiness, and safe defaults during the end-to-end bootstrap process.

Does GBrain setup require vector search readiness before the first embedding import?▼

Yes, GBrain setup requires vector search readiness. The initialization workflow enforces backend connectivity and applies safe defaults to ensure a reliable path for your first embedding import.

How do I verify backend connectivity and live sync readiness after initialization?▼

You can verify backend connectivity and live sync readiness by running the gbrain doctor command, which checks the health of your newly provisioned GBrain instance after setup.

Can I use this setup to provision a production-grade GBrain environment from scratch?▼

Yes, you can provision a production-grade GBrain environment from scratch. The setup provides a one-step bootstrap that wires core services and establishes a path to full production readiness.