constructive-ai
Installation
SKILL.md
Constructive AI
Build AI-powered features on the Constructive platform: provision vector storage via SDK, query via codegen'd ORM, and integrate Ollama for embeddings and generation.
When to Apply
Use this skill when:
- Adding pgvector columns and indexes to a Constructive database
- Querying vector embeddings via the generated TypeScript ORM
- Building RAG (Retrieval-Augmented Generation) pipelines on Constructive
- Running Ollama LLM models in CI/CD
- Implementing AI-powered search alongside other search strategies (tsvector, BM25, trgm)