dependency-analyzer

Analyze code dependencies to surface coupling and refactor opportunities.

1|Updated Apr 21, 2025
One-click install
npx skills add https://github.com/agi-house-india/agihouse-site --skill dependency-analyzer-agi-house-india
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dependency-analyzer
Source: https://github.com/agi-house-india/agihouse-site/tree/main/.claude/skills/senior-architect/scripts/dependency_analyzer.py
Command: npx skills add https://github.com/agi-house-india/agihouse-site --skill dependency-analyzer-agi-house-india

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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