PlantUML in Slidev This skill covers using PlantUML for creating UML and technical diagrams in Slidev. PlantUML excels at creating standard UML diagrams with more detailed control than Mermaid. When to Use This Skill - Creating standard UML diagrams - Complex sequence diagrams with detailed notation - Component and deployment diagrams - Use case diagrams - Activity diagrams with swimlanes - C4 architecture diagrams Enabling PlantUML PlantUML is supported via the code block: plantuml @startuml Alice - Bob: Hello Bob -- Alice: Hi! @enduml Participant Types plantuml @startuml actor User boundary…