{
  "markdown": "# Pixeltable Skill\n\nAgent Skill that teaches AI coding assistants to write Pixeltable application files: `TableModel` in `app.py`, then `pxt schema update`, then `pxt service update`.\n\n## Install\n\n**Which path?** Use `npx plugins add` for the full plugin (skill + agents + slash commands) on Claude Code and Cursor. Use `npx skills add` to install just the skill content across 40+ agents (Copilot, Windsurf, Gemini, etc.) or in CI. Both work; they're complementary.\n\n### Plugin: Claude Code and Cursor ([npx plugins](https://github.com/vercel-labs/plugins))\n\n```bash\nnpx plugins add pixeltable/pixeltable-skill\n```\n\n### Skill only: Cursor, Copilot, Windsurf, and 40+ agents ([npx skills](https://github.com/vercel-labs/skills))\n\n```bash\nnpx skills add pixeltable/pixeltable-skill\n```\n\n### Claude Code (manual marketplace)\n\n```\n/plugin marketplace add pixeltable/pixeltable-skill\n/plugin install pixeltable@pixeltable-skill\n```\n\n### Codex\n\n```bash\ncodex plugin marketplace add pixeltable/pixeltable-skill --ref main\ncodex plugin add pixeltable@pixeltable-skill\n```\n\n### Any LLM (paste URL into context)\n\n- [llms.txt](https://www.pixeltable.com/llms.txt)\n- [llms-full.txt](https://docs.pixeltable.com/llms-full.txt)\n\n## What's Inside\n\n```\nskills/pixeltable-skill/\n├── SKILL.md                    # Contract: app.py, schema update, service update\n└── references/\n    ├── core-api.md             # Tables, querying, views, UDFs, config\n    ├── cli.md                  # pxt CLI\n    ├── providers.md            # Import and output shape\n    ├── workflows.md            # FastAPIRouter\n    └── anti-patterns.md        # Wrong/right stack\n```\n\nThe plugin install (`npx plugins add`) bundles the skill, commands, agents, and hooks. The skill install (`npx skills add`) delivers just the skill content.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md). Run `python3 scripts/validate_plugin.py` after structural changes.\n\n## Links\n\n- [Pixeltable Docs](https://docs.pixeltable.com/) · [GitHub](https://github.com/pixeltable/pixeltable) · [MCP Server](https://github.com/pixeltable/mcp-server-pixeltable-developer) · [Discord](https://discord.gg/QPyqFYx2UN)\n- Start: `pxt init` then `pxt service example --out app.py` then `pxt schema update app.py my_app` then `pxt service update app.py my_app`.\n\n## License\n\nApache 2.0\n",
  "bytes": 2319,
  "sha": "4c793d522525c8e49238ee70faf0684611315c4c7db7776299ab4db51bd1a330",
  "repo_slug": "pixeltable/pixeltable-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_pixeltable_pixeltable_skill_pixeltable_cc8fc16e/readme"
}