What problem does it solve?
This Skill helps you turn network design ideas into clear, consistent topology diagrams without manually drawing shapes or hunting for icon sets.
Core Features & Use Cases
- PlantUML-based topology authoring: Write diagrams using
@startuml ... @enduml plus plantuml/puml fences for reliable rendering.
- mxgraph stencil network icons: Use
mxgraph.networks.* and Cisco/Citrix/Safe/Data Center families (e.g., routers, switches, firewalls, servers, endpoints) to accurately represent devices.
- Zone grouping and connection styles: Organize diagrams with
rectangle/package, and connect devices using --, -->, .., and ..> for physical, directed, and logical/VPN paths.
- Use case: Document an enterprise WAN/LAN layout or a datacenter spine-leaf fabric with consistent icon choices and readable zone boundaries.
Quick Start
Ask the AI to generate a LAN diagram for an office using mxgraph.networks.* icons, grouped into wired and wireless zones, with Internet → firewall → core switch → endpoints.