code-modularization-evaluator
✓バランス結合モデルを使用してコードのモジュール化を評価し、改善します。結合強度、結合タイプ、距離を分析して、リファクタリングの機会とアーキテクチャの改善を特定します。コード アーキテクチャのレビュー、モジュールのリファクタリング、または新しいシステムの設計時に使用します。
SKILL.md
Evaluate code modularization using the Balanced Coupling Model from Vlad Khononov's "Balancing Coupling in Software Design." This skill helps identify problematic coupling patterns and provides actionable refactoring guidance.
Coupling is not inherently bad—misdesigned coupling is bad. The goal is balanced coupling, not zero coupling.
| 1 | Intrusive | Using non-public interfaces | Direct database access to another service, reflection on private fields | | 2 | Functional | Sharing business logic/rules | Same validation duplicated in two places, order-dependent operations | | 3 | Model | Sharing domain models | Two services using identical entity definitions |
バランス結合モデルを使用してコードのモジュール化を評価し、改善します。結合強度、結合タイプ、距離を分析して、リファクタリングの機会とアーキテクチャの改善を特定します。コード アーキテクチャのレビュー、モジュールのリファクタリング、または新しいシステムの設計時に使用します。 ソース: dotneet/claude-code-marketplace。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/dotneet/claude-code-marketplace --skill code-modularization-evaluator- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-18
- 更新日
- 2026-02-18
クイックアンサー
code-modularization-evaluator とは?
バランス結合モデルを使用してコードのモジュール化を評価し、改善します。結合強度、結合タイプ、距離を分析して、リファクタリングの機会とアーキテクチャの改善を特定します。コード アーキテクチャのレビュー、モジュールのリファクタリング、または新しいシステムの設計時に使用します。 ソース: dotneet/claude-code-marketplace。
code-modularization-evaluator のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dotneet/claude-code-marketplace --skill code-modularization-evaluator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/dotneet/claude-code-marketplace
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-18