For Claude Code

Teach Claude to write Pylon.

One file teaches Claude Code how to build Pylon apps correctly — schema, row-level policies, server functions, the React client, and deployment. Drop it in and Claude writes Pylon that compiles. The skill ships with the framework, so it stays current.

Install

Run one command, or copy the file by hand into ~/.claude/skills/pylon/SKILL.md (user-wide) or .claude/skills/pylon/SKILL.md in your repo. Restart Claude Code and it loads automatically.

View the raw skill →Served at pylonsync.com/pylon-skill.md

What it teaches

  • The schema model — entity(), field.*, indexes, migrations
  • Row-level policies and the access-rule expression language
  • Server functions — query / mutation / action with validators
  • The React client — db.useQuery, rooms, file uploads
  • Auth: magic-link, OAuth, OIDC, guest sessions
  • Deployment — pylon dev locally, Pylon Cloud in production

Then build something.

$npm create @pylonsync/pylon@latest