一键导入
architectural-patterns
Provides a thorough overview of software architectural patterns, including layers, microservices, event-driven architectures, and more.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Provides a thorough overview of software architectural patterns, including layers, microservices, event-driven architectures, and more.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implements v1 ConfigMap manifests for injecting configuration data into pods via environment variables, volume mounts, and command-line arguments.
Implements apps/v1 Deployment YAML manifests with rolling update strategies, replica scaling, and rollback procedures for stateless application workloads.
Implements networking.k8s.io/v1 Ingress resources with HTTP/HTTPS routing, TLS termination, path-based routing, and ingress controller configuration.
Implements Istio service mesh patterns (sidecar injection, traffic splitting, circuit breaking, retries, and mTLS) for advanced traffic management and zero-downtime deployments in Kubernetes.
Implements networking.k8s.io/v1 NetworkPolicy resources with ingress and egress rules, pod selector targeting, and network segmentation for microservice isolation.
Implements v1 PersistentVolume, StorageClass, and PersistentVolumeClaim manifests with static/dynamic provisioning, access modes, and reclaim policies for Kubernetes storage.
| name | architectural-patterns |
| description | Provides a thorough overview of software architectural patterns, including layers, microservices, event-driven architectures, and more. |
| license | MIT |
| compatibility | opencode |
| metadata | {"version":"1.0.0","domain":"coding","triggers":"architectural patterns, microservices, event-driven, service-oriented architecture, layered architecture","archetypes":["educational","diagnostic"],"anti_triggers":["brainstorming","vague ideation","code golf","over-engineering"],"response_profile":{"verbosity":"medium","directive_strength":"medium","abstraction_level":"tactical"},"role":"reference","scope":"implementation","output-format":"code","related-skills":"coding-design-principles, coding-software-engineering-basics"} |
archetypes: tactical, strategic, educational anti_triggers: vague ideation response_profile: verbosity: low directive_strength: high abstraction_level: operational
This skill outlines various software architectural patterns, offering guidelines for their implementation and use cases.