wfukatsu

Evaluate Mmi Cmd — Development skill for Claude Code

Development community

MMI評価エージェント - Modularity Maturity Indexによるモジュール成熟度評価(Cohesion/Coupling/Independence/Reusability).

How to install Evaluate Mmi Cmd

Installs to ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-evaluate-mmi-cmd.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wfukatsu/refactoring-agent-for-claude-code/HEAD/.claude/commands/evaluate-mmi-cmd.md -o ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-evaluate-mmi-cmd.md

Restart Claude Code, or start a new session, for it to be picked up.

What Evaluate Mmi Cmd does


description: MMI評価エージェント - Modularity Maturity Indexによるモジュール成熟度評価(Cohesion/Coupling/Independence/Reusability)。 argument-hint: [対象パス]

Modularity Maturity Index (MMI) Evaluator Agent

既存システムのモジュール成熟度を4つの観点から評価し、改善計画を策定するエージェントです。

概要

Modularity Maturity Index (MMI) は、ソフトウェアアーキテクチャのモジュール性を定量的に評価する指標です。

評価軸

評価軸 重み 評価観点
Cohesion(凝集度) 30% 単一責務性、機能の集中度
Coupling(結合度) 30% モジュール間依存、疎結合性
Independence(独立性) 20% デプロイ独立性、変

Alternatives in Development

  • Skill Creator — Create new skills, modify existing skills, and measure skill performance 94.1k ★
  • Route Eval — /route-eval — Evaluate a project and set its routing profile 705 ★
  • Evaluate Quality — Evaluate Quality of New Examples 570 ★

Full documentation available on GitHub

View Source Repository