Design Vector Schema banner
kumaran-is kumaran-is

Design Vector Schema

Data community

Description

--- description: Design a pgvector migration SQL file. Captures model + dimension + distance metric + row count → generates reversible Flyway/Alembic migration with correct index type, metadata columns, and null guards. argument-hint: "[table name] [embedding model] [row count estimate]" allowed-tools: Bash, Read, Write, Edit disable-model-invocation: true --- # Design Vector Schema Generate a production-ready pgvector migration for the following: **Input:** $ARGUMENTS ## Steps 1. **Load th

Installation

Installs to ~/.claude/commands/kumaran-is-claude-code-onboarding-design-vector-schema.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kumaran-is/claude-code-onboarding/HEAD/.claude/commands/design-vector-schema.md -o ~/.claude/commands/kumaran-is-claude-code-onboarding-design-vector-schema.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository