laravel-vector-search
Installation
SKILL.md
Laravel 13 Vector Search (pgvector)
Agent Workflow (MANDATORY)
Before ANY implementation, use TeamCreate to spawn 3 agents:
- fuse-ai-pilot:explore-codebase - Check current DB driver (must be PostgreSQL) and existing embedding columns
- fuse-ai-pilot:research-expert - Verify pgvector extension version and HNSW vs IVFFlat tradeoffs
- mcp__context7__query-docs - Pull
laravel.com/docs/13.x/search+queriesexamples
After implementation, run fuse-ai-pilot:sniper for validation.