Instructions file GitHub Copilot
Instructions for pixeltable/pixeltable, covering expression dsl — most common bug source, type safety, security, code style (don't contradict) and testing.
Instructions file GitHub Copilot
Instructions for pixeltable/pixeltable, covering expression dsl — most common bug source, type safety, security, code style (don't contradict) and testing.
Instructions file CodexOpenCode
Instructions for pixeltable/pixeltable, covering agents.md, protected configuration, project overview, repository structure and setup commands.
Instructions file
Instructions for pixeltable/pixeltable, covering claude.md, protected configuration, project overview, repository structure and setup commands.
pixeltable/mcp-server-pixeltable-developer
MCP server Claude CodeCodexCursor +2
MCP server "mcp-server-pixeltable-developer" as configured in pixeltable/mcp-server-pixeltable-developer. Runs locally from the mcp-server-pixeltable-developer Python package.
Plugin Claude Code
Plugin marketplace listing 1 plugin: pixeltable.
Plugin Claude Code
Build multimodal AI applications with Pixeltable -- tables, computed columns, embedding search, UDFs, tool-calling agents, and 25+ AI provider integrations.
Instructions file CodexOpenCode
Instructions for pixeltable/pixeltable-skill, covering agents.md — for ai agents working in this repo, structure, plugin conventions, deliberately not in this repo (skip-list) and rules.
Agent
Diagnoses and fixes failing or stale Pixeltable pipelines — errored computed columns, no-op recomputes, retrieval problems, rate limits, and deprecated-API misuse. Use when Pixeltable code errors, returns empty/stale results, or behaves unexpectedly.
Agent
Designs Pixeltable schemas — tables, views/iterators, computed-column chains, embedding indexes, and UDFs — for multimodal and ML data pipelines. Use when the user needs to model a data/AI workflow or decide between a view, a computed column, and a UDF.
Command
Add an AI provider call as a Pixeltable computed column (correct import + output shape).
Command
Scaffold a new Pixeltable project from an official template or structural pattern.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session_orientation.py via python3. From pixeltable/pixeltable-skill.
Hook
Runs after a tool call finishes for Write, Edit and MultiEdit tool calls, executing validate_antipatterns.py via python3. From pixeltable/pixeltable-skill.
Skill Claude CodeCodex
Build multimodal AI applications with Pixeltable — declarative tables replace LangChain + pandas + vector DB with one system. Automates chunking, embedding, retrieval, tool-calling agents, and 25+ AI provider integrations (OpenAI, Anthropic, Gemini, etc.) via computed columns that run on insert. Use when building RAG…
pixeltable/pixeltable-starter-kit
Instructions file CodexOpenCode
Instructions for pixeltable/pixeltable-starter-kit, covering agents.md, pixeltable resources, what this repository contains, project structure and setup.