oad/diagram
GitHub用于选择并创建准确的软件架构、工作流、交互、数据、状态及部署图。通过读取参考文档,验证代码与配置事实,绘制最小化且标注清晰的图表,确保不暴露敏感信息。
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


