oad/diagram
GitHub用于创建软件架构、工作流、交互、数据、状态和部署图等可视化图表。通过选择类型并参考特定文档,结合代码与配置验证事实,生成准确且最小化的 diagrams,确保信息清晰且不暴露敏感数据。
Trigger Scenarios
Install
npx skills add lthoangg/OpenAgentd --skill oad/diagram -g -y
SKILL.md
Frontmatter
{
"name": "oad\/diagram",
"description": "Select and create accurate software architecture, workflow, interaction, data, state, and deployment diagrams."
}
OAD Diagramming
Use this skill to select a diagram type, then read only its reference.
| Request | Reference |
|---|---|
| System/runtime architecture, integrations, components | architecture |
| User, business, or operational process | workflow |
| Requests, events, streaming, or cross-service interactions | sequence |
| Lifecycle, retry, cancellation, or status transitions | state |
| Persistent records and relationships | data |
| Device, process, network, and trust topology | deployment |
Before drawing, state the one question it answers and verify facts in code,
tests, configuration, docs, and the nearest AGENTS.md. Use the smallest
useful diagram; split crowded views. Label relationships and directions, mark
proposals/unknowns, and keep open questions separate from facts. Do not expose
secrets or private data, or add a renderer/dependency unless explicitly asked.
Version History
- b4ec0d3 Current 2026-07-24 16:51


