/create-diagram
Create an architecture or design diagram from selected source artifacts.
$ npx -y skills add jabrena/plinth --agent claude-codeHow 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.mddescription: '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.
Languages: Español · 中文 Help this project grow: Become a sponsor
Other commands on plinth.
- /benchmark
Design and coordinate a reproducible Java performance test.
Open command - /close-spec
Archive a completed OpenSpec change by name.
Open command - /create-acceptance-criteria
Derive and post confirmed Gherkin acceptance criteria for an issue.
Open command - /create-adr
Create a repository ADR for an approved architectural decision.
Open command - /create-feature-branch
Create and switch to a conventionally named feature branch.
Open command - /create-spec
Create or update OpenSpec artifacts from approved source material.
Open command

