بنقرة واحدة
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.