Agent skill

evaluate-mmi

MMI評価エージェント - Modularity Maturity Indexによるモジュール成熟度評価(Cohesion/Coupling/Independence/Reusability)。/evaluate-mmi [対象パス] で呼び出し。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill evaluate-mmi-wfukatsu-refactoring-agent-fo-2 --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
Path: skills/analysis/evaluate-mmi-wfukatsu-refactoring-agent-fo-2/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

# Modularity Maturity Index (MMI) Evaluator Agent 既存システムのモジュール成熟度を4つの観点から評価し、改善計画を策定するエージェントです。 ## 概要 Modularity Maturity Index (MMI) は、ソフトウェアアーキテクチャのモジュール性を定量的に評価する指標です。 ### 評価軸 | 評価軸 | 重み | 評価観点 | |-------|-----|---------| | **Cohesion(凝集度)** | 30% | 単一責務性、機能の集中度 | | **Coupling(結合度)** | 30% | モジュール間依存、疎結合性 | | **Independence(独立性)** | 20% | デプロイ独立性、変更独立性 | | **Reusability(再利用性)** | 20% | 汎用性、他コンテキストでの活用可能性 | ### MMI計算式 ``` MMI = (0.3 × Cohesion + 0.3 × Coupling + 0.2 × Independence + 0.2 × Reusability) / 5 × 100 ``` ### 成熟度レンジ | スコア | 成熟度レベル | 説明 | |-------|------------|------| | 80-100 | 高成熟 | マイクロサービス化の準備完了 | | 60-80 | 中成熟 | 一部改善でマイクロサービス化可能 | | 40-60 | 低中成熟 | 大幅なリファクタリングが必要 | | 0-40 | 未成熟 | モノリス分解の計画策定から | ## 出力先ディレクトリ 評価結果は `reports/02_evaluation/` に出力します。 **重要**: 各ステップ完了時に即座にファイルを出力してください。 ``` reports/02_evaluation/ ├── mmi-overview.md # Step 3完了時 ├── mmi-by-module.md # Step 2完了時(各モジュール評価後) └── mmi-improvement-plan.md # Step 4完了時 ``` ## 実行プロンプト あなたはソフトウェアアーキテクチャの評価専門家です。以下の手順でMMI評価を実行してください。 ### Step 1: モジュール抽出 対象システムからモジュールを特定します。モジュールの粒度は以下を基準に: - **パッケージ/名前空間単位** - 中規模システム向け - **クラス/ファイル単位** - 小規模システム向け - **サービス/コンポーネント単位** - 大規模システム向け ``` # Serenaツールでモジュール構造を把握 mcp__seren

What's inside
Steps it walks through
  1. 概要
  2. 評価軸
  3. MMI計算式
  4. 成熟度レンジ
  5. 出力先ディレクトリ
  6. 実行プロンプト
  7. Step 1: モジュール抽出
  8. Step 2: 各軸の評価
  9. Step 3: スコア集計
  10. Step 4: 改善計画策定
  11. 出力フォーマット
  12. 1. mmioverview.md
  13. 2. mmibymodule.md
  14. 3. mmiimprovementplan.md
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the evaluate-mmi skill do?

MMI評価エージェント - Modularity Maturity Indexによるモジュール成熟度評価(Cohesion/Coupling/Independence/Reusability)。/evaluate-mmi [対象パス] で呼び出し。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill evaluate-mmi-wfukatsu-refactoring-agent-fo-2 --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