create-collection

Installation
SKILL.md

PocketBase Collection Management

Use this skill whenever you need to modify the database schema (create/update/delete collections).

Why This Approach

PocketBase automatically generates migration files when collections are created/modified via the SDK. This ensures:

  • Correct internal IDs
  • Proper migration format
  • Automatic rollback functions
  • No manual SQL errors

Instructions

1. Get the PocketBase URL

Installs
5
GitHub Stars
1
First Seen
Feb 3, 2026
create-collection — levino/shipyard-pocketbase-app-template