원클릭으로
supabase-management
Specialized skill for safely executing Supabase migrations and generating strict TypeScript types from the database schema.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Specialized skill for safely executing Supabase migrations and generating strict TypeScript types from the database schema.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Agent-to-User Interface (A2UI) protocol implementation and client renderer scaffolding.
Infrastructure automation, configuration management, and application deployment orchestration using Ansible.
Create and manage unicode braille animations and spinners for CLIs and web apps. Use this skill when the user wants to add loading indicators, progress animations, or custom braille-based art to their terminal or browser-based application.
Agent harness for headlessly deploying Code Scaffold assets.
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds.
Comprehensive cybersecurity arsenal integrating MITRE and NIST framework methodologies, NVIDIA SkillSpector vulnerability scanning, and deep SAST secret detection.
| name | supabase_management |
| description | Specialized skill for safely executing Supabase migrations and generating strict TypeScript types from the database schema. |
When the user asks to manage the Supabase database, migrate schemas, or sync types, follow these instructions exactly to ensure changes are safely pushed and frontend TypeScript definitions are immediately updated:
Check for supabase.md Check for configuration details like the Supabase Project ID.
Database Migrations If the user asks to push changes to the remote database:
npx supabase db push to push any pending local migrations to the remote database.Type Generation If the user asks to sync or generate types:
npx supabase gen types typescript --project-id "[PROJECT_ID]" > types/supabase.ts (replacing the ID with the actual project ID).Verify Sync
types/supabase.ts file exists and contains the updated schema definitions. Verify the file was created/updated successfully.