npx skills add majiayu000/claude-skill-registry --skill dependency-graph --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /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
- When to Use This Skill
- Usage
- Parameters
- Workflow
- Phase 1: Define Graph Scope
- Phase 2: Analyze Dependencies
- Phase 3: Generate Visualization
- Phase 4: Output
- Visualisation Examples
- Text Output (ERP Downstream)
- Mermaid Output (Enterprise Graph)
- Analysis Report Sections
- Advanced Options
- Filter by Criticality
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.
