From afeb05265572042415732ed89be3dfa7fe67c225 Mon Sep 17 00:00:00 2001 From: michaelbarnes Date: Tue, 3 Mar 2026 14:44:57 -0700 Subject: [PATCH 1/4] added the agent-skills references to the docs, namely: a new card on the introduction page, which links to the ai-tools page, which then links to Github --- intro/powersync-overview.mdx | 3 +++ tools/ai-tools.mdx | 11 +++++++++++ 2 files changed, 14 insertions(+) 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..033b566e 100644 --- a/tools/ai-tools.mdx +++ b/tools/ai-tools.mdx @@ -7,6 +7,17 @@ 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 use PowerSync Agent Skills, check out the official PowerSync Agent Skills repo on GitHub to get started today: + + + The official PowerSync Agent Skills repository on GitHub. + + + ## AI-Accessible Documentation ### Markdown Version of Documentation Pages From bc04d8adfa2f954df277cd76871f9b1f647007e0 Mon Sep 17 00:00:00 2001 From: benitav Date: Wed, 4 Mar 2026 11:51:06 +0200 Subject: [PATCH 2/4] Apply suggestion from @benitav --- tools/ai-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ai-tools.mdx b/tools/ai-tools.mdx index 033b566e..acc6bf8b 100644 --- a/tools/ai-tools.mdx +++ b/tools/ai-tools.mdx @@ -11,7 +11,7 @@ This is a growing collection of resources designed to help you work with PowerSy 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 use PowerSync Agent Skills, check out the official PowerSync Agent Skills repo on GitHub to get started today: +To use PowerSync Agent Skills, check out the official PowerSync Agent Skills repo on GitHub: The official PowerSync Agent Skills repository on GitHub. From 3d59d53ada8f0a38a3069748bac858fddcf8cc25 Mon Sep 17 00:00:00 2001 From: benitav Date: Wed, 4 Mar 2026 11:53:09 +0200 Subject: [PATCH 3/4] Apply suggestion from @benitav --- tools/ai-tools.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ai-tools.mdx b/tools/ai-tools.mdx index acc6bf8b..3147a090 100644 --- a/tools/ai-tools.mdx +++ b/tools/ai-tools.mdx @@ -14,7 +14,7 @@ PowerSync Agent Skills gives your AI agents all the PowerSync specific context i To use PowerSync Agent Skills, check out the official PowerSync Agent Skills repo on GitHub: - The official PowerSync Agent Skills repository on GitHub. + PowerSync Agent Skills repository. From 6c31b61f561a1d80b4462d3ea49d93160eec3669 Mon Sep 17 00:00:00 2001 From: michaelbarnes Date: Wed, 4 Mar 2026 09:26:57 -0700 Subject: [PATCH 4/4] pulled and merged changes from latest commit on origin --- tools/ai-tools.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/ai-tools.mdx b/tools/ai-tools.mdx index 3147a090..26d69271 100644 --- a/tools/ai-tools.mdx +++ b/tools/ai-tools.mdx @@ -11,7 +11,12 @@ This is a growing collection of resources designed to help you work with PowerSy 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 use PowerSync Agent Skills, check out the official PowerSync Agent Skills repo on GitHub: +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.