Agent skills that help developers build applications with PowerSync.
> /plugin marketplace add powersync-ja/agent-skills> /plugin install powersync-skills@powersync
Repo: powersync-ja/agent-skills
What's inside
Agent skills that help developers build applications with PowerSync.

| Skill | Description |
|---|---|
| PowerSync | Comprehensive best practices for PowerSync Agent Skills. It includes all of the necessary topics from the SDKs, Service and debugging |
PowerSync skills follow the Agent Skills specification.
.well-known discoveryEvery GitHub Release includes two machine-readable assets for the Agent Skills Discovery specification:
index.json, which lists each published skill, its archive URL, and SHA-256 digest.powersync.tar.gz, a self-contained archive with SKILL.md at its root.Release Please keeps the repository's versions aligned and the release workflow builds both assets from the tagged commit. A website can expose the latest index.json at /.well-known/agent-skills/index.json; the archive itself remains an immutable GitHub Release asset, so it does not need to be copied into the website repository.
npx skills add powersync-ja/agent-skills
The installer detects your agent. To target a specific agent:
npx skills add powersync-ja/agent-skills --agent cursor
npx skills add powersync-ja/agent-skills --agent codex
npx skills add powersync-ja/agent-skills --agent github-copilot
npx skills add powersync-ja/agent-skills --agent claude-code
/plugin marketplace add powersync-ja/agent-skills
/plugin install powersync-skills@powersync
gemini skills install https://github.com/powersync-ja/agent-skills.git --path skills/powersync
Installed skills do not update themselves. To get the latest release:
npx skills update/plugin marketplace update powersync, then /plugin update powersync-skills@powersyncgemini skills uninstall powersync, then reinstallThe skill ships reference files for every PowerSync platform (JS/TS, Flutter, Kotlin, Swift, .NET, Terraform). Installed copies include scripts/trim.mjs, which detects the platforms a repo uses and, with your approval, prunes the unused reference files from that copy to reduce agent context size.
Agents offer this automatically on first use (see the skill's SKILL.md). To run it yourself from your repo root (adjust the path to where your agent installs skills):
node .claude/skills/powersync/scripts/trim.mjs # read-only report
node .claude/skills/powersync/scripts/trim.mjs --apply # prune unused files
Notes:
.trim-state.json inside the skill directory so the offer is not repeated. Delete that file to decide again.Once skills are installed, agents will automatically use relevant information when working on tasks relating to PowerSync.
A few examples:
Migrate my sync rules to sync streams.
Write sync streams that download all user tasks and make sure the data is only available on the device for one week.
Update my list to use a reactive watch query so users can see updates in real-time.
Suggest sync streams based on my current schema, where the user should only sync projects for tenant that they belong to.
Add an upload endpoint to my backend API that accepts write operations from client applications.
We welcome contributions from the community to improve PowerSync AX. Please see CONTRIBUTING.md for details.
skills.sh surfaces third-party security audits for this skill (Snyk, Socket, Gen Agent Trust Hub). Snyk's agent-scan flags secret-looking strings and credential-handling wording, so after changing any file under skills/, run it and confirm it reports zero issues.
With a free Snyk account (get a token at app.snyk.io/account; requires uv):
export SNYK_TOKEN=<your-token>
uvx snyk-agent-scan@latest scan skills/powersync --json
Without a Snyk account, use the rate-limited demo endpoint behind Snyk's Skill Inspector. Pin version 0.5.17: newer releases target a newer analysis API and are rejected by the demo endpoint without a token.
SNYK_CLI_USE=true uvx snyk-agent-scan@0.5.17 scan skills/powersync \
--analysis-url "https://labs.snyk.io/experiments/skill-scan/api/agent-scan/analysis-machine" \
--json
If uv is not available, pip install snyk-agent-scan into a virtualenv and run the same snyk-agent-scan scan ... command.
The scan passes when the JSON output contains an empty issues array. Known false-positive triggers to avoid in skill content:
user:password@ between the scheme and the host. Placeholders such as <user> or {user} still trigger it. Use user@host URIs and supply the password via a separate password: !env ... field.main or a tag instead of pinning commit SHAs, and zero out most characters in example IDs (e.g. 69c3d0350000000000000001).password: postgres. Use !env references..env instead of hardcoding them.Also run node scripts/validate.mjs before pushing. CI enforces it, and it includes its own check for inline credentials in example URIs.
FAQ
powersync-ja-agent-skills is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes powersync. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it