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)

The Constructive AI Flow

1. Provision  →  SDK creates vector(N) column + HNSW index on your table
2. Codegen    →  @constructive-io/graphql-codegen generates typed ORM (see constructive-graphql skill)
3. Embed      →  Application code generates embeddings (Ollama, OpenAI, etc.)
Related skills

More from constructive-io/constructive-skills

Installs
5
First Seen
Apr 3, 2026