Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions intro/powersync-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<Card title="MongoDB Atlas Device Sync Migration" icon="leaf" href="/migration-guides/atlas-device-sync" horizontal>
Step-by-step guide to migrate from Atlas Device Sync to PowerSync.
</Card>
<Card title="Agent Skills" icon="sparkles" href="/tools/ai-tools#powersync-agent-skills" horizontal>
Use the official PowerSync Agent Skills to get started with PowerSync quickly using AI-powered coding tools.
</Card>
</CardGroup>

## Supported Backend Source Databases
Expand All @@ -44,7 +47,7 @@
<ClientSdks />

<Note>
Looking for an SDK that's not listed above? Upvote it or submit it on [our roadmap](https://roadmap.powersync.com/).

Check warning on line 50 in intro/powersync-overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

intro/powersync-overview.mdx#L50

Did you really mean 'Upvote'?
</Note>


Expand Down
16 changes: 16 additions & 0 deletions tools/ai-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,27 @@

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:

<Card title="Agent Skills" icon="github" href="https://github.com/powersync-ja/agent-skills">
PowerSync Agent Skills repository.
</Card>


## AI-Accessible Documentation

### Markdown Version of Documentation Pages

For any page within our documentation, you can obtain the Markdown version, which is more easily readable by LLMs. There are several methods to do this:

Check warning on line 30 in tools/ai-tools.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

tools/ai-tools.mdx#L30

Did you really mean 'LLMs'?
1. Press **CTRL/CMD+C** to copy the page in Markdown.
2. Use the context menu on a page to view or copy the page in Markdown:
<Frame>
Expand All @@ -31,7 +47,7 @@

### Full Documentation Text

We provide text versions of our documentation that LLMs can easily ingest:

Check warning on line 50 in tools/ai-tools.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

tools/ai-tools.mdx#L50

Did you really mean 'LLMs'?

- **Full Documentation**: [https://docs.powersync.com/llms-full.txt](https://docs.powersync.com/llms-full.txt)
- Our entire documentation site in a single text file
Expand Down