db-migrate
DB Migrate
Cross-Platform AI Agent Skill This skill works with any AI agent platform that supports the skills.sh standard.
Create, validate, and run database migrations across any framework. Auto-detects the migration tool from project files.
Anti-Hallucination Guidelines
CRITICAL: Migration operations can be irreversible in production:
- Detect before acting — Always scan for marker files before running any command
- Never invent commands — Only use commands listed in the detection table or discovered in project docs
- Warn on destructive operations — Always flag DROP, TRUNCATE, or irreversible schema changes
- Dry-run first — Use
--dry-runmode when supported by the framework - Read existing migrations — Check naming conventions before creating new ones
Workflow
Phase 1: Detect Framework
More from mgiovani/cc-arsenal
find-skills
Discover and install third-party agent skills from the skills.sh ecosystem.
36agent-browser
Headless browser automation CLI optimized for AI agents. Uses snapshot + refs system for 93% less context overhead vs Playwright. Purpose-built for web testing, form automation, screenshots, and data extraction.
12jira-cli
Interactive CLI for Atlassian Jira issue, epic, and sprint management.
9git-commit
Generate conventional commits following conventionalcommits.org specification.
8inject-docs
Inject framework-specific best practices into CLAUDE.md. Supports Next.js
7refactor
Safe codebase refactoring with characterization tests, incremental changes, and continuous verification. Automatically activates when users want to refactor code, extract methods/classes, simplify logic, reduce duplication, improve naming, restructure modules, or clean up technical debt.
7