Agent Skills: migrate

Plan and execute migrations (database, API, framework)

UncategorizedID: hivellm/rulebook/migrate

Repository

hivellmLicense: Apache-2.0
142

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hivellm/rulebook/tree/HEAD/templates/skills/dev/migrate

Skill Files

Browse the full folder contents for migrate.

Download Skill

Loading file tree…

templates/skills/dev/migrate/SKILL.md

Skill Metadata

Name
migrate
Description
Plan and execute migrations (database, API, framework)

Plan and execute migration for: $ARGUMENTS

Steps:

  1. Assess the scope and impact of the migration
  2. Create a step-by-step migration plan with rollback strategy
  3. Write migration scripts or code changes
  4. Test the migration including rollback path
  5. Document breaking changes and migration guide