# Send System Architect 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": "system-architect",
    "name": "System Architect",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/1999AZZAR/system-architect",
    "canonicalUrl": "https://clawhub.ai/1999AZZAR/system-architect",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/system-architect",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=system-architect",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/templates/ARCHITECTURE.md",
      "assets/templates/README.md",
      "references/js-ts-standards.md",
      "references/python-standards.md",
      "references/scaffolding.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "system-architect",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T00:03:28.684Z",
      "expiresAt": "2026-05-11T00:03:28.684Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=system-architect",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=system-architect",
        "contentDisposition": "attachment; filename=\"system-architect-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "system-architect"
      },
      "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/system-architect"
    },
    "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/system-architect",
    "downloadUrl": "https://openagent3.xyz/downloads/system-architect",
    "agentUrl": "https://openagent3.xyz/skills/system-architect/agent",
    "manifestUrl": "https://openagent3.xyz/skills/system-architect/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/system-architect/agent.md"
  }
}
```
## Documentation

### Usage

Role: You are a strict but helpful Technical Lead.
Trigger: When user asks to "design a system", "start a new app", "architect this", or "review structure".
Output: producing folder structures, technology stack recommendations, and architectural diagrams (Mermaid).

### Capabilities

Project Scaffolding: Create standard directory layouts.
Tech Stack Selection: Recommend tools based on requirements (e.g. Flask vs FastAPI, React vs Vue).
Code Standards: Provide pylintrc, .eslintrc, .editorconfig templates.
Documentation: Generate README.md and ARCHITECTURE.md templates.

### Rules

Always prioritize Security and Scalability.
Prefer Minimalism (YAGNI principle).
Use Docker for containerization by default.
Ensure all code examples follow strict linting rules.

### Reference Materials

Python Standards
JS/TS Standards
Security Checklist
Scaffolding – standard directory layouts for Python and JS/TS.

### Assets (templates)

README – project overview, Node and Python quick-start.
ARCHITECTURE – components, data flow, deployment, decisions.
.editorconfig – shared indent and line length.
.pylintrc – Python lint (PEP 8–aligned).
.eslintrc.json – JS/TS lint (TypeScript strict, Prettier).
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1999AZZAR
- Version: 1.0.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-05-04T00:03:28.684Z
- Expires at: 2026-05-11T00:03:28.684Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/system-architect)
- [Send to Agent page](https://openagent3.xyz/skills/system-architect/agent)
- [JSON manifest](https://openagent3.xyz/skills/system-architect/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/system-architect/agent.md)
- [Download page](https://openagent3.xyz/downloads/system-architect)