033-architecture-diagrams

033-architecture-diagrams is a skill for Claude Code, Codex from jabrena/plinth. It costs 117 tokens per session (2,579 once invoked), scanned A, original, Apache-2.0.

An interactive guide for generating Java project diagrams in PlantUML, a text format that describes diagrams. It covers system structure, workflows, deployments, databases, and domain boundaries.

In plain words
What is it for?
Creating sequence, class, C4, state machine, deployment, entity-relationship, and bounded-context diagrams from Java code, schemas, migrations, or repositories.
Why use it?
It provides a step-by-step way to choose the right diagram and organize the required project information.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating sequence, class, C4, state machine, deployment, entity-relationship, and bounded-context diagrams from Java code, schemas, migrations, or repositories.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jabrena/plinth/033-architecture-diagrams
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jabrena/plinth --skill 033-architecture-diagrams
Clone the repo
git clone --depth 1 https://github.com/jabrena/plinth

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin 033-architecture-diagrams/plugin install 033-architecture-diagrams after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 033-architecture-diagrams

README.md
[![agentmods](https://agentmods.dev/badge/skills/jabrena/plinth/033-architecture-diagrams/github.svg)](https://agentmods.dev/skills/jabrena/plinth/033-architecture-diagrams)
Your own site
<a href="https://agentmods.dev/skills/jabrena/plinth/033-architecture-diagrams"><img src="https://agentmods.dev/badge/skills/jabrena/plinth/033-architecture-diagrams/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 033-architecture-diagrams

Your own site · 80×15
<a href="https://agentmods.dev/skills/jabrena/plinth/033-architecture-diagrams"><img src="https://agentmods.dev/badge/skills/jabrena/plinth/033-architecture-diagrams.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,579 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.02579
Opus 5 $0.00059 $0.01290
Sonnet 5 $0.00023 $0.00516
Haiku 4.5 $0.00012 $0.00258

Measured 11d ago against content hash 43de313d2770, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

033-architecture-diagrams scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/033-architecture-diagrams/SKILL.md · 275 lines

How it starts

The opening of the file, as written. The whole thing — 275 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Read the full file on GitHub · 275 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 275 lines · 117 tokens per session scan A 43de313d2770

Subscribe to this mod's changes

033-architecture-diagrams is a skill published in the GitHub repository jabrena/plinth (438 stars, last pushed today), licensed Apache-2.0. It adds 117 tokens to every session and 2,579 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

prompt-sensei

Stage-aware prompt coaching, prompt improvement, lookback analysis, prompting habit feedback, and local reports about prompt quality for AI coding agents such as Claude Code or Codex.

chengzhongwei/Prompt-sensei · 39 tokens

prompt-engineering

A deep, practical guide to engineering reliable LLM prompts — role/context, instructions, few-shot, structured output, chain-of-thought, delimiting untrusted data, injection defense, and evaluation. Includes worked prompts and a runnable output validator.

vanara-agents/skills · 53 tokens

searchcans-rag-source-curator-zh

A Chinese-language tool for building a small, varied list of web pages and documents that can support answers in a retrieval-augmented generation (RAG) system. RAG systems retrieve source material to ground an AI response.

SearchCans/searchcans-skills-zh · 74 tokens

knowledge-graph-extract

Use when the user wants to extract a knowledge graph, entities and relationships, or subject-relation-object triplets from a folder of documents or a set of files — including resuming an interrupted extraction, or turning extracted triplets into Cypher import scripts for Neo4j/Memgraph.

maddataanalyst/knowledge-graph-extract · 64 tokens

optuna-hyperparameter-tuning

When the user wants to tune metaheuristic or solver parameters with Optuna, including search-space definition, TPE sampling, pruning weak configurations early, multi-instance objectives (mean/median over an instance set), and held-out validation against overtuning. Also use when the user mentions "Optuna,"…

hajibabaie/combinatorial-optimization-skills · 137 tokens

prompt-analyzer

Analyze prompts for constraint complexity, audit failure risks, and generate optimized rewrites for Claude and GPT. Based on "How LLMs Follow Instructions" (Rocchetti & Ferrara, 2026) constraint taxonomy research. Use when reviewing prompt files, optimizing prompt bases, or auditing instruction quality. Trigger…

citedy/skills · 95 tokens