---
name: Architecture Design
slug: architecture-design-2
category: DevOps
description: Architecture Design indexes architecture skills covering API design, security architecture, cloud native, message queues, and caching. Use it when someone mentions architecture, design, API, or cloud native to route to the right subskill.
github: "https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills/domains/architecture"
language: Go
stars: 5824
forks: 443
install: "npx degit https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills/domains/architecture ~/.claude/skills/architecture"
installs_to: ~/.claude/skills/architecture
source_path: templates/skills/domains/architecture/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/fengshao1227/ccg-workflow"
added: 2026-08-15T06:52:29.813Z
last_synced: 2026-08-15T06:52:29.813Z
canonical_url: "https://dirskills.com/skills/architecture-design-2"
---

# Architecture Design

Architecture Design indexes architecture skills covering API design, security architecture, cloud native, message queues, and caching. Use it when someone mentions architecture, design, API, or cloud native to route to the right subskill.

**Install:**

```bash
npx degit https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills/domains/architecture ~/.claude/skills/architecture
```

## README

# 🏗 阵法秘典 · 架构设计能力中枢


## 能力矩阵

| Skill | 定位 | 核心能力 |
|-------|------|----------|
| [api-design](api-design.md) | API 设计 | RESTful、GraphQL、OpenAPI |
| [security-arch](security-arch.md) | 安全架构 | 零信任、IAM、威胁建模、数据安全、合规审计 |
| [cloud-native](cloud-native.md) | 云原生 | 容器、K8s、Serverless |
| [message-queue](message-queue.md) | 消息队列 | Kafka、RabbitMQ、事件驱动 |
| [caching](caching.md) | 缓存策略 | Redis、CDN、缓存一致性 |

## 架构原则

```yaml
SOLID:
  - S: 单一职责
  - O: 开闭原则
  - L: 里氏替换
  - I: 接口隔离
  - D: 依赖倒置

分布式:
  - CAP 定理
  - BASE 理论
  - 最终一致性

安全:
  - 纵深防御
  - 最小权限
  - 零信任
```
