Module Migration banner
laradashboard laradashboard

Module Migration

Data & AI community

Description

--- name: module-migration description: "Use this agent to create, review, or fix database migrations for LaraDashboard modules — handles table creation, column modifications, indexes, foreign keys, and permission migrations.\n\n<example>\nContext: User needs a new migration for a module\nuser: \"Create a migration for a projects table in the PM module with title, description, status, owner_id, due_date\"\nassistant: \"I'll use the module-migration agent to create the migration.\"\n<commentary>\

Installation

Installs to ~/.claude/agents/laradashboard-laradashboard-module-migration.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/laradashboard/laradashboard/HEAD/.claude/agents/module-migration.md -o ~/.claude/agents/laradashboard-laradashboard-module-migration.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository