PowerSync Agent Skills
PowerSync Agent Skills provides AI agents with the PowerSync-specific context and capabilities needed to act on tasks in your codebase. This includes knowledge of PowerSync APIs, patterns, and best practices. To get started, run the following command in your terminal and follow the prompts:Agent Skills
PowerSync Agent Skills repository
AI-Accessible Documentation
Markdown Documentation
Every page in our documentation is available in Markdown — a format that’s easier for LLMs to process than HTML. There are a few ways to access it:- Append
.mdto any page URL: - Press Ctrl/Cmd+C on any page to copy it as Markdown
- Use the contextual menu on a page to copy or view it as Markdown, or to open it directly in ChatGPT or Claude

MCP Server
Our docs site hosts an MCP (Model Context Protocol) server, allowing AI tools to search PowerSync documentation directly during a conversation — without relying on training data or web search results. The PowerSync MCP server is available at:npx add-mcp command:
Full Documentation Text
For broad context about PowerSync, we provide two plain-text versions of the full documentation:- llms-full.txt — the entire documentation site in a single file, ideal for loading complete context into an AI assistant
- llms.txt — a page outline listing all documentation pages, useful for helping AI assistants index and navigate our docs