Aws architecture
AgentSkills library: reusable skills for AI coding agents (AI SDK, Codex, LangGraph, Supabase, Docker, Vitest, pytest, Streamlit, Zod).
npx -y skills add BjornMelin/dev-skills --skill aws-architectureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Architect AWS infrastructure and application integrations with production-grade service selection, boundaries, rollout thinking, and verification. Use when the user asks for AWS architecture, infra design, service selection, or AWS-backed implementation planning. Do not use for repo-specific Nova guidance unless the active repo adapter calls into it.
SKILL.md
1.2 KB, as published. Nobody here has run it
AWS Architecture
Use this skill for reusable AWS architecture work, not repo-specific policy.
Workflow
- Read the repo
AGENTS.md. - Run
/home/bjorn/.codex/skill-support/bin/repo-inventory detect --cwd <repo> --out <json>if the repo context matters. - Read the relevant AWS references before finalizing service choices.
- Prefer managed services and the simplest correct topology.
- Output the architecture, tradeoffs, rollout notes, and verification plan.
Use When
- The task needs AWS service selection or architecture planning.
- The work spans infra design, serverless boundaries, deployment flow, or AWS-backed runtime behavior.
Do Not Use When
- The task is repo-specific Nova policy only.
- The task is only docs alignment or only dependency work.
Outputs
- architecture recommendation
- service map
- rollout and verification plan