SOP for inspecting the current hierarchy structure — query graph to display
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill hierarchy-visualization --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hierarchy Visualization?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-hierarchy-visualization)More formats (shields.io, HTML) on the badges page.
---
name: hierarchy-visualization
description: SOP for inspecting the current hierarchy structure — query graph to display
parent-child relationships.
execution: sop
---
# Hierarchy Visualization
Inspect the current hierarchy by querying the graph for component_of and instance_of edges.
## Tool
`vault_query_graph` + `vault_graph_stats`
## Protocol
1. Call vault_graph_stats for global overview (total nodes, edges, orphans)
2. For key root concepts, call vault_query_graph (direction=in, depth=3) to see hierarchy
3. Format as indented tree structure for readability
4. Identify gaps (levels with only 1 child, missing intermediate nodes)
## HARD-GATE
<HARD-GATE>
Must query at least the top 3 root concepts to provide meaningful hierarchy view.
</HARD-GATE>
## Yield
Returns: `{ roots_queried: number, max_depth: number, gaps_identified: string[] }`
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!