plantuml-diagram

PlantUML Diagram Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plantuml-diagram" with this command: npx skills add ntaksh42/agents/ntaksh42-agents-plantuml-diagram

PlantUML Diagram Skill

PlantUML記法でUML図を生成するスキルです。

主な機能

  • クラス図: UML class diagrams

  • シーケンス図: Interaction diagrams

  • アクティビティ図: Workflow diagrams

  • コンポーネント図: Architecture diagrams

クラス図

@startuml class User { +String id +String name +String email +login() +logout() }

class Order { +String id +Date createdAt +Float total +addItem() +checkout() }

User "1" -- "*" Order : places @enduml

シーケンス図

@startuml actor User participant Frontend participant Backend database Database

User -> Frontend: Login Frontend -> Backend: POST /api/login Backend -> Database: SELECT user Database --> Backend: User data Backend --> Frontend: JWT token Frontend --> User: Success @enduml

バージョン情報

  • Version: 1.0.0

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

pptx-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

document-summarizer

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

excel-processor

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

document-formatter

No summary provided by upstream source.

Repository SourceNeeds Review