Plantuml Skill
PlantUML Skill creates sequence, class, component, ER, and other UML diagrams from text descriptions, exporting to PNG or SVG through the Kroki rendering API. It requires only curl and works across macOS, Linux, and Windows, with optional local Docker or PlantUML jar backends for offline use.
PlantUML Skill generates UML diagrams and flowcharts from text syntax using the Kroki API.
AI-generated summary based on this skill's SKILL.md
Install
Agents365-ai/365-skills/plantuml-skill · repository language: Python
git clone https://github.com/Agents365-ai/365-skills
cp -r 365-skills ~/.claude/skills/plantuml-skillgenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What can PlantUML Skill generate?
PlantUML Skill creates sequence, class, component, ER, and other UML diagrams from text descriptions. It exports diagrams to PNG or SVG formats through the Kroki rendering API, making it easy to convert PlantUML code into visual diagram images for documentation and design purposes.
How do I create UML diagrams with PlantUML?
PlantUML Skill converts text-based PlantUML syntax into visual UML diagrams. You write diagram definitions in PlantUML's simple text format, and the skill renders them as PNG or SVG images. It supports flowcharts, sequence diagrams, class diagrams, and more through an intuitive syntax.
What are PlantUML Skill's system requirements?
PlantUML Skill requires only curl and works across macOS, Linux, and Windows. For offline use, you can optionally configure a local Docker container or PlantUML jar backend instead of relying on the cloud-based Kroki rendering API.
Can PlantUML Skill help me learn diagram syntax?
Yes. PlantUML Skill supports learning PlantUML syntax and diagram best practices. The skill can guide you through creating flowcharts, sequence diagrams, state machines, deployment diagrams, and architecture diagrams with clear examples and syntax reference.
What diagram types does PlantUML Skill support?
PlantUML Skill generates sequence diagrams, class diagrams, component diagrams, ER diagrams, use case diagrams, state machines, deployment diagrams, and architecture diagrams. It also creates flowcharts and other UML-based visualizations from text-based PlantUML code.
How does PlantUML Skill render diagrams to images?
PlantUML Skill converts PlantUML code into visual diagram images by sending your text syntax to the Kroki rendering API, which generates PNG or SVG output. You can also use local rendering via Docker or a PlantUML jar for offline diagram generation.