plantuml-renderer

Solid

Render PlantUML diagrams to various image formats with theme and styling support

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# PlantUML Renderer Skill ## Overview Renders PlantUML source files to images supporting sequence, class, component, and deployment diagrams with custom themes and batch processing. ## Capabilities - Render PlantUML to PNG, SVG, PDF, and EPS formats - Support sequence, class, component, deployment, activity, and state diagrams - Apply custom themes and styling - Batch rendering of multiple diagrams - Generate image maps for interactive diagrams - Support PlantUML preprocessor directives ## Target Processes - c4-model-documentation - ddd-strategic-modeling - event-storming - data-architecture-design ## Input Schema ```json { "type": "object", "required": ["source"], "properties": { "source": { "type": "string", "description": "PlantUML source code or file path" }, "outputFormat": { "type": "string", "enum": ["png", "svg", "pdf", "eps"], "default": "png" }, "outputPath": { "type": "string", "description": "Output file path" }, "theme": { "type": "string", "description": "PlantUML theme name (e.g., 'cerulean', 'superhero')" }, "config": { "type": "object", "properties": { "skinParams": { "type": "object", "description": "PlantUML skinparam settings" }, "scale": { "type": "number", "default": 1 } } } } } ``` ## Output Schema ```json { "type": "object", "properties": { "outp...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

mermaid-renderer

Render Mermaid diagrams to images with theme customization and Markdown integration

1,160 Updated today
a5c-ai
AI & Automation Solid

graphviz-renderer

Render Graphviz DOT graphs to images with multiple layout algorithms

1,160 Updated today
a5c-ai
AI & Automation Solid

plantuml-ascii

Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII art, Creating sequence diagrams, class diagrams, flowcharts in ASCII format, Generating Unicode-enhanced ASCII art with -utxt flag

34,233 Updated today
github
AI & Automation Solid

diagram-generation

Multi-format diagram generation from text descriptions. Create Mermaid, PlantUML, D2, and Graphviz diagrams including flowcharts, sequence diagrams, architecture diagrams (C4), and data models.

1,160 Updated today
a5c-ai
AI & Automation Solid

033-architecture-diagrams

Use when you need to generate Java project diagrams — including UML sequence diagrams, UML class diagrams, C4 model diagrams, UML state machine diagrams, and ER (Entity Relationship) diagrams — through a modular, step-based interactive process that adapts to your specific visualization needs. This should trigger for requests such as Generate UML diagram; Create sequence diagram; Create class diagram; Create state machine diagram; Create C4 diagram. Part of cursor-rules-java project

393 Updated today
jabrena