一键导入
clean-architecture
Apply Clean Architecture boundaries, dependency rules, and layer responsibilities when designing or changing code in this repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply Clean Architecture boundaries, dependency rules, and layer responsibilities when designing or changing code in this repository.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Help the team document and maintain Architecture Decision Records (ADRs).
Expert guidance on document processing with Docling and audio transcription with Whisper.
Standard for creating technical documentation in this repository. Use this when writing new documentation in docs/ to ensure consistent hierarchy and formatting.
Expert guidance on creating accurate, visually polished Mermaid diagrams for architecture documentation.
Expert guidance on MongoDB implementation for RAG, including aggregation pipelines and search patterns.
Expert guidance on building agents and tools with Pydantic AI.
| name | clean-architecture |
| description | Apply Clean Architecture boundaries, dependency rules, and layer responsibilities when designing or changing code in this repository. |
| license | MIT |
| metadata | {"author":"OpenCode","version":"1.0"} |
src/core/, src/services/, or src/infrastructure/.src/core/) must be independent of infrastructure.src/core/interfaces/.src/bootstrap.py.src/infrastructure/ only.src/infrastructure/ and expose it via an interface.src/services/ and call interfaces only.src/core/schemas/ or DTOs in src/core/dtos/.src/core/ or src/services/.src/infrastructure/.src/bootstrap.py for wiring dependencies.src/core/interfaces/src/services/src/infrastructure/src/bootstrap.py