plantuml-architecture-diagram
仓库创建 2026年7月27日最近提交 2 天前SkillHot 收录 2 天前
▸ 精选理由
将组件责任与运行位置结合,便于系统设计与部署讨论。
这个 Skill 做什么
根据逻辑组件与接口生成并完善包含运行位置的 PlantUML 架构图。
根据逻辑组件和接口生成或完善带运行位置的 PlantUML 架构图,把组件视图和部署位置结合起来。适合需要表达架构职责、接口、云/本地边界、主机/容器/网络通道、数据库与 TLS 终止等场景。特点是既保留组件的职责与依赖,又明确每个元素在哪运行,不把图只是简化成基础设施清单。
▸ 展开 SKILL.md 英文原文
Generate and refine architecture diagrams in PlantUML by preserving the logical components, responsibilities, and provided/required interfaces of a component diagram, then adding where every element lives. Use when the user asks for arquitectura, infrastructure placement, deployment, cloud/on-premise boundaries, devices, processes, containers, hosts, regions, networks, load balancers, databases, queues, protocols, ports, or TLS termination. This is a component view plus runtime location; do not reduce it to infrastructure alone.
0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/brunojaime/plantuml-diagram-toolkit/main/skills/plantuml-architecture-diagram/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/brunojaime/plantuml-diagram-toolkit/main/skills/plantuml-architecture-diagram/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# PlantUML Architecture Diagram Start from the same logical content as a component diagram, then add the runtime location of every element. ```text Architecture diagram = logical components and interfaces + execution/deployment containment + infrastructure and network channels ``` ## Boundary Include: - the same applications, modules, services, adapters, repositories, logical data dependencies, external systems, responsibilities, and interfaces that belong in the corresponding component diagram; - client devices and external platforms; - cloud/on-premise boundaries, accounts, regions, networks, and trust zones when known; - nodes, hosts, containers, runtime processes, deploy
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有