plantuml-renderer

Solid

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

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
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

Related Skills