By hrsued
レガシーコードを段階的に改善するプラグイン。現状確認、テスト戦略決定、TDDサイクル、モデル分離、アーキテクチャ定義の6フェーズで安全にリファクタリングを進めます。
Claude Code プラグインのマーケットプレイスリポジトリ。
| プラグイン | 説明 | バージョン |
|---|---|---|
| coupling-analysis | 均衡結合モデルでコンポーネントの結合バランスを評価し、設計改善を提案 | 1.0.0 |
| drawio | draw.io形式のダイアグラムを生成し、PNG/SVG/PDFへのエクスポートに対応 | 1.0.0 |
| refactor-legacy | レガシーコードを6フェーズで段階的に安全にリファクタリング | 1.0.0 |
| refactor-suggest | Martin Fowlerのリファクタリングカタログに基づくコード改善提案 | 1.0.0 |
claude plugin marketplace add HrsUed/claudecode-marketplace
claude plugin install coupling-analysis@claudecode-marketplace
claude --plugin-dir ./plugins/coupling-analysis
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimMartin Fowlerのリファクタリングカタログ(66手法)に基づいてコードの「臭い」を検出し、Before/After例付きで改善提案を行うプラグイン。
均衡結合モデル(Balancing Coupling)でコンポーネント/モジュールの結合バランスを評価し、設計改善を提案するプラグイン。統合強度・距離・変動性の3次元で分析し、モジュール性と均衡度を算出します。
npx claudepluginhub hrsued/claudecode-marketplace --plugin refactor-legacyCode cleanup, refactoring automation, and technical debt management with context restoration
Disciplined refactoring using small, verifiable steps based on Fowler's 'Refactoring' and Feathers' 'Working Effectively with Legacy Code'
Safely refactor with tests as a safety net. Writes tests first if none exist.
AI-powered codebase modernization assessment - Interactive audit and quick scan skills to identify technical debt, anti-patterns, and quality issues from older AI-generated code
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation