什么是 powersync?
使用 PowerSync 构建应用程序的最佳实践 — 架构设计、客户端 SDK 使用、同步配置、服务设置和调试。 来源:powersync-ja/agent-skills。
使用 PowerSync 构建应用程序的最佳实践 — 架构设计、客户端 SDK 使用、同步配置、服务设置和调试。
通过命令行快速安装 powersync AI 技能到你的开发环境
来源: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:
使用 PowerSync 构建应用程序的最佳实践 — 架构设计、客户端 SDK 使用、同步配置、服务设置和调试。 来源:powersync-ja/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/powersync-ja/agent-skills --skill powersync使用 PowerSync 构建应用程序的最佳实践 — 架构设计、客户端 SDK 使用、同步配置、服务设置和调试。 来源:powersync-ja/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/powersync-ja/agent-skills --skill powersync 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/powersync-ja/agent-skills