Claude Skill
itsmostafa/aws-agent-skills
Collection of AWS-specific Claude Skills to enhance AI agents' cloud capabilities. Python tools for agentic AI, coding assistants, and AWS service integration.
Overview
Repository
Install this Skill
git clone https://github.com/itsmostafa/aws-agent-skills.gitRegistry
Summary
A collection of AWS-specific Claude Skills designed to enhance AI agents' capabilities for interacting with Amazon Web Services. This repository provides tools and integrations to help coding agents and AI assistants work more effectively within the AWS ecosystem.
AWS 代理技能
Key features
- AWS integration for AI agents
- Claude Skill development tools
- Agentic AI capabilities enhancement
- Python-based implementation
- Codex and coding agent support
Use cases
- Building AWS-aware coding assistants
- Developing agentic AI for cloud operations
- Creating Claude Skills for AWS services
- Enhancing AI agent cloud capabilities
- Automating AWS tasks through AI agents
README excerpt
# AWS Agent Skills [](https://opensource.org/licenses/MIT) [](https://claude.ai/code)   Supercharge Claude Code with AWS cloud engineering skills across 18 core AWS services. ## 🚀 Why AWS Agent Skills? Developing AWS solutions is complex spanning IAM, compute, storage, security, serverless, networking, and more. AWS Agent Skills equips Claude Code (and Codex) with deep expertise across 18 AWS domains, enabling automated cloud engineering support from IaC templates to debugging guidance and security best practices. Automatically checks AWS documentation for updates on a weekly basis to ensure skills stay current with AWS service changes. ### Why not just use an MCP? AWS MCP is great for live docs and API calls, but AWS Agent Skills is designed for reasoning first. It gives AI Agents a curated, LLM-optimized AWS knowledge base with real-world patterns, edge cases, and best practices, without streaming large docs or schemas. Because the skills are local and pre compressed, it is far more token efficient, keeps the context window small and predictable, and avoids MCP infrastructure, latency, and expanded credential exposure. ## Installation ### Claude Code #### From Marketplace ```bash # Add the marketplace /plugin marketplace add itsmostafa/aws-agent-skills # Install the plugin /plugin install aws-agent-skills ``` #### From GitHub ```bash /plugin install https://github.com/itsmostafa/aws-agent-skills ``` #### Local Development ```bash /plugin install ./path/to/a