什麼是 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-template為 PHP 專案產生 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