nw-architecture-patterns
仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由
覆盖多层次视角,适合架构师与技术经理作为参考手册。
这个 Skill 做什么
系统架构模式、方法论与评估框架集合,辅助设计系统架构。
给系统设计提供一套可落地的架构图谱和评估框架,包含 C4 等分层可视化方法,适合做系统设计或选型时使用。能帮你从 stakeholder 到代码层级梳理边界、容器和组件,并提供质量评估指标。特别适合需要把架构讲清楚给不同受众的场景。
▸ 展开 SKILL.md 英文原文
Comprehensive architecture patterns, methodologies, quality frameworks, and evaluation methods for solution architects. Load when designing system architecture or selecting patterns.
586
Stars
59
Forks
40
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-architecture-patterns/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-architecture-patterns/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Architecture Patterns and Methodologies ## C4 Model -- Hierarchical Architecture Visualization Four levels for different audiences: 1. **System Context**: system + users + external systems (stakeholder view) 2. **Containers**: applications, data stores, deployment units (technical overview) 3. **Components**: internal modules within containers (developer view) 4. **Code**: class/module level (optional, often auto-generated) Notation/tooling independent. Reduces communication overhead, shared visual language across stakeholders. ## Hexagonal Architecture (Ports and Adapters) Isolate business logic from infrastructure through ports (interfaces) and adapters (implementations). - **Ports
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有