What problem does it solve? Turning a discussion about architecture, flows, or data structures into a visual diagram normally requires manually writing PlantUML syntax and styling it to match your editor theme. This Skill automates that by deriving diagram content from the current conversation context and rendering it as a PNG that matches your Emacs color scheme. ## Core Features & Use Cases - Context-Driven Diagram Generation: Extracts diagrammable data from the recent conversation and chooses an appropriate diagram type (sequence, class, component, activity, state). - Theme-Aware Styling: Queries the Emacs default foreground color via emacsclient once per session and applies it to all PlantUML skinparam entries so diagrams are readable on your background. - Transparent PNG Output: Renders with a transparent background and outputs a markdown image reference that renders inline. - Use Case: After discussing a microservices message flow in chat, invoke /plantuml to get a sequence diagram PNG styled to your Emacs theme, ready to paste into notes or documentation. ## Quick Start Invoke /plantuml and ask it to create a sequence diagram of the workflow we just discussed.