What is powersync?
Best practices for building applications with PowerSync — schema design, client SDK usage, sync configuration, service setup, and debugging. Source: powersync-ja/agent-skills.
Best practices for building applications with PowerSync — schema design, client SDK usage, sync configuration, service setup, and debugging.
Quickly install powersync AI skill to your development environment via command line
Source: powersync-ja/agent-skills.
Best practices and expertise for building applications with PowerSync.
Key rule: client writes never go through PowerSync — they go directly from the app's upload queue to your backend API. PowerSync only handles the read/sync path.
When setting up the PowerSync Service, ask the user two questions if the answers aren't clear from context:
Best practices for building applications with PowerSync — schema design, client SDK usage, sync configuration, service setup, and debugging. Source: powersync-ja/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/powersync-ja/agent-skills --skill powersyncBest practices for building applications with PowerSync — schema design, client SDK usage, sync configuration, service setup, and debugging. Source: powersync-ja/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/powersync-ja/agent-skills --skill powersync Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/powersync-ja/agent-skills