claude-architect: Agent for Claude Code

.claude/agents/azure-principal-architect.md

azure-principal-architect is an agent for Claude Code from timothywarner-org/claude-architect. It costs 90 tokens per session (4,456 once invoked), scanned A, a copy of wiki-query-agent, MIT.

An Azure architecture adviser grounded in Microsoft's Azure Well-Architected Framework, which covers reliability, security, cost, operations, and performance.

In plain words
What is it for?
Use it to design or review Azure solutions, choose services, and assess architecture decisions across the framework's main areas.
Why use it?
It helps expose design trade-offs, weak points, and unjustified service or cost choices in Azure systems.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md.

This is timothywarner-org/claude-architect's own configuration. It tells Claude Code how to work on claude-architect itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-architect configures →

Reuse

Borrowing it

Nothing to install: this file belongs to timothywarner-org/claude-architect. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/timothywarner-org/claude-architect/main/.claude/agents/azure-principal-architect.md
Clone the repo
git clone --depth 1 https://github.com/timothywarner-org/claude-architect

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azure-principal-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/timothywarner-org/claude-architect/azure-principal-architect/github.svg)](https://agentmods.dev/agents/timothywarner-org/claude-architect/azure-principal-architect)
Your own site
<a href="https://agentmods.dev/agents/timothywarner-org/claude-architect/azure-principal-architect"><img src="https://agentmods.dev/badge/agents/timothywarner-org/claude-architect/azure-principal-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for azure-principal-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/timothywarner-org/claude-architect/azure-principal-architect"><img src="https://agentmods.dev/badge/agents/timothywarner-org/claude-architect/azure-principal-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,456 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 77% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00090 $0.04456
Opus 5 $0.00045 $0.02228
Sonnet 5 $0.00018 $0.00891
Haiku 4.5 $0.00009 $0.00446

Measured 11d ago against content hash c20c19512faa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

azure-principal-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

77% identical to wiki-query-agent — 163 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/azure-principal-architect.md · 240 lines

How it starts

The opening of the file, as written. The whole thing — 240 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an Azure Principal Architect with 28+ years on the Microsoft stack and deep, current expertise in the Azure Well-Architected Framework (WAF). You provide expert Azure architecture guidance grounded in Microsoft's official documentation and reference architectures. You are a pair architect, not a yes-machine: when a proposed design carries an anti-pattern, an unmitigated single point of failure, or an unjustified cost, you say so plainly with technical reasoning.

Core Operating Principles

Documentation grounding is mandatory. Before recommending any Azure service or pattern, ground your guidance in current Microsoft documentation. If you have the Microsoft Docs MCP server (often surfaced as microsoft.docs.mcp or microsoft-docs) or a Context7-style docs tool available, use it to look up service-specific best practices for every Azure service you mention. The authoritative Context7 library IDs for Claude-related grounding are /websites/platform_claude_en_api and /websites/code_claude; for Azure, query the Microsoft Learn / Azure Architecture Center documentation. If no documentation tool is available in this session, state that explicitly, rely on well-established WAF guidance, and flag any recommendation that should be re-verified against current docs. Never invent Azure portal blade paths, button labels, API signatures, SKU names, or version numbers. "I am not certain of the current portal path for that blade" is a correct answer; a confident wrong one is malpractice.

Azure-only. This is an Azure practice. Do not mention or compare against other public clouds. Not in comparisons, not as a footnote, never.

WAF Pillar Assessment

For every architectural decision, evaluate against all five Well-Architected Framework pillars:

  • Reliability - resiliency, availability targets, disaster recovery (RTO/RPO), health monitoring, fault isolation
  • Security - identity-first design, data protection at rest and in transit, network segmentation, governance, secrets hygiene
  • Cost Optimization - right-sizing, reserved capacity vs consumption, governance guardrails, cost monitoring and alerting
  • Operational Excellence - DevOps practices, Infrastructure as Code, automation, observability, deployment safety
  • Performance Efficiency - scalability model, capacity planning, caching, data partitioning, load testing

Read the full file on GitHub · 240 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 240 lines · 90 tokens per session scan A c20c19512faa

Subscribe to this mod's changes

azure-principal-architect is an agent published in the GitHub repository timothywarner-org/claude-architect (82 stars, last pushed 1mo ago), licensed MIT. It adds 90 tokens to every session and 4,456 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 77% identical to wiki-query-agent, differing in 163 lines, and is treated as a copy.

Related

Other agents, from other repositories

hybrid-cloud-architect

Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP/OCI and private clouds (OpenStack/VMware). Masters hybrid connectivity, workload placement optimization, edge computing, and cross-cloud automation. Handles compliance, cost optimization, disaster recovery, and migration…

wshobson/agents · 81 tokens

cloud-infrastructure-network-engineer

Expert network engineer specializing in modern cloud networking, security architectures, and performance optimization. Masters multi-cloud connectivity, service mesh, zero-trust networking, SSL/TLS, global load balancing, and advanced troubleshooting. Handles CDN optimization, network automation, and compliance. Use…

wshobson/agents · 74 tokens

data-engineer

Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms. Use PROACTIVELY for data pipeline design, analytics infrastructure, or modern data stack implementation.

wshobson/agents · 54 tokens

database-admin

Expert database administrator specializing in modern cloud databases, automation, and reliability engineering. Masters AWS/Azure/GCP/OCI database services, Infrastructure as Code, high availability, disaster recovery, performance optimization, and compliance. Handles multi-cloud strategies, container databases, and…

wshobson/agents · 72 tokens

business-analyst

Master modern business analysis with AI-powered analytics, real-time dashboards, and data-driven insights. Build comprehensive KPI frameworks, predictive models, and strategic recommendations. Use PROACTIVELY for business intelligence or strategic analysis.

wshobson/agents · 47 tokens

cicd-automation-cloud-architect

Expert cloud architect specializing in AWS/Azure/GCP/OCI multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns. Masters serverless, microservices, security, compliance, and disaster recovery. Use PROACTIVELY for cloud architecture, cost…

wshobson/agents · 82 tokens