setup

Provisions Postgres with pgvector and syncs markdown repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of manually configuring a persistent, self-wiring knowledge graph and vector database, ensuring your AI agent has a reliable, long-term memory system.

Core Features & Use Cases

  • Automated Infrastructure: Provisions Postgres with pgvector and configures the brain-first lookup protocol.
  • Knowledge Syncing: Establishes continuous synchronization between your local markdown repository and the database.
  • Use Case: Quickly bootstrap a production-ready agent environment that ingests meetings, emails, and documents to provide context-aware answers that vector search alone cannot reach.

Quick Start

Ask the agent to initialize your gbrain environment by running the setup command to configure your database and sync your local knowledge base.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I set up a Postgres knowledge graph with pgvector for an AI agent?

To set up a Postgres knowledge graph with pgvector, this skill provisions the database, configures the schema, and initializes a vector search engine. It manages database connectivity and health checks to ensure reliable agent memory and retrieval performance.

What is the best way to sync a local markdown repository to an AI agent memory database?

The best way to sync a local markdown repository to an AI memory database is through automated synchronization. This skill establishes continuous syncing between your markdown files and the Postgres-backed knowledge graph to provide context-aware retrieval.

Do I need a self-wiring knowledge graph for context-aware AI agent retrieval?

You need a self-wiring knowledge graph when vector search alone cannot reach the context required. It provisions a persistent Postgres environment that ingests meetings, emails, and documents to provide deeper, context-aware answers for agents.

Can I use this setup skill to configure deployment topology for a vector search engine?

Yes, you can use this setup skill to configure deployment topology for a vector search engine. It implements deployment topology selection alongside automated schema initialization and health checks to ensure reliable agent memory performance.

Why does my AI agent need a persistent Postgres database instead of standard vector search?

An AI agent needs a persistent Postgres database instead of standard vector search to achieve graph-based context. This approach configures a brain-first lookup protocol, solving the complexity of manual configuration and ensuring long-term, reliable memory.