Use when the task involves architecture, infra, data flow, integration, orchestration, migration, or debugging chains and needs the right diagram type.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add agisota/old-one --skill diagram-policy --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Diagram Policy?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agisota-diagram-policy)More formats (shields.io, HTML) on the badges page.
---
name: diagram-policy
description: Use when the task involves architecture, infra, data flow, integration, orchestration, migration, or debugging chains and needs the right diagram type.
---
# Diagram Policy
Pick the lightest diagram that answers the question:
- ASCII architecture: components and boundaries
- sequence: interaction order
- data-flow: pipeline and transformations
- ERD: schema shape
- state machine: lifecycle and transitions
- component/screen map: dashboards, workflow surfaces, navigation
A diagram should expose ownership, order, and likely failure points.
Selection heuristic:
- "What exists and how is it split?" -> ASCII architecture
- "Who calls whom and when?" -> sequence
- "Where does data move?" -> data-flow
- "How is data shaped?" -> ERD
- "How does it evolve?" -> state machine
- "What does the surface look like?" -> component/screen map
Reference:
- `~/.ai-agent-hub/knowledge/rules/operator-pack-v3/DIAGRAM_TAXONOMY.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.