Agent Skills
› ciembor/agent-rules-books
› clean-architecture
clean-architecture
GitHub应用整洁架构规则,分离业务逻辑与框架、数据库等细节,确保依赖方向正确,适用于涉及架构边界和技术解耦的设计决策。
Trigger Scenarios
涉及架构边界划分
需要隔离业务逻辑与基础设施
Install
npx skills add ciembor/agent-rules-books --skill clean-architecture -g -y
SKILL.md
Frontmatter
{
"name": "clean-architecture",
"license": "MIT",
"description": "Apply Robert C. Martin-inspired architecture rules when separating business policy from frameworks, databases, UI, or infrastructure details."
}
Clean Architecture Skill
Use this skill when a task involves architectural boundaries, dependency direction, use cases, entities, interface adapters, framework isolation, or technology churn.
Before making design or code decisions, read and apply clean-architecture.mini.md. Use clean-architecture.md only as a deeper reference when the mini rules are not enough for the current architectural tradeoff.
Version History
- 893a88a Current 2026-09-11 20:33


