Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add odere-pro/claude-aws-architect --skill aws-waf-sustainability-skillgit clone --depth 1 https://github.com/odere-pro/claude-aws-architectWrote 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.
[](https://agentmods.dev/skills/odere-pro/claude-aws-architect/aws-waf-sustainability-skill)<a href="https://agentmods.dev/skills/odere-pro/claude-aws-architect/aws-waf-sustainability-skill"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-aws-architect/aws-waf-sustainability-skill/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.
<a href="https://agentmods.dev/skills/odere-pro/claude-aws-architect/aws-waf-sustainability-skill"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-aws-architect/aws-waf-sustainability-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00062 | $0.01833 |
| Opus 5 | $0.00031 | $0.00916 |
| Sonnet 5 | $0.00012 | $0.00367 |
| Haiku 4.5 | $0.00006 | $0.00183 |
Grade A, and why
aws-waf-sustainability-skill 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.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When to Use
Apply this skill any time an agent designs, reviews, or right-sizes AWS resources where energy, carbon impact, or wasted capacity is a stake. In practice that is essentially every solution-architect or implementation pass that touches compute, storage, or data movement.
Trigger conditions:
- The orchestrator's solution-architect specialist is producing
design.mdand must honor the Well-Architected Sustainability pillar alongside the other pillars. - A component contract under
.claude/specs/<feature>/contracts/<name>.mdis being authored or revised; the pillar must inform the choice of compute family, storage tier, and region. - A cost-pillar review is concluding; sustainability concerns frequently overlap (right-sizing, scale-to-zero, Graviton) and must be reconciled, not duplicated.
- The user explicitly asks for a "green" architecture, a carbon report, or low-environmental-impact options.
- A region-selection decision is on the table — sustainability is one of three inputs (with cost and latency).
Do not apply this skill to non-AWS workloads, to cost-only optimisations that have no compute or storage impact (e.g. a Reserved-Instance commitment review), or to retrospective carbon-footprint reporting (that is a separate quarterly workflow, not a design-time skill).
Procedure
- Pick the lowest-carbon viable region. Consult
references/region-carbon-tiers.md. Tier-1 regions (≥95% renewable energy per AWS-published figures) are eligible by default. If data-residency or latency constraints exclude tier-1, pick the lowest-carbon region in the eligible set and label the deviation in the contract'ssustainability:block with the specific constraint that drove the choice. - Default to Graviton. Choose
arm64instance families (t4g,m7g,c7g,r7g,m8g,c8g) unless the workload provably requiresx86_64. Every non-Graviton choice must carry arequires-x86: <reason>rationale in the contract — common legitimate reasons are documented inreferences/graviton-eligibility.md. - Right-size before scaling. Issue a
cwMCP query for Compute Optimizer recommendations on existing workloads, or use the workload's measured peak from load tests. Avoid the "round up to be safe" antipattern; the contract must record the actual measured peak and the percentile chosen (e.g. "p99.9 over 14 days"). - Default to managed/serverless. Lambda, Fargate, App Runner, EventBridge, SQS, SNS, DynamoDB on-demand — these scale to zero and amortize cooling/idle across thousands of customers. A self-hosted EC2 / ECS-on-EC2 / RDS choice must justify in the contract why a managed equivalent does not fit (latency floor, license model, library constraint).
- Tier storage by access pattern. Default S3 lifecycle: Standard → Standard-IA after 30 days → Glacier Instant Retrieval after 90 → Glacier Deep Archive after 180, unless retrieval-time SLOs forbid. Prefer EBS gp3 over gp2 (gp3 charges separately for IOPS and throughput, eliminating idle waste). Apply CloudWatch Logs retention; never leave the default of "never expire".
- Cap data transfer. Co-locate compute and data in the same AZ where the workload's availability profile permits; use VPC endpoints for AWS-API traffic; avoid cross-region replication unless DR or compliance demands it. Cache at the edge (CloudFront) instead of repeatedly serving from origin. Each cross-AZ or cross-region data path must be enumerated in the
sustainability:block. - Schedule for idle. Non-prod EC2 / RDS / Redshift on a stop-overnight or stop-on-weekend schedule via EventBridge + Lambda. Spot for fault-tolerant batch. Auto-Scaling group with
min=0for development environments. The contract enumerates expected duty cycle for every long-running resource. - Record carbon impact in the contract. Each component contract emits a
sustainability:block: chosen region tier, instance arch, storage tier, idle handling, and any deviations with rationale. The orchestrator's merge step aggregates these into the design summary so the user sees system-level sustainability posture.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 66 lines · 62 tokens per session scan A 5be9f3af216a
aws-waf-sustainability-skill is a skill published in the GitHub repository odere-pro/claude-aws-architect (1 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 1,833 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
deployment
Hosting, deployment, CI/CD, and going live. Activated when Claude works with deployment configs, Dockerfiles, Vercel/Netlify configs, or deployment-related commands.
ec2
AWS EC2 virtual machine management — instances, security groups, key pairs, AMIs, EBS volumes, Auto Scaling Groups, Spot Instances, Session Manager, placement groups, and instance lifecycle automation. Trigger on ANY of these, even when EC2 isn't named explicitly: - Launching or provisioning: "spin up a server"…
ecs
AWS ECS container orchestration for running Docker containers. Use when deploying containerized applications, configuring task definitions, setting up services, managing clusters, or troubleshooting container issues.
cloudformation
AWS CloudFormation infrastructure as code for stack management. Use when writing templates, deploying stacks, managing drift, troubleshooting deployments, or organizing infrastructure with nested stacks.
cloudwatch
AWS CloudWatch monitoring for logs, metrics, alarms, and dashboards. Use when setting up monitoring, creating alarms, querying logs with Insights, configuring metric filters, building dashboards, or troubleshooting application issues.
eks
AWS EKS Kubernetes management for clusters, node groups, and workloads. Use when creating clusters, configuring IRSA, managing node groups, deploying applications, or integrating with AWS services.