pocketbase-collections
Collection and schema design for PocketBase. Use when creating collections, designing schemas, adding fields, setting up relations, or choosing between base/auth/view collection types. Prevents wrong field types, documents zero-default behavior, and covers relation cascading.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install pocketbase-collections --cli claudewrites the skill into.claude/skills/pocketbase-collections/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/pocketbase-collections/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Collection and schema design for PocketBase. Use when creating collections, designing schemas, adding fields, setting up relations, or choosing between base/auth/view collection types. Prevents wrong field types, documents zero-default behavior, and covers relation cascading.
When to use it
Collection and schema design for PocketBase. Use when creating collections, designing schemas, adding fields, setting up relations, or choosing between base/auth/view collection types. Prevents wrong field types, documents zero-default behavior, and covers relation cascading.
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-collections/SKILL.md -o .claude/skills/pb-collections/SKILL.md
Notes
Extracted from davila7/claude-code-templates, pb-collections category.