Pixeltable Pipeline Architect — Data & AI agent for Claude Code
Designs Pixeltable TableModel schemas.
How to install Pixeltable Pipeline Architect
Installs to ~/.claude/agents/pixeltable-pixeltable-skill-pixeltable-pipeline-architect.md
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 RepositoryRelated Agents
Collection Architect
Specialized architect agent that designs and generates declarative, file-based data applications (Collections)
DB Designer
Use when designing or changing MongoDB schemas - new collections, embedding vs referencing decisions, index st
PostgreSQL Expert
Designs and optimizes PostgreSQL schemas, queries, indexes, and migrations, reasoning from EXPLAIN plans and p
Metadata
Registers or updates all metadata in the Data Basis backend — dataset, tables, columns, observation levels, co
Sx Configurator
Specialized agent for generating Protheus SX data dictionary configuration scripts - SX3 fields, SIX indexes,
Anthropic SDK Upgrader
Use this agent when the user needs to upgrade Anthropic SDK packages. This includes: upgrading @anthropic-ai/s
Related Skills
Pbi Optimise
Run a 14-rule performance scan on any DAX measure, identifying anti-patterns like unnecessary iterators, FILTE
Onboarding Metadata
Register or update all metadata in the Data Basis backend (dataset, tables, columns, OLs, coverage, updates)
Load Schema
Initialise the system by running schema-analyst to discover all tables, event names, columns and fields dynami