aws
Installation
SKILL.md
AWS CLI
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Install tool, first-time setup | references/install-and-setup.md |
User needs to install AWS CLI or do initial configuration |
| Command patterns, JMESPath | references/command-cookbook.md |
User needs S3/EC2/IAM/Lambda patterns, query syntax, or command examples |
| Authentication, credentials, SSO | references/auth-and-config.md |
User needs credential chain info, SSO setup, MFA, or troubleshooting auth errors |
Workflow
- Run preflight before AWS CLI workflows.
- Check authentication and identity (
sts get-caller-identity). - Confirm active profile and region context.
- Choose a service command track and inspect first.
- Require explicit confirmation before mutating commands.