For Claude Code
Teach Claude to write Pylon.
One file teaches Claude Code Pylon’s schema, row-level policies, server functions, React client, and deployment workflow. 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.mdWhat 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