plantuml-class-diagram
仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由
适合文档化与代码级建模,便于展示接口与依赖关系。
这个 Skill 做什么
从域模型、代码或 API 生成与精化 PlantUML 类图,表现类型与关系。
根据域模型、代码或接口生成并打磨 PlantUML 的类图,展示类型、属性、方法及继承/组合等关系。在需要把静态结构可视化、梳理类与接口契约或讨论建模层次时使用。专注于类型层面而非运行时部署或数据库表的时序细节,输出适合设计和文档的类图。
▸ 展开 SKILL.md 英文原文
Generate and refine UML class diagrams in PlantUML from domain models, source code, APIs, or requirements. Use for clases, interfaces de código, attributes, methods, inheritance, realization, composition, aggregation, and navigability. Do not model runtime deployment, component interfaces, temporal messages, or database tables/cardinalities unless explicitly mapping persistence classes.
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/brunojaime/plantuml-diagram-toolkit/main/skills/plantuml-class-diagram/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/brunojaime/plantuml-diagram-toolkit/main/skills/plantuml-class-diagram/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# PlantUML Class Diagram Model the static structure and behavior contracts of types. ## Workflow 1. Determine whether the source describes domain concepts or implementation classes; state the selected level. 2. Extract classes, code interfaces, attributes, operations, visibility, and types only when supported. 3. Distinguish inheritance, realization, composition, aggregation, and plain association. 4. Add multiplicities only when explicit or logically required. 5. Apply [conventions.md](references/conventions.md). Apply [LANG-001 and LANG-002](references/language.md) to every user-visible label and response field. 6. Render and inspect crossings, member density, and hierarc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有