·refactoring
</>

refactoring

congdon1207/agents.md

動作を変更せずにコードを再構築する場合に使用します (メソッドの抽出、クラスの抽出、名前の変更、移動、インライン化、パラメーター オブジェクトの導入)。 「抽出」、「名前変更」、「メソッドの移動」、「インライン」、「再構築」、「分解」などのキーワードでトリガーされます。

2インストール·0トレンド·@congdon1207

インストール

$npx skills add https://github.com/congdon1207/agents.md --skill refactoring

SKILL.md

Expert code restructuring agent for EasyPlatform. Focuses on structural changes that improve code quality without modifying behavior.

| Pattern | When to Use | Platform Example |

| Extract Method | Long method, duplicated code | Move logic to private method | | Extract Class | Class has multiple responsibilities | Create Helper, Service, or Strategy class | | Extract Interface | Need abstraction for testing/DI | Create I{ClassName} interface | | Extract Expression | Complex inline expression | Move to Entity static expression |

動作を変更せずにコードを再構築する場合に使用します (メソッドの抽出、クラスの抽出、名前の変更、移動、インライン化、パラメーター オブジェクトの導入)。 「抽出」、「名前変更」、「メソッドの移動」、「インライン」、「再構築」、「分解」などのキーワードでトリガーされます。 ソース: congdon1207/agents.md。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/congdon1207/agents.md --skill refactoring
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-05
更新日
2026-02-18

クイックアンサー

refactoring とは?

動作を変更せずにコードを再構築する場合に使用します (メソッドの抽出、クラスの抽出、名前の変更、移動、インライン化、パラメーター オブジェクトの導入)。 「抽出」、「名前変更」、「メソッドの移動」、「インライン」、「再構築」、「分解」などのキーワードでトリガーされます。 ソース: congdon1207/agents.md。

refactoring のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/congdon1207/agents.md --skill refactoring インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/congdon1207/agents.md