decomposition-reconstruction
✓簡素化が必要な複雑なシステムに対処するとき、ボトルネックや重大な障害点を特定するとき、パフォーマンスを向上させるためにアーキテクチャやプロセスを再設計するとき、手に負えないと感じる問題を解決するとき、波及効果を理解するために依存関係を分析するとき、ユーザーが「これは複雑すぎる」、「ボトルネックはどこにある」、「これをどのように再設計するか」、「主要なコンポーネントは何か」と言及したとき、または最適化で部品がどのように相互作用するかを理解する必要があるときに使用します。
インストール
SKILL.md
Decomposition-reconstruction is a two-phase analytical technique: first, break a complex system into atomic components and understand their relationships; second, either recombine components in better configurations or identify critical elements that drive system behavior.
Reconstruction (bottleneck identification): Critical path: Database query (1.0s) + JS bundle (0.8s) = 1.8s of the 3.0s total Optimization target: Optimize DB query indexing and code-split JS bundle → Expected 1.5s page load
Ask user to describe the system (what are we analyzing), current problem or goal (what needs improvement, understanding, or redesign), boundaries (what's in scope vs out of scope), and success criteria (what would "better" look like). Clear boundaries prevent endless decomposition. See Scoping Questions for clarification prompts.
簡素化が必要な複雑なシステムに対処するとき、ボトルネックや重大な障害点を特定するとき、パフォーマンスを向上させるためにアーキテクチャやプロセスを再設計するとき、手に負えないと感じる問題を解決するとき、波及効果を理解するために依存関係を分析するとき、ユーザーが「これは複雑すぎる」、「ボトルネックはどこにある」、「これをどのように再設計するか」、「主要なコンポーネントは何か」と言及したとき、または最適化で部品がどのように相互作用するかを理解する必要があるときに使用します。 ソース: lyndonkl/claude。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/lyndonkl/claude --skill decomposition-reconstruction- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
decomposition-reconstruction とは?
簡素化が必要な複雑なシステムに対処するとき、ボトルネックや重大な障害点を特定するとき、パフォーマンスを向上させるためにアーキテクチャやプロセスを再設計するとき、手に負えないと感じる問題を解決するとき、波及効果を理解するために依存関係を分析するとき、ユーザーが「これは複雑すぎる」、「ボトルネックはどこにある」、「これをどのように再設計するか」、「主要なコンポーネントは何か」と言及したとき、または最適化で部品がどのように相互作用するかを理解する必要があるときに使用します。 ソース: lyndonkl/claude。
decomposition-reconstruction のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/lyndonkl/claude --skill decomposition-reconstruction インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/lyndonkl/claude