aws-skills
بناء حلول AWS السحابية بمساعدة الذكاء الاصطناعي
قم بتبسيط تطوير AWS باستخدام أنماط البنية التحتية المثبتة وإرشاداتArchitecture السحابية. أتمتة المهام السحابية المتكررة وتنفيذ أفضل ممارسات AWS بكفاءة باستخدام Claude أو Codex أو Claude Code.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "aws-skills". How do I create an S3 bucket with encryption enabled?
النتيجة المتوقعة:
- 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
استخدام "aws-skills". What is the best practice for Lambda function memory allocation?
النتيجة المتوقعة:
- 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
التدقيق الأمني
آمنStatic 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.
درجة الجودة
ماذا يمكنك بناءه
إعداد البنية التحتية السحابية
قم بإنشاء أنماط البنية التحتية لـ AWS بسرعة بما في ذلك VPCs، الشبكات الفرعية، مجموعات الأمان، وموارد الحوسبة مع تكوينات أفضل الممارسات.
تطوير التطبيقات بدون خادم
صمم ونفذ architectures بدون خادم باستخدام Lambda و API Gateway و DynamoDB وأنماط الحدث للتطبيقات القابلة للتطوير.
مراجعة تحسين التكلفة
قم بتحليل architectures AWS الحالية وحدد فرص تقليل التكلفة من خلال الحجم المناسب والحجوزات وتحسينات البنية التحتية.
جرّب هذه الموجهات
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.
أفضل الممارسات
- قم دائمًا بتفعيل التشفير أثناء السكون والنقل لموارد AWS
- استخدم أدوار IAM وملفات التعريف الخاصة بال实例 بدلاً من بيانات الاعتماد المبرمجة
- نفذ استراتيجيات tagging لتخصيص التكلفة وتنظيم الموارد
تجنب
- استخدام بيانات اعتماد الحساب الجذري للعمليات اليومية أو الأتمتة
- إنشاء مجموعات أمان مفرطة التساهل مع قواعد واردة مفتوحة
- برمجة الأسرار في قوالب البنية التحتية ككود
الأسئلة المتكررة
هل يقوم هذا الـ skill بتنفيذ أوامر AWS بالنيابة عني؟
هل معلومات AWS محدثة؟
هل يمكن لهذا الـ skill المساعدة في تحسين تكلفة AWS؟
هل يدعم هذا الـ skill جميع خدمات AWS؟
هل يمكنني استخدام هذا الـ skill لـ architectures متعددة السحابة؟
هل البنية التحتية ككود الناتجة جاهزة للإنتاج؟
تفاصيل المطور
المؤلف
sickn33الترخيص
MIT
المستودع
https://github.com/sickn33/antigravity-awesome-skills/tree/main/web-app/public/skills/aws-skillsمرجع
main
بنية الملفات
📄 SKILL.md