在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用create-migration
星标8
分支0
更新时间2026年2月14日 14:44
Creates a Supabase/PostgreSQL migration file
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Creates a Supabase/PostgreSQL migration file
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Builds AI agents for automation and task execution
Creates advertising copy and creative concepts
Creates a new React component with props, styling, and tests
Creates an editorial calendar for content marketing
Creates a React Context provider with state management
Creates a custom React hook with proper typing and error handling
| name | create-migration |
| description | Creates a Supabase/PostgreSQL migration file |
Drafts a SQL migration script for Supabase database changes.
name: Descriptive name for the migration.sql: The actual SQL commands to be included.create-migration --name create_profiles --sql "CREATE TABLE profiles (id UUID...)"