dependency-analysis
依存関係の可視化、循環依存検出、安定度評価を体系化するスキル。アーキテクチャの健全性を測定し、改善優先度を整理する。Anchors:• Clean Architecture / 適用: 安定依存の原則 / 目的: 依存方向の評価• Refactoring / 適用: 依存解消パターン / 目的: 循環依存の改善• Graph Algorithms / 適用: 強連結成分 / 目的: 循環依存の検出Trigger:Use when analyzing module dependencies, detecting circular references, calculating stability metrics, or planning dependency refactoring.dependency graph, circular dependency, stability metrics, coupling, sdp violation
$ インストール
git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/dependency-analysis ~/.claude/skills/AIWorkflowOrchestrator// tip: Run this command in your terminal to install the skill
Repository

daishiman
Author
daishiman/AIWorkflowOrchestrator/.claude/skills/dependency-analysis
2
Stars
0
Forks
Updated1w ago
Added1w ago