ワンクリックで
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 職業分類に基づく
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.
| 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.