pocketbase
Installation
SKILL.md
PocketBase v0.39+ — Merged Reference
Auto-invoke: triggers on PocketBase, pb_hooks, pb_migrations topics. No external files — all rules inline.
Target: v0.39.1. Verified against current docs. Breaking changes noted inline.
1. Quick Start / CLI
./pocketbase serve # dev on :8090
./pocketbase superuser create admin@x.com pass123
./pocketbase --dir=./mydata serve # custom pb_data
./pocketbase --encryptionEnv=PB_ENCRYPTION_KEY serve
Routes: :8090/ (static pb_public), :8090/_/ (admin), :8090/api/ (REST).