aws-skills — Summary
aws-skills is an Anthropic-format Claude Code plugin marketplace for AWS development, shipping 5 plugins (aws-common, aws-cdk, aws-cost-ops, serverless-eda, aws-agentic-ai) with 5 skills and bundled MCP server configurations covering CDK, serverless architecture, cost optimization, and Bedrock AgentCore. Each skill uses context: fork — it runs in a forked context to avoid polluting the main session. The aws-cdk-development skill has an inline PreToolUse hook that validates AWS credentials before every cdk deploy invocation (aws sts get-caller-identity). Skills specify allowed-tools: lists to constrain which MCP tools and Bash commands the agent may use. The aws-agentic-ai plugin provides comprehensive Bedrock AgentCore documentation covering Gateway, Runtime, Memory, Identity, Code Interpreter, Browser, and Observability services. With 294 stars and last commit April 2026.
Differs from seeds: No seed covers cloud infrastructure or AWS. Closest to spec-kit (skills with per-skill hooks + MCP integration), but the context: fork pattern and allowed-tools: constraint lists are AWS-specific features. The aws-common plugin's MCP-first instruction ("always verify AWS facts using MCP tools before answering") is the only example in the batch of mandatory MCP-before-response validation.