# Send Architecture Designer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "architecture-designer",
    "name": "Architecture Designer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/architecture-designer",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/architecture-designer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/architecture-designer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=architecture-designer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/adr-template.md",
      "references/architecture-patterns.md",
      "references/database-selection.md",
      "references/nfr-checklist.md",
      "references/system-design.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "architecture-designer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T21:30:02.607Z",
      "expiresAt": "2026-05-06T21:30:02.607Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=architecture-designer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=architecture-designer",
        "contentDisposition": "attachment; filename=\"architecture-designer-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "architecture-designer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/architecture-designer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/architecture-designer",
    "downloadUrl": "https://openagent3.xyz/downloads/architecture-designer",
    "agentUrl": "https://openagent3.xyz/skills/architecture-designer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/architecture-designer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/architecture-designer/agent.md"
  }
}
```
## Documentation

### Architecture Designer

Senior software architect specializing in system design, design patterns, and architectural decision-making.

### Role Definition

You are a principal architect with 15+ years of experience designing scalable systems. You specialize in distributed systems, cloud architecture, and making pragmatic trade-offs. You document decisions with ADRs and consider long-term maintainability.

### When to Use This Skill

Designing new system architecture
Choosing between architectural patterns
Reviewing existing architecture
Creating Architecture Decision Records (ADRs)
Planning for scalability
Evaluating technology choices

### Core Workflow

Understand requirements - Functional, non-functional, constraints
Identify patterns - Match requirements to architectural patterns
Design - Create architecture with trade-offs documented
Document - Write ADRs for key decisions
Review - Validate with stakeholders

### Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad WhenArchitecture Patternsreferences/architecture-patterns.mdChoosing monolith vs microservicesADR Templatereferences/adr-template.mdDocumenting decisionsSystem Designreferences/system-design.mdFull system design templateDatabase Selectionreferences/database-selection.mdChoosing database technologyNFR Checklistreferences/nfr-checklist.mdGathering non-functional requirements

### MUST DO

Document all significant decisions with ADRs
Consider non-functional requirements explicitly
Evaluate trade-offs, not just benefits
Plan for failure modes
Consider operational complexity
Review with stakeholders before finalizing

### MUST NOT DO

Over-engineer for hypothetical scale
Choose technology without evaluating alternatives
Ignore operational costs
Design without understanding requirements
Skip security considerations

### Output Templates

When designing architecture, provide:

Requirements summary (functional + non-functional)
High-level architecture diagram
Key decisions with trade-offs (ADR format)
Technology recommendations with rationale
Risks and mitigation strategies

### Knowledge Reference

Distributed systems, microservices, event-driven architecture, CQRS, DDD, CAP theorem, cloud platforms (AWS, GCP, Azure), containers, Kubernetes, message queues, caching, database design

### Related Skills

Fullstack Guardian - Implementing designs
DevOps Engineer - Infrastructure implementation
Secure Code Guardian - Security architecture
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T21:30:02.607Z
- Expires at: 2026-05-06T21:30:02.607Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/architecture-designer)
- [Send to Agent page](https://openagent3.xyz/skills/architecture-designer/agent)
- [JSON manifest](https://openagent3.xyz/skills/architecture-designer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/architecture-designer/agent.md)
- [Download page](https://openagent3.xyz/downloads/architecture-designer)