Source profileQuality 91/100

jabrena/plinth/skills/033-architecture-diagrams/SKILL.md

033-architecture-diagrams

Use when you need to generate Java project diagrams — including UML sequence diagrams, UML class diagrams, C4 model diagrams, UML state machine diagrams, UML Deployment Diagrams, ER (Entity Relationship) diagrams, and bounded-context diagrams — through a modular, step-based interactive process that adapts to your specific visualization needs. This should trigger for requests such as Generate UML diagram; Create sequence diagram; Create class diagram; Create state machine diagram; Create deployme

Source repository stars
423
Declared platforms
0
Static risk flags
0
Last source update
2026-08-02
Source checked
2026-08-04

Decision brief

What it does—and where it fits

Generate comprehensive Java project diagrams through a modular, step-based interactive process that covers UML sequence diagrams, UML class diagrams, C4 model diagrams, UML state machine diagrams, UML Deployment Diagrams, ER (Entity Relationship) diagrams, and bounded-context di…

Best for

  • Generate UML diagram
  • Create sequence diagram
  • Create class diagram

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/jabrena/plinth --skill "skills/033-architecture-diagrams"
Safe inspection promptEditorial

Inspect the Agent Skill "033-architecture-diagrams" from https://github.com/jabrena/plinth/blob/fdaf68ccf0ffc4fb6147dc4ab805c34841ffaf33/skills/033-architecture-diagrams/SKILL.md at commit fdaf68ccf0ffc4fb6147dc4ab805c34841ffaf33. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Workflow

    1. Validate project state

    Validate project stateIf validation fails, stop and ask to resolve errors firstAsk diagram assessment questions before reading references
  2. 02

    Constraints

    Before applying any diagram generation, ensure the project validates. If validation fails, stop immediately — do not proceed until all validation errors are resolved.

    MANDATORY: Run ./mvnw validate or mvn validate before applying any diagram generationSAFETY: If validation fails, stop immediately — do not proceed until all validation errors are resolvedBEFORE READING DIAGRAM REFERENCES: Run the question flow embedded in this SKILL.md first. Ask the diagram preference questions one by one, collect selected diagram families and output preferences, then read only the imp…
  3. 03

    When to use this skill

    Generate UML diagram

    Generate UML diagramCreate sequence diagramCreate class diagram

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars423SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
jabrena/plinth
Skill path
skills/033-architecture-diagrams/SKILL.md
Commit
fdaf68ccf0ffc4fb6147dc4ab805c34841ffaf33
License
Apache-2.0
Collected
2026-08-04
Default branch
main
View the original SKILL.md

Java Diagrams Generator with modular step-based configuration

Generate comprehensive Java project diagrams through a modular, step-based interactive process that covers UML sequence diagrams, UML class diagrams, C4 model diagrams, UML state machine diagrams, UML Deployment Diagrams, ER (Entity Relationship) diagrams, and bounded-context diagrams using PlantUML syntax. This is an interactive SKILL.

What is covered in this Skill?

  • UML sequence diagram generation for application workflows and API interactions
  • UML class diagram generation for package structure and class relationships
  • C4 model diagram generation for Context, Container, and Component diagrams
  • UML state machine diagram generation for entity lifecycles and business workflows
  • UML Deployment Diagram generation for runtime topology, nodes, execution environments, deployed components, data stores, queues, external systems, and communication paths
  • ER diagram generation from SQL schema (DDL, migrations) using PlantUML Chen notation
  • Bounded-context diagram generation for DDD context maps across one or more repositories
  • PlantUML syntax for all diagram types
  • File organization strategies: single-file, separate-files, or integrated with existing documentation
  • Final diagram validation with PlantUML syntax checking
  • PlantUML validation and PNG/SVG rendering with a trusted local PlantUML installation or repository-approved wrapper

Constraints

Before applying any diagram generation, ensure the project validates. If validation fails, stop immediately — do not proceed until all validation errors are resolved.

  • MANDATORY: Run ./mvnw validate or mvn validate before applying any diagram generation
  • SAFETY: If validation fails, stop immediately — do not proceed until all validation errors are resolved
  • BEFORE READING DIAGRAM REFERENCES: Run the question flow embedded in this SKILL.md first. Ask the diagram preference questions one by one, collect selected diagram families and output preferences, then read only the implementation references selected by the user's answers
  • C4 SCOPE: C4 diagrams are restricted to Context, Container, and Component diagrams
  • SUPPLY CHAIN: Generated PlantUML diagrams must use trusted local includes only; do not use remote !include URLs for C4 or icon libraries
  • TOOLING SAFETY: Use only trusted local PlantUML tooling or a repository-approved wrapper; do not pull or run remote container images as part of this skill

