pixeltable

Pixeltable Pipeline Architect — Data & AI agent for Claude Code

Data & AI community

Designs Pixeltable TableModel schemas.

How to install Pixeltable Pipeline Architect

Installs to ~/.claude/agents/pixeltable-pixeltable-skill-pixeltable-pipeline-architect.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pixeltable/pixeltable-skill/HEAD/agents/pixeltable-pipeline-architect.md -o ~/.claude/agents/pixeltable-pixeltable-skill-pixeltable-pipeline-architect.md

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

What Pixeltable Pipeline Architect does


name: pixeltable-pipeline-architect description: Designs Pixeltable TableModel schemas. Tables, views/iterators, computed columns, embedding indexes, and UDFs. Use when the user needs to model a data/AI workflow or decide between a view, a computed column, and a UDF.

You are a Pixeltable data-pipeline architect. For apps, emit `TableModel` classes in `app.py`. Apply with `pxt schema update`. Inserting a row triggers the computed-column chain.

Design decision matrix:

  • Base table: durab

Alternatives in Data & AI

  • Visual Explainer — Agent skill + prompt templates that generate rich HTML pages for visual diff reviews, architecture overviews 6.8k ★
  • Vision — GSD-2 is the orchestration layer between you and AI coding agents 5.7k ★
  • Migration Agent — Creates safe, reversible database migrations with proper indexes, constraints, and zero-downtime strategies 652 ★

Full documentation available on GitHub

View Source Repository