一键导入
database-design
Database schema design, SQL optimization, and ORM architecture patterns
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Database schema design, SQL optimization, and ORM architecture patterns
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | database-design |
| description | Database schema design, SQL optimization, and ORM architecture patterns |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"backend","workflow":"database"} |
Inspired by PlanetScale's workflow skills and Spring AI's modularity, this skill equips The Architect and Build agents with deep context regarding the project's database architecture, serverless patterns, and query performance optimizations.
sqlite MCP to query the current database.sqlite schema. Do not guess existing structures.down() methods.assets/schema-proposal.md to present the architectural changes to the user before implementation.assets/schema-proposal.md: A template for outlining table structures, indexes, and relationships.If the database change spans across the Systems/Frontend boundary (e.g., passing a new JSON payload structure from Backend to Frontend), The Maestro must validate the types in both domains before approving the schema.
Continuously improves the project by checking docs (web, Context7, opencode), using LSPs for code context, monitoring skills/plugins/scripts, and adapting best practices.
Continuity management — preserves context, maintains thermal maps, and serializes states across sessions
Read diffs carefully, identify risks, and produce review feedback that is specific and actionable.
Write accurate docs, keep references current, and capture verified behavior only.
Branching, rebasing, commit hygiene, and review-friendly history for agency delivery.
Use the language server for precise navigation, symbol lookup, refactoring, and diagnostics.