Agent Skills
› ciembor/agent-rules-books
› clean-architecture
clean-architecture
GitHub指导在涉及架构边界、依赖方向、用例、实体及框架隔离等场景下,应用罗伯特·C·马丁的整洁架构原则进行设计决策和代码分离。
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


