agent-hierarchy-diagram
About
This skill generates visual hierarchy diagrams of agent systems, showing levels and delegation relationships. It creates both ASCII tree diagrams and Mermaid diagrams for documentation, onboarding, or presentations. Developers can use it to visualize agent structures and understand delegation patterns within their systems.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/agent-hierarchy-diagramCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
agent-run-orchestrator
OtherThe agent-run-orchestrator skill coordinates multi-component development workflows by running section orchestrators. It's used when starting work on a new section to break down tasks, delegate to specialized agents, and monitor integration. This enables hierarchical coordination of complex parallel development efforts.
agent-hierarchy-diagram
OtherThis skill generates visual hierarchy diagrams of agent systems to show organizational levels and delegation relationships. It produces both ASCII tree diagrams and Mermaid-compatible outputs for documentation, onboarding, and system visualization. Developers can use it to quickly create structural views of agent architectures for team communication and presentations.
agent-coverage-check
OtherThis skill verifies complete agent configuration coverage across hierarchy levels and development phases. Developers should use it after adding new agents or when validating system completeness to identify coverage gaps. It provides checks for all dimensions including L0-L5 hierarchy levels and Plan-Implementation-Cleanup phases.
agent-validate-config
OtherThis skill validates agent YAML configurations against ML Odyssey requirements, ensuring proper frontmatter structure and required fields. Developers should use it before committing changes or in CI/CD pipelines to catch configuration errors early. It supports validating both individual agents and entire agent directories.
