Agent Skill that teaches AI coding assistants to write correct Pixeltable code — 25+ AI providers, multimodal pipelines, tool-calling agents, RAG, and production patterns.
Implements the Agent Skills specification.
Any agent (40+ supported via npx skills)
npx skills add pixeltable/pixeltable-skill/plugin marketplace add pixeltable/pixeltable-skill
/plugin install pixeltable-skill@pixeltable-skillcurl -fsSL https://raw.githubusercontent.com/pixeltable/pixeltable-skill/main/install.sh | bash -s -- --platform claude-codeskills/pixeltable-skill/
├── SKILL.md # Core: task router, API, agents, pitfalls (440 lines)
└── references/ # Loaded on demand by Claude Code / Cursor
├── core-api.md # Tables, querying, views, UDFs, config, data sharing
├── providers.md # 25+ AI providers with quick-reference table
├── workflows.md # RAG, video, image, audio, FastAPI, export
├── video-rag-agents.md # Video + transcript search + agent
├── agents-memory-mcp.md # Agent with memory, MCP, multi-provider
├── ml-data-pipeline.md # Ingest, enrich, version, PyTorch export
└── agentic-patterns.md # 6 patterns + 2 reasoning strategies
See CONTRIBUTING.md. All content lives in skills/pixeltable-skill/.
- Pixeltable Docs · GitHub · Starter Kit · MCP Server · Discord
- LLM docs: llms.txt · llms-full.txt
Apache 2.0