Skip to content

pixeltable/pixeltable-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixeltable Skill

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.

Install

Any agent (40+ supported via npx skills)

npx skills add pixeltable/pixeltable-skill

Claude Code plugin

/plugin marketplace add pixeltable/pixeltable-skill
/plugin install pixeltable-skill@pixeltable-skill

Manual

curl -fsSL https://raw.githubusercontent.com/pixeltable/pixeltable-skill/main/install.sh | bash -s -- --platform claude-code

What's Inside

skills/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

Contributing

See CONTRIBUTING.md. All content lives in skills/pixeltable-skill/.

Links

License

Apache 2.0

About

Claude Code Skill for building multimodal AI applications with Pixeltable. Tables, computed columns, embedding search, UDFs, and 15+ AI provider integrations.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages