This brings Elasticsearch-grade full-text search directly into Postgres through the pg_search extension. You get BM25 relevance ranking, hybrid search that combines keyword and semantic vectors via pgvector, and all the usual search features like fuzzy matching, phrase queries, and faceted aggregations. The skill pulls live ParadeDB docs using a bundled script and emphasizes runnable SQL examples over theory. It explicitly warns against deprecated syntax from pre-0.20.0 versions and has strict rules about network failures: it won't hallucinate docs or invent URLs if fetches fail. Useful if you're tired of bolting a separate search engine onto your database stack and want to keep everything in Postgres.
npx skills add https://github.com/paradedb/agent-skills --skill paradedb-skill