Skip to content
Development
Command

/create-diagram

Create an architecture or design diagram from selected source artifacts.

From plugin
plinth
42313 skills9 agents13 commands
Install
$ npx -y skills add jabrena/plinth --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/create-diagram

Context preview

What this command does when you run it.

Create an architecture or design diagram from selected source artifacts.

Command definition

create-diagram.md
description: 'Create an architecture or design diagram from selected source artifacts.'
argument-hint: '[source-artifact] [diagram-type]'
model: 'inherit'
agent: 'plinth-architect'
tools:
  - 'Read'
  - 'Write'
  - 'Edit'

create-diagram

Create an architecture or design diagram that explains a selected system view.

Usage

/create-diagram <source-artifact> [<diagram-type>]

Accepted Inputs

  • Issue, approved design, ADR, specification, plan, or repository architecture
  • Optional diagram type: sequence, class, state machine, ER, or C4
  • Desired audience and level of detail

Owning Agent

`@plinth-architect`

Associated Skill

`033-architecture-diagrams`

Workflow

1. Confirm the diagram purpose, audience, type, and scope. 2. Extract only the components and relationships needed for that view. 3. Generate the diagram source using the repository convention. 4. Check names and relationships against the source artifacts. 5. Report the diagram path and any assumptions.

Output

  • Diagram source for the selected architecture view
  • Concise explanation of scope and assumptions
  • Links to the source artifacts represented

Safeguards

  • Do not mix unrelated architecture views into one diagram.
  • Do not invent components or interactions.
  • Do not replace an existing diagram without reviewing its current purpose.
Ships withplinth

Languages: Español · 中文 Help this project grow: Become a sponsor

Get the whole plugin