Agent skill

dependency-graph

Visualize system dependencies and relationships

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill dependency-graph --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/dependency-graph/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /dependency-graph Skill Visualize system dependencies and identify critical paths, bottlenecks, and single points of failure. ## When to Use This Skill Use `/dependency-graph` when you need to: - Understand what systems depend on a critical system - Identify single points of failure - Plan outage impact for maintenance - Design disaster recovery strategies - Perform risk assessment on architecture - Plan system decommissioning (understand what breaks) - Optimize architecture to reduce critical dependencies ## Usage ``` /dependency-graph [root-system] [options] ``` ### Parameters | Parameter | Description | Required | |-----------|-------------|----------| | `root-system` | System to analyze (or "all" for enterprise graph) | Optional | | `--depth` | How many hops to follow (1=direct, 2=direct+indirect, all) | Optional | | `--direction` | Direction to follow (upstream=sources, downstream=consumers, both) | Optional | | `--visualization` | Graph format (text, ascii-art, mermaid, d3) | Optional | ## Workflow ### Phase 1: Define Graph Scope User specifies: 1. **Root system** (optional - default: all systems) - Single system (system:ERP) - All systems (enterprise) - Critical systems on

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Usage
  3. Parameters
  4. Workflow
  5. Phase 1: Define Graph Scope
  6. Phase 2: Analyze Dependencies
  7. Phase 3: Generate Visualization
  8. Phase 4: Output
  9. Visualisation Examples
  10. Text Output (ERP Downstream)
  11. Mermaid Output (Enterprise Graph)
  12. Analysis Report Sections
  13. Advanced Options
  14. Filter by Criticality
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the dependency-graph skill do?

Visualize system dependencies and relationships

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill dependency-graph --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going