with one click
db-migrate
Create a database migration using the project's migration tool.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a database migration using the project's migration tool.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate and maintain compressed context summaries of the project. Used by agents to load minimal context instead of reading full files. Saves tokens and reduces latency.
Check health and status of all project services — containers, API, frontend, database, migrations.
Create a hotfix branch, apply the fix, run tests, and prepare for merge.
Write structured memory notes to the knowledge graph. Every agent uses this to record bugs, lessons, heuristics, and decisions as individual nodes with [[wikilinks]] to create a navigable graph. Two memory types -- heuristic (permanent rules) and episodic (specific events).
Switch execution mode (fast, standard, serious) or let auto-detection decide.
Scan a codebase, detect the stack, and auto-generate a complete .tasuki/ configuration with agents, rules, hooks, skills, and TASUKI.md.
| name | db-migrate |
| description | Create a database migration using the project's migration tool. |
| argument-hint | [migration description] |
| allowed-tools | Bash, Read, Write, Edit, Glob |
Create a new migration for: $ARGUMENTS
alembic revision -m "$ARGUMENTS"npx prisma migrate dev --name "$ARGUMENTS"python manage.py makemigrations --name "$ARGUMENTS"rails generate migration $ARGUMENTSnpx knex migrate:make $ARGUMENTS