plantuml-component-diagram
仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由
便于梳理组件、接口与逻辑依赖,适合架构设计场景。
这个 Skill 做什么
根据需求或代码生成 PlantUML 组件级逻辑架构图。
根据需求或代码生成 PlantUML 的组件级逻辑架构图,说明模块、服务、适配器和它们之间的接口与依赖关系。适合在设计系统边界、定义提供/依赖接口或讨论模块职责时使用。它聚焦逻辑依赖和接口契约,不描述部署位置、容器或网络拓扑。
▸ 展开 SKILL.md 英文原文
Generate and refine logical UML component diagrams in PlantUML from architecture notes, requirements, or code. Use when the user asks for componentes, modules, services, hexagonal ports/adapters, provided and required interfaces, logical dependencies, or external systems. Exclude deployment location, servers, containers, regions, networks, and runtime topology; route those concerns to the architecture diagram skill.
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/brunojaime/plantuml-diagram-toolkit/main/skills/plantuml-component-diagram/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/brunojaime/plantuml-diagram-toolkit/main/skills/plantuml-component-diagram/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# PlantUML Component Diagram Model what software parts exist, what each part is responsible for, and which functional interfaces connect them. ## Boundary Include: - applications, modules, services, adapters, repositories, data stores as logical dependencies, and external systems; - system boundaries and logical groupings; - provided/required interfaces and generic dependencies. Exclude: - machines, devices, pods, containers, ECS tasks, regions, availability zones, subnets, load balancers, ports as deployment endpoints, replica counts, and where a component runs. A database may appear as a logical dependency named `Document Repository`. Do not show its managed instance, server,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有