원클릭으로
database-schema-changes
Guide for making database schema changes in Platypus using Drizzle ORM.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for making database schema changes in Platypus using Drizzle ORM.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, passive voice, negative parallelisms, and filler phrases.
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".
Guide for Platypus tools and tool sets - covers creating, updating, sharing, and registering tools, frontend icon mapping, custom UI, and architecture. Always load this skill when the user mentions tools or tool sets.
Guide for adding new API endpoints to the Platypus backend using Hono.js.
SOC 직업 분류 기준
| name | database-schema-changes |
| description | Guide for making database schema changes in Platypus using Drizzle ORM. |
apps/backend/src/db/schema.tspnpm dev is running (database must be up)pnpm drizzle-kit-push to apply changesAuthentication tables are managed by better-auth. If you modify the auth configuration in apps/backend/src/auth.ts, regenerate the schema:
pnpm --dir apps/backend dlx @better-auth/cli@latest generate --config ./src/auth.ts --output ./src/db/auth-schema.ts --yes