aws-skills
Build AWS Cloud Solutions with AI Assistance
Streamline AWS development with proven infrastructure patterns and cloud architecture guidance. Automate repetitive cloud tasks and implement AWS best practices efficiently using Claude, Codex, or Claude Code.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "aws-skills". How do I create an S3 bucket with encryption enabled?
Resultado esperado:
- Use AWS CLI: aws s3api create-bucket --bucket my-secure-bucket --create-bucket-configuration LocationConstraint=us-east-1
- Enable default encryption with server-side encryption (SSE-S3 or SSE-KMS)
- Configure bucket policies to enforce HTTPS and restrict public access
Usando "aws-skills". What is the best practice for Lambda function memory allocation?
Resultado esperado:
- Start with 128MB and use AWS Lambda Power Tuning to find optimal configuration
- Balance cost vs performance - higher memory increases CPU proportionally
- Monitor actual usage with CloudWatch and adjust based on real metrics
Auditoría de seguridad
SeguroStatic analyzer flagged 4 patterns that are all false positives. The network findings (lines 4, 22) are documentation URLs in markdown format, not executable network calls. The weak cryptographic algorithm findings (lines 3, 20) do not correspond to actual crypto code - the file contains only descriptive text. This skill is purely informational documentation with no executable code or security risks.
Puntuación de calidad
Lo que puedes crear
Cloud Infrastructure Setup
Quickly scaffold AWS infrastructure patterns including VPCs, subnets, security groups, and compute resources with best practice configurations.
Serverless Application Development
Design and implement serverless architectures using Lambda, API Gateway, DynamoDB, and event-driven patterns for scalable applications.
Cost Optimization Review
Analyze existing AWS architectures and identify opportunities for cost reduction through right-sizing, reserved instances, and architecture improvements.
Prueba estos prompts
Explain how to set up an EC2 instance with a security group that allows HTTP and SSH access. Include the AWS CLI commands and explain each parameter.
Generate a CloudFormation template for a three-tier web application with public subnets for load balancers, private subnets for application servers, and isolated subnets for databases.
Design a serverless image processing pipeline using S3, Lambda, and DynamoDB. Include event triggers, error handling, and scaling considerations.
Review this AWS IAM policy and identify security risks. Suggest improvements following the principle of least privilege and AWS security best practices.
Mejores prácticas
- Always enable encryption at rest and in transit for AWS resources
- Use IAM roles and instance profiles instead of hardcoded credentials
- Implement tagging strategies for cost allocation and resource organization
Evitar
- Using root account credentials for daily operations or automation
- Creating overly permissive security groups with open inbound rules
- Hardcoding secrets in infrastructure as code templates
Preguntas frecuentes
Does this skill execute AWS commands on my behalf?
Is the AWS information up to date?
Can this skill help with AWS cost optimization?
Does this skill support all AWS services?
Can I use this skill for multi-cloud architectures?
Is infrastructure as code generated production-ready?
Detalles del desarrollador
Autor
sickn33Licencia
MIT
Repositorio
https://github.com/sickn33/antigravity-awesome-skills/tree/main/web-app/public/skills/aws-skillsRef.
main
Estructura de archivos
📄 SKILL.md