architecture
架构设计能力索引。API设计、安全架构、云原生、数据安全。当用户提到架构、设计、API、云原生时路由到此。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
架构设计能力索引。API设计、安全架构、云原生、数据安全。当用户提到架构、设计、API、云原生时路由到此。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
SEO 增长引擎。GSC 分析、关键词研究、标题优化、多语言翻译、内链策略、技术审计。当用户提到 SEO、CTR、曝光、踩词、优化标题、搜索排名、GSC、内链、写博客、翻译文章时路由到此。
CCG Skills - Quality gates, documentation generator, and multi-agent orchestration. Auto-installed by CCG workflow system.
AI/LLM 能力索引。Agent 开发、LLM 安全、RAG 系统。当用户提到 AI、LLM、Agent、RAG、Prompt 时路由到此。
数据工程。Airflow、Dagster、Kafka Streams、Flink、dbt、数据管道、流处理、数据质量。当用户提到数据管道、ETL、流处理、数据质量时路由到此。
开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。
DevOps 能力索引。Git、测试、DevSecOps、数据库。当用户提到 DevOps、CI/CD、Git、测试时路由到此。
| name | architecture |
| description | 架构设计能力索引。API设计、安全架构、云原生、数据安全。当用户提到架构、设计、API、云原生时路由到此。 |
| license | MIT |
| user-invocable | false |
| disable-model-invocation | false |
| Skill | 定位 | 核心能力 |
|---|---|---|
| api-design | API 设计 | RESTful、GraphQL、OpenAPI |
| security-arch | 安全架构 | 零信任、IAM、威胁建模、数据安全、合规审计 |
| cloud-native | 云原生 | 容器、K8s、Serverless |
| message-queue | 消息队列 | Kafka、RabbitMQ、事件驱动 |
| caching | 缓存策略 | Redis、CDN、缓存一致性 |
SOLID:
- S: 单一职责
- O: 开闭原则
- L: 里氏替换
- I: 接口隔离
- D: 依赖倒置
分布式:
- CAP 定理
- BASE 理论
- 最终一致性
安全:
- 纵深防御
- 最小权限
- 零信任