一键导入
migrate
Run database or schema migrations — up, down, rollback, status, or create a new migration. Reads claude/build.md for migration commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run database or schema migrations — up, down, rollback, status, or create a new migration. Reads claude/build.md for migration commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | migrate |
| description | Run database or schema migrations — up, down, rollback, status, or create a new migration. Reads claude/build.md for migration commands. |
Run database/schema migrations in non-interactive mode.
/migrate up # Run pending migrations
/migrate down # Roll back last migration
/migrate rollback # Same as down
/migrate status # Show migration status
/migrate create name # Create a new migration file
Read claude/build.md for the actual migration commands configured for this project.
| Argument | Action |
|---|---|
up or migrate | {{MIGRATE_UP_CMD}} |
down or rollback | {{MIGRATE_DOWN_CMD}} |
status | {{MIGRATE_STATUS_CMD}} |
create <name> | {{MIGRATE_CREATE_CMD}} <name> |
up → verify → run down → run up againsnake_case, scoped by table, no redundant prefixesRoute a codebase question to the right tool — structural graph, semantic search, or risk analysis. Use when you need to find or understand code without knowing exact file names.
Auto-configure CLAUDE.md and claude/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.
Build the project and verify it compiles cleanly. Use after making changes to confirm nothing is broken before running tests. Reads the build command from claude/build.md.
Save session state before context gets full or before ending. Writes current task state, branch, and loaded docs to claude/tasks/todo.md so the next session can resume cleanly.
Remove all git worktrees for merged branches. Accepts --dry-run to preview. Use after merging PRs or for weekly maintenance.
Clean workspace — build artifacts, dependencies, caches, Docker volumes, or temp files. Accepts arguments like build, deps, all, cache, docker, tasks, reinstall.