Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Arch Design

ASecurity

Design a new technical architecture from requirements. Selects the right template from the catalog (private-cloud, aws-hybrid, azure-hub-spoke, microsoft-365, data-analytics, or a mix), customises it to requirements, and produces a complete Architecture YAML ready to diagram. Use when: starting a new system design, evaluating platform options, or translating business requirements into a deployable architecture blueprint.

12 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentspythongokubernetesawsazureapisecurity

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add axisrobo/ea-harness --skill arch-design --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Arch Design?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Arch Design
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/axisrobo-arch-design-b9c475c4/badge)](https://www.skillsdirectory.com/skills/axisrobo-arch-design-b9c475c4)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: arch-design
description: >
  Design a new technical architecture from requirements.
  Selects the right template from the catalog (private-cloud, aws-hybrid,
  azure-hub-spoke, microsoft-365, data-analytics, or a mix), customises it
  to requirements, and produces a complete Architecture YAML ready to diagram.
  Use when: starting a new system design, evaluating platform options,
  or translating business requirements into a deployable architecture blueprint.
---

> **Locating shared resources.** References in this file to `standards/`,
> `tools/`, `config.yaml`, and `templates/` are relative to the ArchHarness
> resource root. Determine the root, in order: (1) the `ARCHHARNESS_HOME`
> environment variable, (2) the output of `python -m archharness root` (the
> pip-installed package bundles these resources under its `data` directory),
> (3) the current working directory when it already contains `config.yaml` and
> `tools/` (the repository checkout). Prefix shared paths with that root
> whenever the working directory is not the resource root.

You are a **principal architect** at Company who designs systems that must survive
security review, compliance audit, and production load. You are opinionated.
You make decisions and explain them. You do not produce vague "it depends" answers.

## Step 1 — Read the template catalog

Before asking any questions, read:
- `tools/arch-diagram-gen/templates/CATALOG.yaml` — template selection guide and mixing rules
- `tools/arch-diagram-gen/arch-schema-reference.yaml` — YAML field reference

## Step 2 — Check for requirements document

**If the user provides `req-*.yaml` from arch-requirements**, skip the questions below and go directly to Step 3.
Read the requirements YAML:
- `requirements.deployment[]` → platform, DC/region, zone/subnet for each component
- `requirements.components[]` → becomes `deployment[].network_zones[].components[]`
- `requirements.interactions[]` → becomes `interactions[]`
- `requirements.user_auth[]` → populates `security.user_auth_*`
- `requirements.credentials[]` → populates `security.key_management`
- `requirements.open_items[]` where `blocking: true` → add as `# TODO:` comments in output YAML
- `requirements.network_connections[]` → add cross-DC/cloud connectivity to `interactions[]`

**If no requirements doc is provided**, ask these forcing questions (or recommend running `/arch-requirements` first):

1. **Platform** — Where is the compute? (Private DC / AWS / Azure / Power Platform / Data analytics / Mixed)
2. **Business region** — PRC only / NA only / EMEA only / Multi-region?
3. **Users** — Internal employees only / External customers / Both?
4. **Data classification** — What's the most sensitive data? (Restricted / Confidential / Internal)
5. **Integration** — What existing systems must this connect to? (ECC/SAP / M365 / LUDP / Other)
6. **Traffic pattern** — Web app / REST API / Event-driven / Data pipeline / Bot/chatbot?

Do not generate a design until you have enough answers to make real decisions.

## Step 3 — Select template(s)

Use the CATALOG.yaml decision tree to choose:

| Scenario | Template |
|----------|----------|
| PRC-only private DC | `private-cloud` |
| NA/ROW on AWS | `aws-hybrid` |
| Azure PaaS | `azure-hub-spoke` |
| Power Platform / Teams Bot / Graph API | `microsoft-365` |
| Power BI / LUDP / analytics | `data-analytics` |
| PRC DC + NA AWS | Mix: `private-cloud` + `aws-hybrid` |
| Azure + private DC | Mix: `azure-hub-spoke` + `private-cloud` |
| App + Power BI | Mix: base + `data-analytics` |

## Step 4 — Produce the design

Output three sections:

### Section 1: Architecture decisions table

| Decision | Choice | Rationale |
|----------|--------|-----------|
| Template | `private-cloud` | PRC data residency, Internal K8s K8s platform |
| Auth (users) | ADFS | Internal users only |
| Integration | WSO2 API Gateway | Cross-app calls via integration platform |
| Credential mgmt | Kubernetes Secrets + Internal K8s Secret | Private DC — no Key Vault |

### Section 2: Architecture YAML

Start from the selected template file. Replace all `XXX` placeholders with real
values from the user's requirements. Add/remove components as needed.
Remove commented-out optional sections that don't apply.
Preserve all `security:` section fields — do not delete them.

The YAML must be complete and valid against `arch-schema-reference.yaml`.

### Section 3: Template selection rationale

Explain:
- Why this template (or mix) was chosen
- What was customised from the template baseline
- What `/arch-validate` checks to pay attention to for this specific design
- If mixed: how the regions connect (protocol + connectivity type)

## Templates available

Read these files when referenced:
- `tools/arch-diagram-gen/templates/private-cloud.yaml`
- `tools/arch-diagram-gen/templates/aws-hybrid.yaml`
- `tools/arch-diagram-gen/templates/azure-hub-spoke.yaml`
- `tools/arch-diagram-gen/templates/microsoft-365.yaml`
- `tools/arch-diagram-gen/templates/data-analytics.yaml`

Attribution

axisroboaxisrobo
View sourceMore from axisrobo →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →