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 eliecer2000/kiro-bootstrap --skill aws-diagramsgit clone --depth 1 https://github.com/eliecer2000/kiro-bootstrapWrote 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/eliecer2000/kiro-bootstrap/aws-diagrams)<a href="https://agentmods.dev/skills/eliecer2000/kiro-bootstrap/aws-diagrams"><img src="https://agentmods.dev/badge/skills/eliecer2000/kiro-bootstrap/aws-diagrams/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/eliecer2000/kiro-bootstrap/aws-diagrams"><img src="https://agentmods.dev/badge/skills/eliecer2000/kiro-bootstrap/aws-diagrams.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.00036 | $0.01384 |
| Opus 5 | $0.00018 | $0.00692 |
| Sonnet 5 | $0.00007 | $0.00277 |
| Haiku 4.5 | $0.00004 | $0.00138 |
Grade A, and why
aws-diagrams 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 — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AWS Diagrams
Skill para generar diagramas de arquitectura AWS desde CloudFormation, CDK, Terraform o descripciones en lenguaje natural. Usa notación C4, Eraser DSL o Mermaid para visualizar infraestructura.
Principios fundamentales
- Todo sistema debe tener un diagrama de arquitectura actualizado.
- Preferir diagramas como código (Mermaid, Eraser DSL, PlantUML) sobre herramientas gráficas.
- Mostrar flujo de datos, no solo componentes. Las flechas indican dirección del tráfico.
- Agrupar por VPC, subnets y availability zones cuando aplique.
- Incluir servicios de seguridad (WAF, Security Groups) y observabilidad (X-Ray, CloudWatch).
Patrones de diagrama Mermaid
API Serverless típica
graph LR
Client[Cliente] --> APIGW[API Gateway]
APIGW --> Lambda[Lambda]
Lambda --> DDB[(DynamoDB)]
Lambda --> S3[(S3)]
Lambda --> SQS[SQS]
SQS --> Worker[Lambda Worker]
Worker --> DDB
Event-driven con EventBridge
graph TD
ServiceA[Servicio A] --> EB[EventBridge]
EB --> Rule1[Rule: Orders]
EB --> Rule2[Rule: Notifications]
EB --> Rule3[Rule: Analytics]
Rule1 --> Lambda1[Order Processor]
Rule2 --> SNS[SNS]
Rule3 --> Firehose[Kinesis Firehose]
Lambda1 --> DDB[(DynamoDB)]
SNS --> Email[Email]
Firehose --> S3[(S3 Data Lake)]
Full-stack con CloudFront
graph LR
User[Usuario] --> CF[CloudFront]
CF --> S3[S3 Static Assets]
CF --> APIGW[API Gateway]
APIGW --> Lambda[Lambda]
Lambda --> DDB[(DynamoDB)]
Lambda --> Cognito[Cognito]
CF --> WAF[WAF]
Multi-AZ con RDS
graph TD
subgraph VPC
subgraph Public Subnet
ALB[Application Load Balancer]
NAT[NAT Gateway]
end
subgraph Private Subnet AZ-1
EC2a[EC2 Instance]
RDSp[(RDS Primary)]
end
subgraph Private Subnet AZ-2
EC2b[EC2 Instance]
RDSs[(RDS Standby)]
end
end
Internet --> ALB
ALB --> EC2a
ALB --> EC2b
EC2a --> RDSp
EC2b --> RDSp
RDSp -.->|Replication| RDSs
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 · 161 lines · 36 tokens per session scan A bedce4f80c25
aws-diagrams is a skill published in the GitHub repository eliecer2000/kiro-bootstrap (9 stars, last pushed 5mo ago), licensed MIT. It adds 36 tokens to every session and 1,384 once invoked, about $0.0002 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
aws-architecture-diagram
Generate validated AWS architecture diagrams as draw.io XML using official AWS4 icon libraries. Use this skill whenever the user wants to create, generate, or design AWS architecture diagrams, cloud infrastructure diagrams, or system design visuals. Also triggers for requests to visualize existing infrastructure from…
drawio-aws
Use when the user asks for an AWS architecture diagram — VPC/networking, event-driven, landing zone, multi-AZ, serverless pipeline, or any diagram built with AWS service icons. Builds with the declarative layout engine using ground-truth mxgraph.aws4 stencils, validates (stencils/colors/nesting/geometry), runs a…
aws-architecture-diagram
AWS architecture diagrams — generate visual network topology diagrams from live AWS infrastructure. Use when drawing AWS network diagrams, visualizing VPCs, mapping Transit Gateway topology, or generating architecture documentation.
cdkd
Install cdkd and use it safely from an AWS CDK project. Use when bootstrapping, synthesizing, diffing, deploying, inspecting, rolling back, migrating, or destroying dev/test stacks with cdkd.
aws-architecture-diagram
Generate AWS architecture diagrams in draw.io format. Activates when the user asks to create, generate, or build an architecture diagram, system diagram, or draw.io diagram for AWS services.
aws-diagram-mcp
Seamlessly create diagrams using the Python diagrams package DSL. This server allows you to generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.