grepai-storage-postgres
Installation
SKILL.md
GrepAI Storage with PostgreSQL
This skill covers using PostgreSQL with the pgvector extension as the storage backend for GrepAI.
When to Use This Skill
- Team environments with shared index
- Large codebases (10K+ files)
- Need concurrent access
- Integration with existing PostgreSQL infrastructure
Prerequisites
- PostgreSQL 14+ with pgvector extension
- Database user with create table permissions
- Network access to PostgreSQL server
Advantages
Related skills
More from yoanbernabeu/grepai-skills
grepai-search-basics
Basic semantic code search with GrepAI. Use this skill to learn fundamental search commands and concepts.
616grepai-ollama-setup
Install and configure Ollama for local embeddings with GrepAI. Use this skill when setting up private, local embedding generation.
540grepai-search-advanced
Advanced search options in GrepAI. Use this skill for JSON output, compact mode, and AI agent integration.
539grepai-trace-graph
Build complete call graphs with GrepAI trace. Use this skill for recursive dependency analysis.
523grepai-search-tips
Tips and best practices for effective GrepAI searches. Use this skill to improve search result quality.
523grepai-trace-callees
Find function callees with GrepAI trace. Use this skill to discover what functions a specific function calls.
506