diff --git a/intro/powersync-overview.mdx b/intro/powersync-overview.mdx index 24678c59..56176c66 100644 --- a/intro/powersync-overview.mdx +++ b/intro/powersync-overview.mdx @@ -21,6 +21,9 @@ PowerSync is a sync engine that keeps backend databases in sync with client-side Step-by-step guide to migrate from Atlas Device Sync to PowerSync. + + Use the official PowerSync Agent Skills to get started with PowerSync quickly using AI-powered coding tools. + ## Supported Backend Source Databases diff --git a/tools/ai-tools.mdx b/tools/ai-tools.mdx index e223f414..26d69271 100644 --- a/tools/ai-tools.mdx +++ b/tools/ai-tools.mdx @@ -7,6 +7,22 @@ description: 'Resources for working with PowerSync with AI-powered coding tools' This is a growing collection of resources designed to help you work with PowerSync using AI-powered IDE tools like Cursor, Claude, or Windsurf. These tools can help you implement PowerSync features faster and more efficiently. +## PowerSync Agent Skills + +PowerSync Agent Skills gives your AI agents all the PowerSync specific context it needs to action tasks in your code base. This includes the ability to perform actions specific to PowerSync. + +To get started quickly, simply run the following command in your terminal and follow the prompts to add the PowerSync Agent Skills to your project. +```bash +npx skills add powersync-ja/agent-skills +``` + +For more information on PowerSync Agent Skills, check out the official PowerSync Agent Skills repo on GitHub: + + + PowerSync Agent Skills repository. + + + ## AI-Accessible Documentation ### Markdown Version of Documentation Pages