plantuml-entity-relationship-diagram
仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由
快速可视化数据模型与主外键、基数关系。
这个 Skill 做什么
从需求或 schema 生成 PlantUML 实体关系图(ERD)。
根据需求描述、schema、SQL 或 ORM 模型生成 PlantUML 格式的实体关系图(ERD),把实体/表、属性/列、主键(PK)、外键(FK)和基数(cardinality)都画清楚。用于设计持久化数据结构、确认身份与引用关系时用,不用于建模运行时组件或类继承。特别之处是支持概念/逻辑/物理三个层次,并只建模数据相关的语义。
▸ 展开 SKILL.md 英文原文
Generate and refine entity-relationship diagrams (DER/ERD) in PlantUML from data requirements, schemas, SQL, ORM models, or architecture notes. Use for entidades, tablas, attributes, primary and foreign keys, identifying relationships, optionality, and cardinalities. Do not model software components, runtime deployment, class methods/inheritance, or temporal message flows.
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/brunojaime/plantuml-diagram-toolkit/main/skills/plantuml-entity-relationship-diagram/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/brunojaime/plantuml-diagram-toolkit/main/skills/plantuml-entity-relationship-diagram/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# PlantUML Entity-Relationship Diagram Model persistent data structure, identity, references, and cardinality. ## Workflow 1. Choose conceptual, logical, or physical data level and state it. 2. Extract entities/tables, attributes/columns, identifiers, and relationships. 3. Mark PK, FK, and unique constraints only when supported. 4. Determine minimum and maximum cardinality independently on both ends. 5. Resolve many-to-many relationships with an associative entity only for a logical/physical model or when the source defines it. 6. Apply [conventions.md](references/conventions.md). Apply [LANG-001 and LANG-002](references/language.md) to every user-visible label and response field
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有