code-modularization-evaluator
✓Evaluate and improve code modularization using the Balanced Coupling Model. Analyzes coupling strength, connascence types, and distance to identify refactoring opportunities and architectural improvements. Use when reviewing code architecture, refactoring modules, or designing new systems.
Installation
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 |
Evaluate and improve code modularization using the Balanced Coupling Model. Analyzes coupling strength, connascence types, and distance to identify refactoring opportunities and architectural improvements. Use when reviewing code architecture, refactoring modules, or designing new systems. Source: dotneet/claude-code-marketplace.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/dotneet/claude-code-marketplace --skill code-modularization-evaluator- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-18
- Updated
- 2026-02-18
Quick answers
What is code-modularization-evaluator?
Evaluate and improve code modularization using the Balanced Coupling Model. Analyzes coupling strength, connascence types, and distance to identify refactoring opportunities and architectural improvements. Use when reviewing code architecture, refactoring modules, or designing new systems. Source: dotneet/claude-code-marketplace.
How do I install code-modularization-evaluator?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dotneet/claude-code-marketplace --skill code-modularization-evaluator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/dotneet/claude-code-marketplace
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-18