ArchiMate Architecture Patterns
This skill should be used when the user asks about "ArchiMate patterns", "microservices in ArchiMate", "cloud architecture ArchiMate", "API gateway pattern", "event-driven architecture", "container architecture", "Kubernetes ArchiMate", "data architecture pattern", "security architecture", "capability mapping", "value stream", or needs to model modern architecture patterns in ArchiMate.
What this skill does
# ArchiMate Architecture Patterns
This skill provides patterns for modeling modern architectures in ArchiMate.
## Microservices Architecture
**Element mapping:**
- Individual microservices → **Application Component**
- Business functionality → **Application Service**
- REST/gRPC endpoints → **Application Interface**
- Docker images → **Artifact**
- Kubernetes pods/namespaces → **Node**
- Container runtime → **System Software**
**Basic pattern:**
```
[Application Component: Order Service] → [realizes] → [Application Service: Order Processing]
→ [composition] → [Application Function: Validate Order]
→ [composition] → [Application Function: Process Payment]
→ [serves] → [Application Interface: Order API (REST)]
```
**Container orchestration:**
```
[Node: Kubernetes Cluster]
→ [composition] → [Node: Namespace]
→ [composition] → [Node: Pod]
→ [assigned to] → [Artifact: Container Image]
```
**Key principle**: Model microservices at **Application Layer**, not Technology Layer.
## API and Integration Patterns
**API Gateway:**
```
[Technology Node: API Gateway]
→ [assignment] → [Technology Function: Request Routing]
→ [realization] → [Technology Service: API Management]
→ [serves] → [Application Component: Backend Service]
```
**Message Queue/Event Bus:**
```
[Application Component: Message Broker]
→ [realization] → [Application Service: Async Messaging]
→ [served by] → [Application Interface: Topic/Queue Endpoint]
[Application Component: Producer] → [flow (labeled)] → [Application Component: Consumer]
```
## Cloud Infrastructure Patterns
**IaaS:**
```
[Technology Service: Compute Service] → [realizes] → [Node: Virtual Machine]
[Technology Service: Storage Service] → [accesses] → [Artifact: Data Volume]
```
**PaaS:**
```
[Technology Service: Runtime Environment] → [serves] → [Application Component: Customer App]
[Node: Container Platform] → [assigned to] → [Artifact: Application Container]
```
**SaaS:**
```
[Application Service: SaaS Capability] → [serves] → [Business Actor: Customer]
[Application Component: SaaS Application] → [realizes] → [Application Service]
```
**Serverless:**
```
[Technology Service: Lambda/Functions] → [assigned to] → [Artifact: Function Code]
[Technology Interface: API Gateway Trigger] → [triggers] → [Application Event]
```
**Multi-cloud:** Use **Location** elements for cloud providers/regions, **Groupings** for provider-specific services.
## Event-Driven Architecture
**Event producers/consumers:**
```
[Application Component: Order Service] → [triggers] → [Application Event: Order Created]
[Application Event] → [flow] → [Application Component: Inventory Service]
```
**CQRS pattern:**
```
[Application Component: Command Service] → [accesses (write)] → [Data Object: Write Model]
[Application Component: Query Service] → [accesses (read)] → [Data Object: Read Model]
[Application Event: State Changed] → [flow] → (synchronizes models)
```
**Event sourcing:**
```
[Application Component: Event Store] → [accesses (write, append-only)] → [Artifact: Event Log]
[Application Process: Event Replay] → [realizes] → [Application Service: State Reconstruction]
```
## Strategy Layer Patterns
**Capability modeling:**
```
[Goal] → [realized by] → [Capability] → [realized by] → [Business Process/Application Component]
[Capability] → [composition] → [Sub-Capability]
[Capability] → [serves] → [Value Stream Stage]
```
**Value stream:**
```
[Value Stream] → [composition] → [Value Stream Stages] (with flow between stages)
[Value Stream Stage] ← [served by] ← [Capability]
[Value Stream] → [realizes] → [Outcome]
```
**Capability-to-application mapping:**
```
[Capability: Customer Management]
← [realized by] ← [Business Process: Handle Customer Inquiry]
← [realized by] ← [Application Component: CRM System]
```
## Data Architecture Patterns
**Data lake:**
```
[Technology Node: Data Lake Platform]
→ [serves] → [Application Service: Data Ingestion]
→ [serves] → [Application Service: Data Processing]
→ [accesses] → [Artifact: Raw Data Store]
```
**Master data management:**
```
[Business Object: Customer (Master)] ← [realized by] ← [Data Object: Customer Record]
[Data Object: Customer Record] ← [accessed by] ← [Application Component: MDM Platform]
```
**Key principle**: Separate conceptual (Business Object), logical (Data Object), and physical (Artifact) levels.
## Security Architecture Patterns
**Identity and access management:**
```
[Application Component: Identity Provider]
→ [realizes] → [Application Service: Authentication Service]
→ [realizes] → [Application Service: Authorization Service]
→ [serves] → [Application Component: Protected Application]
```
**Security zones:** Use **Location** or **Grouping** for security boundaries (DMZ, Internal, External). Model firewalls as **Technology Interface** elements.
**Zero-trust:**
```
[Principle: Never Trust, Always Verify]
→ [influences] → [Requirement: Continuous Authentication]
→ [realizes] → [Application Service: Identity Verification]
```
## Additional Resources
### Reference Files
For complete pattern catalog with industry-specific patterns:
- **`references/patterns-catalog.md`** - Extended patterns: BIAN, GDPR, HL7/FHIR, EIRA
- **`references/application-integration.md`** - 10 application integration pattern alternatives
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.