·database-schema-designer
>_

database-schema-designer

yonatangross/orchestkit

具有规范化、索引和迁移模式的 SQL 和 NoSQL 架构设计。在设计数据库架构、创建表、优化慢速查询或规划数据库迁移时使用。

12安装·0热度·@yonatangross

安装

$npx skills add https://github.com/yonatangross/orchestkit --skill database-schema-designer

SKILL.md

Database Schema Designer This skill provides comprehensive guidance for designing robust, scalable database schemas for both SQL and NoSQL databases. Whether building from scratch or evolving existing schemas, this framework ensures data integrity, performance, and maintainability.

1st Normal Form (1NF) Rule: Each column contains atomic (indivisible) values, no repeating groups.

2nd Normal Form (2NF) Rule: Must be in 1NF + all non-key columns depend on the entire primary key.

具有规范化、索引和迁移模式的 SQL 和 NoSQL 架构设计。在设计数据库架构、创建表、优化慢速查询或规划数据库迁移时使用。 来源:yonatangross/orchestkit。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/yonatangross/orchestkit --skill database-schema-designer
分类
>_效率工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 database-schema-designer?

具有规范化、索引和迁移模式的 SQL 和 NoSQL 架构设计。在设计数据库架构、创建表、优化慢速查询或规划数据库迁移时使用。 来源:yonatangross/orchestkit。

如何安装 database-schema-designer?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/yonatangross/orchestkit --skill database-schema-designer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/yonatangross/orchestkit