원클릭으로
db-design
Describe your data needs in plain English — get entities, relationships, migrations, and indexes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Describe your data needs in plain English — get entities, relationships, migrations, and indexes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Indian Mutual Fund & enterprise domain expert — regulatory regulations, BRS creation, PRD generation with Figma screen workflows, Zoho Sprints integration
Describe your API needs in plain English — get OpenAPI 3.0 spec, then optionally generate implementation
Generate and run Postman collections, validate API responses, manage test suites
Review layer separation, design patterns, DI, and module boundaries
Auto-generate changelog from git commits — grouped by feat/fix/docs with PR links
Review code against enterprise standards — auto-detects stack (.NET, NestJS, React, RN, Flutter)
| name | db-design |
| description | Describe your data needs in plain English — get entities, relationships, migrations, and indexes |
| category | developer-tools |
| triggers | ["design database","create schema","design tables"] |
Design database schemas from plain English requirements.
Describe your data: "I need users, orders, and payments with relationships"
Generates: entity diagram, TypeORM/EF/Django/JPA entities, migrations, indexes. Always includes: UUID primary keys, audit fields, soft deletes, version column.
For full instructions, read agents/db-design.md.