dependency-analyzer

Official

Analyze and visualize project dependencies.

Authoragi-house-india
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill analyzes code dependencies to surface coupling, hotspots, and potential refactors.

Core Features & Use Cases

  • Dependency Mapping: Generate dependency graphs for modules.
  • Impact Analysis: Identify high-risk components for change.
  • Use Case: Before a major refactor, review dependency surface to minimize risk.

Quick Start

Run the analyzer on your codebase:

  • python dependency_analyzer.py --path <project-path> --format svg

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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: dependency-analyzer
Download link: https://github.com/agi-house-india/agihouse-site/archive/main.zip#dependency-analyzer

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