Agent skill

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

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill dependency-analysis-daishiman-aiworkfloworchestrat --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Edit-Bash-Glob-Grep
Path: skills/analysis/dependency-analysis-daishiman-aiworkfloworchestrat/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# dependency-analysis ## 概要 依存関係の抽出から評価・改善提案までを一貫して支援し、保守性の高い構造を維持する。 ## ワークフロー ### Phase 1: 依存関係整理 **目的**: 対象範囲と依存抽出条件を整理する。 **アクション**: 1. `references/Level1_basics.md` で基本概念を確認する。 2. `assets/dependency-analysis-checklist.md` で要件を整理する。 3. `references/requirements-index.md` で要件整合を確認する。 **Task**: `agents/analyze-dependencies.md` を参照 ### Phase 2: 循環依存評価 **目的**: 循環依存の検出と優先度を整理する。 **アクション**: 1. `scripts/analyze-dependencies.mjs` で依存グラフを生成する。 2. `references/circular-dependency.md` で解消方針を確認する。 3. 影響範囲を整理する。 **Task**: `agents/detect-cycles.md` を参照 ### Phase 3: 安定度評価 **目的**: 安定度メトリクスを算出し、改善対象を整理する。 **アクション**: 1. `references/stability-metrics.md` で評価指標を確認する。 2. Ca/Ce と不安定度を計算する。 3. `assets/dependency-report.md` に結果を記録する。 **Task**: `agents/calculate-stability.md` を参照 ### Phase 4: 可視化と検証 **目的**: 結果を可視化し、改善提案をまとめる。 **アクション**: 1. `assets/graph-visualization-template.md` で可視化形式を整理する。 2. `agents/visualize-graph.md` の観点で整理する。 3. `scripts/log_usage.mjs` で記録を更新する。 **Task**: `agents/visualize-graph.md` を参照 ## Task仕様ナビ | Task | 起動タイミング | 入力 | 出力 | | -------------------- | -------------- | ---------- | ---------------------- | | analyze-dependencies | Phase 1開始時 | 対象範囲 | 依存抽出条件、要件メモ | | detect-cycles |

What's inside
Steps it walks through
  1. 概要
  2. ワークフロー
  3. Phase 1: 依存関係整理
  4. Phase 2: 循環依存評価
  5. Phase 3: 安定度評価
  6. Phase 4: 可視化と検証
  7. Task仕様ナビ
  8. ベストプラクティス
  9. すべきこと
  10. 避けるべきこと
  11. リソース参照
  12. scripts/(決定論的処理)
  13. references/(詳細知識)
  14. assets/(テンプレート・素材)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the dependency-analysis skill do?

依存関係の可視化、循環依存検出、安定度評価を体系化するスキル。 アーキテクチャの健全性を測定し、改善優先度を整理する。 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

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill dependency-analysis-daishiman-aiworkfloworchestrat --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.

Keep going