Agent Skills for operating a PocketBase v0.23+ backend via REST API.
Compatible with the Agent Skills specification.
| Skill | Description |
|---|---|
pocketbase |
Collection CRUD, record CRUD, superuser/user authentication, backup & restore, migration file generation, and design guidance for API rules, relations, and security patterns |
pb-react-spa |
React SPA frontend setup for PocketBase — Vite + TanStack Router + TanStack Query + Tailwind/Shadcn UI + Biome |
npx skills add ikumasudo/pocketbase-skillOr install a specific skill:
npx skills add ikumasudo/pocketbase-skill@pocketbase- Python 3 (standard library only, no external packages)
- A running PocketBase instance (v0.23+) — Download from GitHub Releases
- Environment variables or
.envfile:
| Variable | Required | Default | Description |
|---|---|---|---|
PB_URL |
No | http://127.0.0.1:8090 |
PocketBase base URL |
PB_SUPERUSER_EMAIL |
Yes* | - | Superuser email address |
PB_SUPERUSER_PASSWORD |
Yes* | - | Superuser password |
*Required for superuser operations.