dep-graph

Community

Identify circular imports and module coupling.

Authorberkcangumusisik
Version1.0.0
Installs0

System Documentation

What problem does it solve?

The dep-graph skill helps developers quickly identify circular dependencies and high-coupling modules in a codebase, enabling safer refactoring and better modular design.

Core Features & Use Cases

  • Circular dependency detection: Find cycles in import graphs across modules and suggest breakpoints.
  • Coupling analysis: Highlight modules with high fan-in/fan-out to locate risky design cells.
  • Use Case: When adding a new feature, scan the codebase to ensure new dependencies won't introduce cycles and to plan safe module boundaries.

Quick Start

Run the skill with an entry file, for example src/index.ts, to generate a dependency graph and report circular imports.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dep-graph
Download link: https://github.com/berkcangumusisik/claude-code-practices/archive/main.zip#dep-graph

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.