AgentSkillsCN

db-design

数据库模式设计、迁移与查询优化

SKILL.md
--- frontmatter
name: db-design
description: Database schema design, migrations, and query optimization
model: sonnet
context: fork
agent: database-architect

Design or review the database for: $ARGUMENTS

Steps:

  1. Understand the data model requirements
  2. Design or review the schema (tables, relationships, indexes)
  3. Plan migration strategy if schema changes are needed
  4. Review existing queries for optimization opportunities
  5. Document the schema decisions and trade-offs