Armory
Source
Browse
Skills

pocketbase-sdk

JavaScript SDK usage for PocketBase client applications. Use when calling PocketBase from frontend or Node.js, authenticating users, subscribing to realtime events, uploading files, or working with the PocketBase JS/TS SDK. Covers CRUD, auth flows, authStore, realtime SSE, file handling, batch operations, and query syntax.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install pocketbase-sdk --cli claude

writes the skill into.claude/skills/pocketbase-sdk/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/pocketbase-sdk/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

JavaScript SDK usage for PocketBase client applications. Use when calling PocketBase from frontend or Node.js, authenticating users, subscribing to realtime events, uploading files, or working with the PocketBase JS/TS SDK. Covers CRUD, auth flows, authStore, realtime SSE, file handling, batch operations, and query syntax.

When to use it

JavaScript SDK usage for PocketBase client applications. Use when calling PocketBase from frontend or Node.js, authenticating users, subscribing to realtime events, uploading files, or working with the PocketBase JS/TS SDK. Covers CRUD, auth flows, authStore, realtime SSE, file handling, batch operations, and query syntax.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/pocketbase/pb-sdk/SKILL.md -o .claude/skills/pb-sdk/SKILL.md

Notes

Extracted from davila7/claude-code-templates, pb-sdk category.