Technical diagrams
On this page 4
stacks-technical-diagrams · Design · model-invoked
Architecture, workflow, sequence, data flow and lifecycle diagrams. The largest
skill in the set by supporting files, with three dozen reference documents behind
one SKILL.md, which is progressive disclosure doing its job.
Inside the skill
The sections an agent reads once the skill loads.
- Attribution
- Dependency-free contract
- Stacks repository workflow
- Choosing a Diagram Type
- Mermaid as an Input Dialect
- Layout principles (read before placing)
- Renderer Modes (architecture / workflow / sequence / dataflow / lifecycle)
- Architecture Mode
- Output
Supporting files
Reference and scripts the skill reaches for on demand, rather than loading up front.
LICENSEagents/openai.yamlassets/template.htmlbin/technical-diagrams.mjsbunfig.tomlexamples/agent-run.lifecycle.jsonexamples/agent-tool-call.workflow.jsonexamples/cache-miss-request.sequence.jsonexamples/product-analytics.dataflow.jsonexamples/web-app.architecture.jsonrenderers/architecturerenderers/dataflowrenderers/lifecyclerenderers/sequencerenderers/sharedrenderers/workflowschemas/README.mdschemas/architecture.schema.jsonschemas/common.schema.jsonschemas/dataflow.schema.jsonschemas/lifecycle.schema.jsonschemas/sequence.schema.jsonschemas/workflow.schema.jsonscripts/check-render-output.mjsscripts/render-examples.mjs
Related skills
Using it
This one is model-invoked. Your agent reaches for it on its own when the task matches, and you can also call it by name:
/stacks-technical-diagrams
Source: stacks-technical-diagrams/SKILL.md.
Shadow it for one project with app/Skills/stacks-technical-diagrams/SKILL.md, then re-run
buddy setup:ai. See Writing your own.