When to use this skill

  • Generate UML diagram
  • Create sequence diagram
  • Create class diagram
  • Create state machine diagram
  • Create deployment diagram
  • Create C4 diagram
  • Generate ER diagram
  • Create bounded-context diagram
  • Create context-map diagram

Workflow

  1. Validate project state

Run ./mvnw validate or mvn validate before applying any diagram generation.

Step constraints:

  • If validation fails, stop and ask to resolve errors first
  1. Ask diagram assessment questions before reading references

Run this XML-included question flow before reading any diagram-family implementation reference. Ask questions one-by-one in strict order, wait for the user's answer to each question, and record selected diagram families, C4 scope, bounded-context repository scope, output organization, file format, and documentation preference before continuing.

IMPORTANT: You MUST ask these questions in the exact order and wording shown here. The very first question to the user MUST be "Question 1: What diagrams do you want to generate?". Do not ask any other questions prior to it.

Diagrams Selection

Conditional Flow Rules:

  • Based on your selection here, only the relevant diagram generation steps will be executed.
  • If you choose "Skip", no diagrams will be generated.
  • Each diagram type has its own conditional follow-up questions.

Question 1: What diagrams do you want to generate?

Options:

  • UML sequence diagrams
  • UML class diagrams
  • UML state-machine diagrams
  • C4 model diagrams (Context, Container, Component)
  • UML Deployment Diagrams
  • ER diagrams (Entity Relationship)
  • Bounded-context diagrams
  • All diagrams
  • Skip

Question 2: For UML sequence diagrams, which types would you like to generate? Ask this question only if you selected "UML sequence diagrams" or "All diagrams" in Question 1.

Options:

  • Main application flows (user journeys, authentication, core features)
  • API interactions (REST endpoints, request/response patterns)
  • Complex business logic flows (multi-step processes, transactions)
  • All sequence diagram types
  • Skip

Question 3: For UML class diagrams, which scope would you like to cover? Ask this question only if you selected "UML class diagrams" or "All diagrams" in Question 1.

