architecture-doc-template とは?
PHP プロジェクト用の ARCHITECTURE.md ファイルを生成します。レイヤーのドキュメント、コンポーネントの説明、アーキテクチャ図を作成します。 ソース: dykyi-roman/awesome-claude-code。
PHP プロジェクト用の ARCHITECTURE.md ファイルを生成します。レイヤーのドキュメント、コンポーネントの説明、アーキテクチャ図を作成します。
コマンドラインで architecture-doc-template AI スキルを開発環境にすばやくインストール
ソース: dykyi-roman/awesome-claude-code。
project/ ├── src/ # Source code │ ├── Domain/ # Domain Layer (DDD) │ │ ├── Entity/ # Domain entities │ │ ├── ValueObject/ # Value objects │ │ ├── Repository/ # Repository interfaces │ │ ├── Service/ # Domain services │ │ └── Event/ # Domain events │ ├── Application/ # Application Layer │ │ ├── UseCase/ # Use cases / Commands / Queries
│ │ ├── DTO/ # Data Transfer Objects │ │ └── Service/ # Application services │ ├── Infrastructure/ # Infrastructure Layer │ │ ├── Persistence/ # Repository implementations │ │ ├── Http/ # HTTP clients │ │ ├── Messaging/ # Queue adapters │ │ └── Cache/ # Cache adapters │ └── Presentation/ # Presentation Layer
│ ├── Api/ # REST API (Actions, Requests, Responses) │ ├── Web/ # Web controllers │ └── Console/ # CLI commands ├── tests/ # Test suite │ ├── Unit/ # Unit tests (mirrors src/) │ ├── Integration/ # Integration tests │ └── Functional/ # E2E / Functional tests ├── config/ # Configuration files ├── public/ # Web root ├── docker/ # Docker configuration
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/dykyi-roman/awesome-claude-code --skill architecture-doc-templatePHP プロジェクト用の ARCHITECTURE.md ファイルを生成します。レイヤーのドキュメント、コンポーネントの説明、アーキテクチャ図を作成します。 ソース: dykyi-roman/awesome-claude-code。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dykyi-roman/awesome-claude-code --skill architecture-doc-template インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/dykyi-roman/awesome-claude-code