Switches GrepAI from local GOB files to PostgreSQL with pgvector for vector storage. You want this when multiple people need to share the same codebase index or you're dealing with 10K+ files. Setup is straightforward with Docker for dev or managed services like Supabase for production. The main win is concurrent access without file locking issues, plus you get standard database tooling for backups and monitoring. Includes solid tuning guidance for IVFFlat indexes and SSL configuration. Migration from GOB is destructive (delete and reindex), so plan accordingly.
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-storage-postgres