Armory
Source
Browse
Skills

pocketbase-migrations

Schema migrations and versioning for PocketBase. Use when creating migrations, managing schema versions, syncing collections between environments, using automigrate, or creating collections programmatically. Covers migrate commands, migration file format, snapshot imports, and the _migrations tracking table.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install pocketbase-migrations --cli claude

writes the skill into.claude/skills/pocketbase-migrations/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/pocketbase-migrations/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Schema migrations and versioning for PocketBase. Use when creating migrations, managing schema versions, syncing collections between environments, using automigrate, or creating collections programmatically. Covers migrate commands, migration file format, snapshot imports, and the _migrations tracking table.

When to use it

Schema migrations and versioning for PocketBase. Use when creating migrations, managing schema versions, syncing collections between environments, using automigrate, or creating collections programmatically. Covers migrate commands, migration file format, snapshot imports, and the _migrations tracking table.

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-migrations/SKILL.md -o .claude/skills/pb-migrations/SKILL.md

Notes

Extracted from davila7/claude-code-templates, pb-migrations category.