Options:

  • All packages (complete project structure)
  • Core business logic packages only
  • Specific packages (I'll specify which ones)
  • Skip

Question 4: For UML class diagrams, what level of detail do you prefer? Ask this question only if you selected "UML class diagrams" or "All diagrams" in Question 1 and did not select "Skip" in Question 3.

Options:

  • High-level (classes and relationships only)
  • Detailed (include key methods and attributes)
  • Full detail (all public methods, attributes, and annotations)

Question 5: For C4 model diagrams, which levels would you like to generate? Ask this question only if you selected "C4 model diagrams" or "All diagrams" in Question 1.

Options:

  • Complete C4 model (Context, Container, Component)
  • High-level diagrams only (Context and Container)
  • Component diagrams only
  • Specific C4 levels (Context, Container, and/or Component)
  • Skip

Question 6: For UML state-machine diagrams, which types would you like to generate? Ask this question only if you selected "UML state-machine diagrams" or "All diagrams" in Question 1.

Options:

  • Entity lifecycles (domain object state transitions like Order, User, Document)
  • Business workflows (process state machines like approval, payment, shipping)
  • System behaviors (component operational states like connections, jobs, transactions)
  • User interactions (UI component state transitions like forms, wizards, dialogs)
  • All state machine types
  • Skip

Question 7: For ER diagrams, which schema scope would you like to cover? Ask this question only if you selected "ER diagrams (Entity Relationship)" or "All diagrams" in Question 1.

Options:

  • Complete database schema (all tables)
  • Core domain tables only
  • Specific tables (I'll specify which ones)
  • Skip

Question 8: For bounded-context diagrams, which repositories should be represented? Ask this question only if you selected "Bounded-context diagrams" or "All diagrams" in Question 1.

Options:

  • Current repository only
  • One or more local repository paths (I'll provide paths)
  • One or more repository URLs (I'll provide URLs)
  • A named repository list (I'll provide names and context)
  • Skip

For each repository in scope, collect what is available: repository name or path, bounded context, domain or subdomain, owning team, application type, owned data store, exposed interfaces, consumed interfaces, and known relationships.


Question 9: For UML Deployment Diagrams, what source material should be used first? Ask this question only if you selected "UML Deployment Diagrams" or "All diagrams" in Question 1.

Options:

  • Existing deployment diagram image or topology sketch (I'll provide the image)
  • System description file (I'll provide the file path)
  • Repository documentation, configuration, or deployment descriptors
  • Ask me for missing deployment topology details
  • Skip

When a deployment image or system description file is provided, use it as source material before asking fallback questions. Ask only for missing or ambiguous deployment facts such as actors, services, CI/CD systems, runtime nodes, execution environments, deployed artifacts or components, external systems, data stores, queues, protocols, ports, relationships, and infrastructure or network boundaries.


Question 10: How would you like to organize the generated diagram files?

Options:

  • Single directory (all diagrams in /diagrams folder)
  • Organized by type (separate folders for each diagram type)
  • Organized by package/domain (group related diagrams together)
  • Integrated with existing documentation structure

Question 11: What file format would you prefer for the diagrams?

Options:

  • PlantUML source files (.puml) only
  • PlantUML with markdown documentation
  • Both PlantUML and generated images (requires PlantUML rendering)
  • Integrated into existing documentation files

Question 12: Would you like to include explanatory documentation with the diagrams?

Options:

  • Yes, comprehensive explanations for each diagram
  • Yes, brief descriptions and usage notes
  • No, just the diagrams
  • Integrate explanations into existing documentation

After all applicable questions are answered, confirm the selections and map them to references:

  • If UML sequence diagrams are selected, read references/033-architecture-diagrams-uml-sequence.md.
  • If UML class diagrams are selected, read references/033-architecture-diagrams-uml-class.md.
  • If C4 model diagrams are selected, read references/033-architecture-diagrams-c4.md.
  • If UML state-machine diagrams are selected, read references/033-architecture-diagrams-state-machine.md.
  • If UML Deployment Diagrams are selected, read references/033-architecture-diagrams-deployment.md.
  • If ER diagrams are selected, read references/033-architecture-diagrams-er.md.
  • If bounded-context diagrams are selected, read references/033-architecture-diagrams-bounded-context.md.
  • If All diagrams is selected, read all seven focused diagram-family references.
  • If Skip is selected for a diagram family, do not read that diagram-family reference.
  • Do not read unselected diagram-family references.
  1. Read selected references and generate PlantUML diagrams

Create requested diagrams in PlantUML syntax using only the selected focused references, project inputs, and repository context.

  1. Validate and finalize outputs

Check generated diagrams for syntax correctness and consistency with selected scope before final delivery.

Use an already installed PlantUML CLI or a repository-approved wrapper to validate and render generated .puml files. If PlantUML is not available, report the missing trusted tool and provide setup guidance instead of downloading or running remote execution artifacts.

Validate PlantUML syntax without generating images:

plantuml -checkonly diagrams

Render PNG images:

plantuml -tpng diagrams

Render SVG images:

plantuml -tsvg diagrams

Point the command at the directory or .puml file containing generated diagrams. Do not pull or run external container images during validation.

Reference

For detailed guidance, examples, and constraints, see:

Alternatives

Compare before choosing

Computed 9647,525

prisma/prisma

prisma-8-migration-review

Review what Prisma Next migrations will run on merge or deploy, render the migration graph, resolve concurrent / diamond-convergence conflicts, and configure environment refs for CI. Use for "what migrations are going to run", "what runs on deploy", merge conflict, diamond convergence, concurrent migrations, migration status, ref management, staging, production, MIGRATION.DIVERGED, MIGRATION.NO_MARKER, MIGRATION.MARKER_NOT_IN_HISTORY, prisma migrate status, prisma migrate diff, prisma migrate re

Computed 9618,447

teng-lin/notebooklm-py

notebooklm

Complete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a podcast about X"

Computed 9614,225

wanshuiyin/Auto-claude-code-research-in-sleep

grant-proposal

Use it for deployment and design tasks; the detail page covers purpose, installation, and practical steps.

Computed 9610,895

huggingface/skills

huggingface-lora-space-builder

Build and publish a Gradio demo on Hugging Face Spaces for a user-provided LoRA. Use when someone asks to create, generate, ship, or publish a Space, demo, Gradio app, or playground for a LoRA — including LoRAs for Qwen-Image, Qwen-Image-Edit, LTX-Video, Wan, FLUX, SDXL, or other diffusion base models. Also triggers when someone describes a LoRA they trained or hosts on the Hub and wants to share it. Covers picking the right base pipeline and `diffusers` inference recipe, designing a UI tailored