patterns-of-enterprise-application-architecture
GitHub指导在构建企业级应用时,依据Martin Fowler的架构模式选择分层、服务层、领域模型、仓储等结构。用于规范代码设计与架构决策,确保遵循最佳实践。
Trigger Scenarios
Install
npx skills add ciembor/agent-rules-books --skill patterns-of-enterprise-application-architecture -g -y
SKILL.md
Frontmatter
{
"name": "patterns-of-enterprise-application-architecture",
"license": "MIT",
"description": "Apply Martin Fowler-inspired enterprise architecture rules when choosing layers, service layers, transaction scripts, domain models, repositories, mappers, or DTOs."
}
Patterns of Enterprise Application Architecture Skill
Use this skill when a task involves enterprise application structure, layering, service layer, transaction script, domain model, data mapper, repository, unit of work, identity map, DTOs, or integration patterns.
Before making design or code decisions, read and apply patterns-of-enterprise-application-architecture.mini.md. Use patterns-of-enterprise-application-architecture.md only as a deeper reference when the mini rules are not enough for the current enterprise-pattern tradeoff.
Version History
- 893a88a Current 2026-09-11 20:34


