odere-pro/claude-aws-architect
Plugin Claude Code
Claude Code plugin for AWS Well-Architected SDLC: design, IaC, cost, security, and observability with grounded citations to AWS docs.
odere-pro/claude-aws-architect
Plugin Claude Code
Claude Code plugin for AWS Well-Architected SDLC: design, IaC, cost, security, and observability with grounded citations to AWS docs.
odere-pro/claude-aws-architect
MCP server Claude CodeCodexCursor
MCP server "kb", hosted remotely at knowledge-mcp.global.api.aws, as configured in odere-pro/claude-aws-architect.
odere-pro/claude-aws-architect
MCP server Claude CodeCodexCursor
An Infrastructure as Code MCP server that provides CloudFormation template validation, compliance checking, and deployment troubleshooting capabilities. Runs locally from the awslabs.aws-iac-mcp-server Python package.
odere-pro/claude-aws-architect
MCP server Claude CodeCodexCursor
An AWS Labs Model Context Protocol (MCP) server for official pricing of AWS services. Runs locally from the awslabs.aws-pricing-mcp-server Python package.
odere-pro/claude-aws-architect
MCP server Claude CodeCodexCursor
AWS Well-Architected Security Assessment Tool MCP Server. Runs locally from the awslabs.well-architected-security-mcp-server Python package.
odere-pro/claude-aws-architect
MCP server Claude CodeCodexCursor
An AWS Labs Model Context Protocol (MCP) server for managing AWS IAM resources including users, roles, policies, and permissions. Runs locally from the awslabs.iam-mcp-server Python package.
odere-pro/claude-aws-architect
MCP server Claude CodeCodexCursor
An AWS Labs Model Context Protocol (MCP) server for cloudwatch. Runs locally from the awslabs.cloudwatch-mcp-server Python package.
odere-pro/claude-aws-architect
Instructions file
Claude Code instructions for odere-pro/claude-aws-architect, covering claude.md — entry-point notes for claude-aws-architect, plugin entry point, self-dogfood, where the spec lives and house rules in this repo.
odere-pro/claude-aws-architect
Agent
USE FOR Bootstrapping a new feature: extracting requirements from a vague AWS prompt. Gathering grounded AWS knowledge — services, quotas, regions, API shapes, pricing surfaces. Drafting requirements.md and seeding the per-feature grounding ledger. DO NOT USE FOR Architectural decisions or component design; route to…
odere-pro/claude-aws-architect
Agent
USE FOR Translating an accepted design.md into IaC, IAM policies, cost ROM, observability, and acceptance criteria. Authoring per-component contract sections covering IaC, Cost, Security, Acceptance, Observability. Drafting tasks.md from the merged design under the bundled implementation specialist contract. DO NOT…
odere-pro/claude-aws-architect
Agent
USE FOR Read-only AWS knowledge lookups: "what is X", service overviews, quotas, ARN shapes, region availability. AWS CLI reference and recipe-style SOPs from kb:retrieveagentsop. Side-by-side service or feature comparisons on a stated dimension. Onboarding pointers for a service or learning track around a topic.…
odere-pro/claude-aws-architect
Agent
USE FOR AWS architecture, design, IaC, threat-model, cost-estimate, runbook prompts. Discovery, design, plan, validate phases for a feature. Routing prompts that need parallel L3 specialist fan-out and merge. DO NOT USE FOR Non-AWS prose; route to the user's general assistant. Single-file edits without architectural…
odere-pro/claude-aws-architect
Agent
USE FOR Picking AWS services and patterns from a requirements.md draft. Authoring design.md, per-component contracts/ .md, and the diagrams.d2 C4 L1/L2 layers for a feature. Producing the per-pillar review block in design.md against all six Well-Architected pillars. DO NOT USE FOR Drafting requirements from a fresh…
odere-pro/claude-aws-architect
Command
Run the claude-aws-architect environment health check — verifies uvx, aws CLI, AWSPROFILE/AWSREGION, MCP package resolution per server, MCP enablement state in consumer settings, sts:GetCallerIdentity, and minimum-IAM presence. Wraps scripts/doctor.sh; safe to run anytime.
odere-pro/claude-aws-architect
Command
Read-only AWS knowledge lookup — query docs, CLI reference, SOPs, comparisons, onboarding pointers, and next-step recommendations from the kb MCP server. Stateless per turn; never writes spec artefacts.
odere-pro/claude-aws-architect
Command
List, inspect, or validate per-feature spec folders under .claude/specs/ / produced by the claude-aws-architect orchestrator. Runs deterministic and runtime gates against requirements.md, design.md, tasks.md, contracts/, and diagrams.d2.
odere-pro/claude-aws-architect
Command
Run the claude-aws-architect orchestrator on a feature prompt — vibe-classifies depth and either answers directly or fans out L3 specialists in parallel and merges their outputs.
odere-pro/claude-aws-architect
Skill Claude CodeCodex
WORKFLOW SKILL — Amazon Bedrock and AWS AI design: foundation model selection, knowledge bases (RAG), agents for bedrock, guardrails, provisioned throughput, batch inference, fine-tuning, KMS, VPC endpoints, regional GA, and per-provider licensing.
odere-pro/claude-aws-architect
Skill Claude CodeCodex
WORKFLOW SKILL — Author and lint per-component contract files under .claude/specs/ /contracts/ .md. Enforces required frontmatter, body section ordering, integration-link validity, and the metric/log/trace observability triple.
odere-pro/claude-aws-architect
Skill Claude CodeCodex
WORKFLOW SKILL — Maintain the per-feature grounding ledger: insert MCP citation entries, dedupe by short-key, expire by TTL class (pricing/quota/api-shape/region/immutable), redact secrets on write, and derive short-keys with collision extension.
odere-pro/claude-aws-architect
Skill Claude CodeCodex
WORKFLOW SKILL — Navigate the kb MCP server for read-only AWS lookup, CLI reference, SOP retrieval, comparison, onboarding, and recommend / next-step / related-topic flows. Stateless per turn; never writes spec artefacts.
odere-pro/claude-aws-architect
Skill Claude CodeCodex
WORKFLOW SKILL — Author and lint the per-feature diagrams.d2 file. Enforce required layer tags (C4 L1, L2, L3-per-container, plus seq-system, seq-component, seq-error sequence layers); flag orphan nodes, untagged top-level shapes, and missing layers.
odere-pro/claude-aws-architect
Skill Claude CodeCodex
WORKFLOW SKILL — Route MCP server requests for AWS knowledge, IaC, pricing, security, IAM, and CloudWatch. Apply selection rules, degraded-mode fallbacks, and per-server timeout budgets.
odere-pro/claude-aws-architect
Skill Claude CodeCodex
WORKFLOW SKILL — Build, update, and use recipe bundles under recipes/.recipe.json. Validate the recipe schema, check MCP/skill/hook/command cross-references, run gate 6, and invoke a recipe via @-reference or the /aws orchestrator commands.