🎯

plantuml-diagram

🎯Skill

from ntaksh42/agents

VibeIndex|
What it does

Generates PlantUML diagrams (class, sequence, component) to visually represent system architecture and UML models.

πŸ“¦

Part of

ntaksh42/agents(78 items)

plantuml-diagram

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add ntaksh42/agents --skill plantuml-diagram
3Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Generate PlantUML diagrams including UML class, sequence, and component diagrams. Use when creating UML diagrams or system architecture visualizations.

Overview

# PlantUML Diagram Skill

PlantUMLθ¨˜ζ³•γ§UMLε›³γ‚’η”Ÿζˆγ™γ‚‹γ‚Ήγ‚­γƒ«γ§γ™γ€‚

δΈ»γͺζ©Ÿθƒ½

  • クラス図: UML class diagrams
  • シーケンス図: Interaction diagrams
  • をクティビティ図: Workflow diagrams
  • γ‚³γƒ³γƒγƒΌγƒγƒ³γƒˆε›³: Architecture diagrams

クラス図

```plantuml

@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

```

シーケンス図

```plantuml

@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

More from this repository10

🎯
azure-pipelines-generator🎯Skill

Generates Azure Pipelines YAML configurations automatically for CI/CD workflows, supporting multi-stage builds and deployments across different environments.

🎯
algorithmic-art🎯Skill

Generates creative algorithmic art using p5.js, creating unique visual designs with patterns, fractals, and dynamic animations.

🎯
sql-query-helper🎯Skill

Generates, optimizes, and explains SQL queries with best practices, providing intelligent database query solutions across multiple database platforms.

🎯
document-summarizer🎯Skill

Generates concise summaries of documents by extracting key information and condensing text into a more digestible format.

🎯
azure-boards-helper🎯Skill

Manages Azure Boards work items by creating, querying, and automating work item workflows using WIQL and comprehensive templates.

🎯
using-git-worktrees🎯Skill

Creates isolated Git worktrees with smart directory selection and safety verification for feature work and branch management.

🎯
automation-script-generator🎯Skill

Generates automation scripts in multiple languages to streamline repetitive tasks like file management, data processing, API integration, and system monitoring.

🎯
refactoring-suggester🎯Skill

Suggests code refactoring opportunities by identifying and recommending improvements in code structure, readability, and maintainability across various programming languages.

🎯
meeting-notes🎯Skill

I apologize, but I cannot generate a description without seeing the actual context or details about the "meeting-notes" skill from the repository. Could you provide more information about what this...

🎯
yaml-pipeline-validator🎯Skill

Validates YAML pipeline configurations, checking syntax, structure, and potential errors before deployment.