setup

Provision a GBrain backend and inject the lookup protocol into AGENTS.md.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill setup-edwifiguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/gbrain/skills/setup
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill setup-edwifiguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up GBrain from scratch with auto-provision of Supabase or PG Lite, AGENTS.md injection, and a first knowledge-base import to get you running quickly.

Core Features & Use Cases

  • Auto-provision backend: create and connect to Supabase or PG Lite for vector search and storage.
  • Brain-first lookup integration: inject the brain-first protocol into AGENTS.md to enable structured queries.
  • Full setup verification: perform health checks, ensure live sync readiness, and execute the initial import.

Quick Start

Run a non-interactive setup to initialize GBrain, choose your backend, and perform the first import.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate Supabase provisioning for a vector search backend?▼

Automating Supabase provisioning initializes a Postgres-compatible database for vector storage and embedding queries. This setup configures the backend infrastructure to support live-sync readiness and health checks across projects.

What do I need to set up a Postgres knowledge base with OpenAI embeddings?▼

Setting up a Postgres knowledge base requires an existing markdown knowledge base to import, an OpenAI key for generating embeddings, and a Postgres-compatible database like Supabase or PG Lite.

How do I inject a brain-first lookup protocol into AGENTS.md?▼

Injecting the brain-first lookup protocol into AGENTS.md automates the integration of structured query instructions. This modification paves the path for live-sync readiness and enables structured queries across your projects.

Can I use PG Lite instead of Supabase for GBrain backend storage?▼

You can use PG Lite instead of Supabase for GBrain backend storage. The setup automates provisioning for either Postgres-compatible option, allowing you to choose your preferred backend during initialization.

How do I run health checks after an initial markdown knowledge base import?▼

Running health checks after an initial markdown knowledge base import verifies full setup readiness. The process ensures your database connection is stable, embeddings are correctly generated, and live-sync is operational.