solid-knowledge とは?
PHP 8.4 プロジェクトの SOLID 原則ナレッジ ベース。 SRP、OCP、LSP、ISP、DIP と検出パターン、PHP の例、およびアンチパターンの識別に関するクイック リファレンスを提供します。アーキテクチャ監査とコード品質レビューに使用します。 ソース: dykyi-roman/awesome-claude-code。
PHP 8.4 プロジェクトの SOLID 原則ナレッジ ベース。 SRP、OCP、LSP、ISP、DIP と検出パターン、PHP の例、およびアンチパターンの識別に関するクイック リファレンスを提供します。アーキテクチャ監査とコード品質レビューに使用します。
コマンドラインで solid-knowledge AI スキルを開発環境にすばやくインストール
ソース: dykyi-roman/awesome-claude-code。
SOLID is a set of five design principles for writing maintainable, extensible software.
| S | Single Responsibility | One class = one reason to change | | O | Open/Closed | Open for extension, closed for modification | | L | Liskov Substitution | Subtypes must be substitutable for base types | | I | Interface Segregation | Many specific interfaces > one general | | D | Dependency Inversion | Depend on abstractions, not concretions |
| SRP | Aggregates have single consistency boundary | | OCP | Domain Events enable extension without modification | | LSP | Value Objects are substitutable (same type = same behavior) | | ISP | Repository interfaces segregated (Reader/Writer) | | DIP | Domain depends on Repository interfaces, not implementations |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/dykyi-roman/awesome-claude-code --skill solid-knowledgePHP 8.4 プロジェクトの SOLID 原則ナレッジ ベース。 SRP、OCP、LSP、ISP、DIP と検出パターン、PHP の例、およびアンチパターンの識別に関するクイック リファレンスを提供します。アーキテクチャ監査とコード品質レビューに使用します。 ソース: dykyi-roman/awesome-claude-code。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dykyi-roman/awesome-claude-code --skill solid-knowledge インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/dykyi-roman/awesome-claude-code