create-collection
✓Use this skill when you need to alter the PocketBase database schema - creating, updating, or deleting collections. Never write migration SQL by hand.
Installation
SKILL.md
Use this skill whenever you need to modify the database schema (create/update/delete collections).
PocketBase automatically generates migration files when collections are created/modified via the SDK. This ensures:
You should see a new .js file with the timestamp and collection name.
Use this skill when you need to alter the PocketBase database schema - creating, updating, or deleting collections. Never write migration SQL by hand. Source: levino/shipyard-pocketbase-app-template.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/levino/shipyard-pocketbase-app-template --skill create-collection- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-12
- Updated
- 2026-02-18
Quick answers
What is create-collection?
Use this skill when you need to alter the PocketBase database schema - creating, updating, or deleting collections. Never write migration SQL by hand. Source: levino/shipyard-pocketbase-app-template.
How do I install create-collection?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/levino/shipyard-pocketbase-app-template --skill create-collection Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/levino/shipyard-pocketbase-app-template
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-12