setup

Provision and configure a Postgres-based vector database for semantic knowledge retrieval.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/starlink-awaken/omostation-gbrain --skill setup-starlink-awaken
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/starlink-awaken/omostation-gbrain/tree/main/skills/setup
Command: npx skills add https://github.com/starlink-awaken/omostation-gbrain --skill setup-starlink-awaken

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the complex process of provisioning a Postgres-backed vector database, configuring environment variables, and establishing the brain-first lookup protocol, ensuring a functional knowledge engine in minutes.

Core Features & Use Cases

  • Automated Provisioning: Handles Supabase or PGLite database setup, schema migration, and health verification.
  • Knowledge Integration: Injects the brain-first lookup protocol into your project's documentation and configures live sync for continuous indexing.
  • Use Case: A developer needs to transition from scattered markdown files to a searchable, AI-integrated knowledge base; this skill handles the entire infrastructure and data ingestion pipeline.

Quick Start

Run the setup skill to initialize your local GBrain environment and verify the database connection.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I automate Postgres vector database provisioning for a markdown knowledge base?

Automating Postgres vector database provisioning configures environment variables, executes schema migrations, and establishes live sync pipelines for markdown files to enable semantic knowledge retrieval.

What is the best way to set up semantic search over scattered markdown files?

Setting up semantic search over markdown files involves provisioning a Postgres-backed vector database, injecting a brain-first lookup protocol into project docs, and automating data ingestion for continuous indexing.

Does this setup skill support both Supabase and PGLite for vector database initialization?

Yes, the setup skill supports both Supabase and PGLite for vector database initialization, handling automated schema migration, health verification, and environment configuration for your knowledge base.

How do I verify system health after initializing a Postgres vector database?

Verifying system health after Postgres vector database initialization is handled through automated diagnostic checks that validate the database connection and ensure the agentic workflow protocols are correctly injected.

Can I configure continuous indexing for my markdown knowledge base automatically?

Yes, you can configure continuous indexing automatically by establishing live sync pipelines that ingest markdown-based knowledge bases into the vector database for up-to-date semantic retrieval.

When do I need to inject a brain-first lookup protocol into my project documentation?

Injecting a brain-first lookup protocol into project documentation is needed when transitioning scattered markdown files into an AI-integrated knowledge engine to ensure functional semantic search and agentic workflow compatibility.