database-api-design
仓库创建 2026年7月6日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
关注事务完整性与向后兼容,适合架构与评审工作。
这个 Skill 做什么
设计数据库模式与API契约,包括索引、迁移与兼容性。
把业务需求落成稳健的数据库 schema 和 API 契约,涉及关系建模、索引设计、安全迁移(safe migrations)、事务、约束、DTO、分页和向后兼容性。用在设计新表、写/审查迁移脚本或定义接口返回格式时,帮助避免数据不一致与性能陷阱。特点是兼顾性能与兼容性,提供具体的索引与迁移策略和兼容方案。
▸ 展开 SKILL.md 英文原文
Database schema and API contract design - relations, indexes, safe migrations, transactions, constraints, DTOs, pagination, backward compatibility. Use when designing or auditing schema migrations or API contracts.
0
Stars
0
Forks
22
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hamzaciftci/coding-orchestra/main/skills-en/database-api-design/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hamzaciftci/coding-orchestra/main/skills-en/database-api-design/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# DATABASE_AND_API_DESIGN_SKILL ## Purpose Design a solid **database schema** and **API contract**: correct relations, indexes, migrations, transaction integrity, consistent DTO/response models, and backward-compatible APIs. Use cases: - Designing a new schema/table/relation - Writing and reviewing migrations - Designing an API contract (endpoint + DTO + validation) - Improving an existing schema/API for performance, consistency, and compatibility ## Role **Senior Data & API Architect.** Expert in relational modeling, index strategy, migration discipline, and API contract design; fluent in modern stacks like PostgreSQL / Supabase / Prisma. Puts data consistency and backward compatibility
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有