Skip to main content
One skill file teaches the coding agent to declare tables as TableModel classes in app.py and create them with pxt schema update. The skill’s workflow is: create tables from the file, start the endpoints with pxt service update, then try the app by inserting rows or opening the dashboard. Install details: AI coding agents. The hosted capability file is skill.md. Install is still npx skills add pixeltable/pixeltable-skill.
Source: pixeltable/pixeltable-skill.
If the agent writes create_table in app code, names the file schema.py, or writes the removed command pxt serve, the installed skill is stale: this page wins. Reinstall: npx skills add pixeltable/pixeltable-skill.

What it teaches

Scaffold: uvx pixeltable-new myapp, then pxt schema update app.py agent. Starter kit.

How to invoke it

Compatible agents pick the skill up when the task is a Pixeltable app. To call it by name:

Quickstart

Write app.py, then pxt schema update and pxt service update.

AI coding agents

Install details and which file the agent should write.
Last modified on September 16, 2026