Compute & Containers
23 skills — EKS, ECS, Lambda, EC2, Fargate, Graviton
eks-design eks-build eks-security eks-upgrade-check ecs-architect aws-serverless

You have access to 217+ official AWS skills spread across 6 different repositories. But loading them all into your AI agent’s context:
AWS Ninja is a jump skill — an intelligent router that:
Result: Your agent becomes an AWS expert without wasting context.
┌─────────────────────────────────────────────────────────────────┐│ /aws-ninja Design an EKS cluster for fintech with PCI-DSS │└─────────────────────────────────────────────────────────────────┘ │ ▼┌─────────────────────────────────────────────────────────────────┐│ AWS NINJA ││ (Jump Skill Router) ││ ││ ✓ Parses task context ││ ✓ Searches 217 skills catalog ││ ✓ Identifies: eks-design + eks-security ││ ✓ Loads SKILL.md with full procedures │└─────────────────────────────────────────────────────────────────┘ │ ▼┌─────────────────────────────────────────────────────────────────┐│ SPECIALIZED EXECUTION ││ ││ Source: sample-apex-skills/skills/eks-design/ ││ Knowledge: AWS EKS Best Practices, CIS Benchmarks ││ Output: Architecture diagrams, Terraform, ADRs │└─────────────────────────────────────────────────────────────────┘Clone the repository
git clone https://github.com/fabricioctelles/aws-ninja.gitcd aws-ninjaSync AWS repositories
./sync-repos.shInstall to your agents
./install-aws-ninja.sh --globalClone the repository
git clone https://github.com/fabricioctelles/aws-ninja.gitcd aws-ninjaSync AWS repositories
.\sync-repos.ps1Install to your agents
.\install-aws-ninja.ps1 -GlobalInvoke with /aws-ninja followed by your task:
| Command | Routed To |
|---|---|
/aws-ninja Design an EKS cluster for fintech with PCI-DSS |
eks-design + eks-security |
/aws-ninja Help me choose between DynamoDB and Aurora |
aws-database → specific skill |
/aws-ninja Scan this Terraform for security issues |
scanning-with-aws-security-agent |
/aws-ninja Reduce costs on our EKS cluster |
eks-cost-intelligence |
/aws-ninja Why is my Lambda timing out? |
debugging-lambda-timeouts |
/aws-ninja Run a Well-Architected review |
aws-well-architected-framework-review |
/aws-ninja Set up a production VPC with private subnets |
creating-production-vpc-multi-az |
217+ skills organized by AWS domain. All from official AWS repositories.
Compute & Containers
23 skills — EKS, ECS, Lambda, EC2, Fargate, Graviton
eks-design eks-build eks-security eks-upgrade-check ecs-architect aws-serverless
Databases
12 skills — DynamoDB, Aurora, RDS, ElastiCache, Neptune, DocumentDB
amazon-dynamodb amazon-aurora-mysql amazon-aurora-postgresql amazon-rds amazon-elasticache
Security & Identity
20+ skills — IAM, GuardDuty, Security Hub, WAF, KMS, Secrets Manager
aws-iam aws-security-services aws-security-hub-reactor scanning-with-aws-security-agent
Infrastructure
15+ skills — VPC, CloudFormation, CDK, Terraform, networking
creating-production-vpc-multi-az cdk-* aws-networking aws-cloudformation
DevOps & Operations
18+ skills — CI/CD, observability, incidents, troubleshooting
building-ci-cd-pipelines investigating-aws-incidents amazon-cloudwatch aws-x-ray
Well-Architected
5 skills — Complete reviews of all 6 pillars
aws-well-architected-framework-review security-pillar cost-optimization-pillar
Skills extracted from official AWS repositories:
| Organization | Repository | Skills | Focus |
|---|---|---|---|
| aws | agent-toolkit-for-aws | 100+ | Core services, databases, serverless, security |
| aws | tools-for-devops-agent | 15 | Operations, incidents, RDS/EKS reviews |
| aws-samples | sample-apex-skills | 25+ | EKS, ECS, platform engineering |
| aws-samples | sample-agent-skills-for-builders | 13 | CDK, testing, cost estimation |
| aws-samples | sample-well-architected-skills-and-steering | 5 | Well-Architected reviews |
| aws-samples | sample-corgiro-aws-ops-skills | 1 | Multi-account operations |
The installer auto-detects and installs to available agents:
Claude Code
Kiro
Cursor
GitHub Copilot
Windsurf
Codex CLI
Plus 30+ more agents: Gemini CLI, Cline, Roo, Continue, Goose, OpenHands, Tabnine, Augment, Amp, and others.
| Traditional Approach | Jump Skill Approach |
|---|---|
| Load all 217 skills into context | Load only metadata (~500 tokens) |
| Consumes entire context window | Minimal context usage |
| Slower responses | Fast routing |
| Irrelevant skills interfere | Always uses most specific skill |
The Jump Skill prevents your context window from being wasted — it loads only the skills needed for each task. With 217 skills, loading them all would consume your entire context before you even start working.
Yes! All 217+ skills come from official AWS repositories on GitHub: aws/agent-toolkit-for-aws, aws-samples/sample-apex-skills, and other AWS-maintained repositories.
Yes, after installation. Repositories are cloned locally and skills are Markdown files — they don't depend on external APIs to work.
Run ./sync-repos.sh (Linux/macOS) or .\sync-repos.ps1 (Windows) to update all AWS repositories to the latest version.
Yes! AWS Ninja routes to official AWS skills, but you can have other skills installed in parallel. They don't interfere.
MIT — you can use, modify, and redistribute freely. The code is available on GitHub.
Contributions are welcome! See the contribution guide.