{
  "markdown": "# AWS CLI Skills for Claude Code\n\nAn installable [Claude Code](https://claude.ai/code) plugin providing comprehensive AWS CLI v2 command references — flags, types, defaults, and JSON output schemas — for 190 AWS services, sourced from official AWS documentation.\n\nA lean **router skill** carries the CLI conventions and routes to one **sub-skill per service**, so Claude loads only the service you ask about instead of a 190-service catalog.\n\n## Installation\n\n### Claude Code (via plugin marketplace)\n\nRegister the marketplace, then install the plugin:\n\n```\n/plugin marketplace add chrishuffman5/awscliskills\n/plugin install aws-cli@chrishuffman5\n```\n\n### Claude Code (manual)\n\n```bash\ngit clone https://github.com/chrishuffman5/awscliskills.git .claude/plugins/aws-cli/\n```\n\nAuto-discovers the skill via `.claude-plugin/plugin.json`. Just describe what you need — no configuration required.\n\n### Use the skill without installing the plugin\n\nClaude Code also loads skills from a `skills/` directory in your project root. Copy the single `aws-cli` skill directory in:\n\n```bash\n# From your project root\ncp -r /path/to/awscliskills/skills/aws-cli skills/\n```\n\nThat's it — one directory gives you all 190 services. Or track it with git subtree so it stays synced with updates:\n\n```bash\ngit subtree add --prefix=skills/aws-cli https://github.com/chrishuffman5/awscliskills.git main --squash\n```\n\n### Other platforms\n\n```bash\n# GitHub Copilot CLI\ncopilot plugin install chrishuffman5/awscliskills\n\n# OpenAI Codex CLI\ngit clone https://github.com/chrishuffman5/awscliskills.git ~/.codex/skills/aws-cli/\n\n# Gemini CLI (extension support still maturing)\ngemini extensions install https://github.com/chrishuffman5/awscliskills\n```\n\n### Verify\n\nStart a new session and ask something AWS-specific:\n\n```\n> How do I create an S3 bucket with a lifecycle policy via the CLI?\n> List my ECS services and their running task counts.\n> Which AWS service should I use for a CDN?\n```\n\n## How it works\n\n- **Router** — `skills/aws-cli/SKILL.md` is the only skill registered with Claude. It holds the CLI conventions (output formats, `--query`, pagination, waiters, ARNs, env vars) plus a routing protocol, and is the only thing loaded into context at session start.\n- **Per-service sub-skills** — each service is a bundled sub-skill at `skills/aws-cli/<aws-command>/SKILL.md` (e.g. `s3/`, `ec2/`, `dynamodb/`). The router reads only the one you need; the full catalog never loads up front.\n- **Command groups** — within a service, files alongside `SKILL.md` (e.g. `instances.md`, `vpc.md`) hold the full per-command flags, types, defaults, and JSON output schemas.\n- **Full lookup** — `skills/aws-cli/service-index.md` maps every friendly name to its sub-skill path, read only when the CLI service name isn't already known.\n\n## Covered Services\n\n| Service | Sub-skill | Scope |\n|---------|-----------|-------|\n| ACM | `skills/aws-cli/acm/` | Certificates, import/export, validation, tags, account configuration |\n| Amazon MQ | `skills/aws-cli/mq/` | ActiveMQ and RabbitMQ brokers, configurations, users, engine types |\n| Amplify | `skills/aws-cli/amplify/` | Apps, branches, domain associations, jobs, deployments, webhooks |\n| API Gateway | `skills/aws-cli/apigateway/` | REST APIs, HTTP APIs, resources, methods, stages, authorizers, API keys, usage plans |\n| App Mesh | `skills/aws-cli/appmesh/` | Meshes, virtual nodes, virtual services, virtual routers, routes, virtual gateways |\n| App Runner | `skills/aws-cli/apprunner/` | Services, connections, auto scaling, observability, VPC connectors, custom domains |\n| AppConfig | `skills/aws-cli/appconfig/` | Feature flags, configuration profiles, deployment strategies, environments, extensions, runtime data |\n| AppStream 2.0 | `skills/aws-cli/appstream/` | Fleets, stacks, images, image builders, app blocks, applications |\n| AppSync | `skills/aws-cli/appsync/` | GraphQL and Events APIs, data sources, resolvers, functions, types, API keys, caching, domain names, merged APIs |\n| Application Auto Scaling | `skills/aws-cli/application-autoscaling/` | Scalable targets, scaling policies, scheduled actions, predictive scaling |\n| Application Discovery | `skills/aws-cli/discovery/` | Agents, configurations, applications, export/import tasks |\n| Application Insights | `skills/aws-cli/application-insights/` | Applications, components, log patterns, problems, workloads |\n| Artifact | `skills/aws-cli/artifact/` | Reports, agreements, account settings |\n| Athena | `skills/aws-cli/athena/` | Query execution, workgroups, named queries, data catalogs, notebooks, sessions |\n| Audit Manager | `skills/aws-cli/auditmanager/` | Assessments, frameworks, controls, reports, evidence, delegations, insights |\n| Auto Scaling | `skills/aws-cli/autoscaling/` | Auto Scaling groups, launch configs, scaling policies, lifecycle hooks, instance refresh |\n| AWS Health | `skills/aws-cli/health/` | Events, affected entities, organization events |\n| Backup | `skills/aws-cli/backup/` | Backup plans, vaults, jobs, recovery points, frameworks, reports, Backup Gateway |\n| Batch | `skills/aws-cli/batch/` | Jobs, job definitions, job queues, compute environments, scheduling policies |\n| Bedrock | `skills/aws-cli/bedrock/` | Foundation models, custom models, guardrails, inference profiles, agents, knowledge bases, prompts, flows, RAG, runtime inference |\n| Billing | `skills/aws-cli/billing/` | Billing views, source views, resource policies |\n| Budgets | `skills/aws-cli/budgets/` | Budgets, budget actions, notifications, subscribers |\n| Chime SDK | `skills/aws-cli/chime/` | App instances, meetings, attendees, messaging channels, voice connectors, phone numbers, SIP, voice profiles |\n| Clean Rooms | `skills/aws-cli/cleanrooms/` | Collaborations, memberships, configured tables, protected queries, ML models |\n| Cloud9 | `skills/aws-cli/cloud9/` | Cloud IDE environments, memberships, environment status |\n| Cloud Map | `skills/aws-cli/servicediscovery/` | Namespaces, services, instances, service discovery, health status |\n| CloudFormation | `skills/aws-cli/cloudformation/` | Stacks, change sets, stack sets, drift detection, resource scanning, type registry |\n| CloudFront | `skills/aws-cli/cloudfront/` | Distributions, origins, cache behaviors, invalidations, functions, origin access control |\n| CloudHSM | `skills/aws-cli/cloudhsmv2/` | Clusters, HSMs, backups, resource policies |\n| CloudTrail | `skills/aws-cli/cloudtrail/` | Trails, event selectors, event data stores, queries, channels, imports |\n| CloudWatch | `skills/aws-cli/cloudwatch/` | Metrics, alarms, dashboards, log groups, log streams, metric filters, Insights queries |\n| CloudWatch Evidently | `skills/aws-cli/evidently/` | Feature flags, A/B testing, projects, features, experiments, launches, segments |\n| CloudWatch Network Monitor | `skills/aws-cli/networkmonitor/` | Network monitors, probes, performance monitoring |\n| CloudWatch RUM | `skills/aws-cli/rum/` | Real user monitoring, app monitors, custom metrics, resource policies |\n| CloudWatch Synthetics | `skills/aws-cli/synthetics/` | Canaries, canary runs, groups, runtime versions |\n| CodeArtifact | `skills/aws-cli/codeartifact/` | Domains, repositories, packages, package versions, package groups |\n| CodeBuild | `skills/aws-cli/codebuild/` | Projects, builds, build batches, report groups, source credentials, webhooks, fleets |\n| CodeCommit | `skills/aws-cli/codecommit/` | Repositories, branches, commits, files, pull requests, approval rules, merges |\n| CodeDeploy | `skills/aws-cli/codedeploy/` | Applications, deployment groups, deployments, deployment configs, revisions |\n| CodeGuru | `skills/aws-cli/codeguru/` | Code reviews, repository associations, recommendations, security scans |\n| CodePipeline | `skills/aws-cli/codepipeline/` | Pipelines, stages, actions, action types, webhooks |\n| CodeStar Connections | `skills/aws-cli/codestar/` | Source provider connections, hosts, repository links, sync configs |\n| Cognito | `skills/aws-cli/cognito/` | User pools, user pool clients, users, groups, identity providers, identity pools, MFA |\n| Comprehend | `skills/aws-cli/comprehend/` | NLP text analysis, entity detection, sentiment, key phrases, language detection, document classification, entity recognizers, flywheels |\n| Comprehend Medical | `skills/aws-cli/comprehendmedical/` | Medical entity detection, PHI detection, ICD-10-CM/RxNorm/SNOMED CT code inference, batch processing |\n| Compute Optimizer | `skills/aws-cli/compute-optimizer/` | Resource optimization recommendations for EC2, EBS, Lambda, ASG, ECS, RDS |\n| Config | `skills/aws-cli/configservice/` | Config rules, conformance packs, recorders, delivery channels, remediation, aggregators |\n| Connect | `skills/aws-cli/connect/` | Contact center instances, contact flows, contacts, users, queues, routing profiles, evaluation forms, metrics, cases |\n| Control Tower | `skills/aws-cli/controltower/` | Landing zones, controls, baselines |\n| Cost and Usage Report | `skills/aws-cli/cur/` | Report definitions, S3 delivery |\n| Cost Explorer | `skills/aws-cli/ce/` | Cost and usage, forecasts, anomalies, savings plans, reservations, rightsizing |\n| Data Exchange | `skills/aws-cli/dataexchange/` | Data sets, revisions, assets, jobs, data grants, event actions |\n| Data Pipeline | `skills/aws-cli/datapipeline/` | Pipelines, definitions, objects, task management (legacy service) |\n| DataSync | `skills/aws-cli/datasync/` | Agents, tasks, locations (S3, EFS, FSx, NFS, SMB, HDFS, Azure Blob) |\n| Detective | `skills/aws-cli/detective/` | Behavior graphs, members, investigations, data sources, organization |\n| Device Farm | `skills/aws-cli/devicefarm/` | Projects, device pools, runs, uploads, remote access, test grid |\n| Direct Connect | `skills/aws-cli/directconnect/` | Connections, gateways, virtual interfaces, LAGs, BGP peering, MACsec |\n| Directory Service | `skills/aws-cli/ds/` | Directories, hybrid AD, trusts, conditional forwarders, snapshots, certificates |\n| DMS | `skills/aws-cli/dms/` | Replication instances, endpoints, tasks, serverless replication, data migrations |\n| DocumentDB | `skills/aws-cli/docdb/` | Clusters, instances, snapshots, parameter groups, global clusters, Elastic Clusters |\n| DynamoDB | `skills/aws-cli/dynamodb/` | Tables, items, indexes, queries, scans, streams, backups, global tables, TTL |\n| EC2 | `skills/aws-cli/ec2/` | Instances, VPCs, subnets, security groups, key pairs, AMIs, launch templates, auto scaling |\n| EC2 Image Builder | `skills/aws-cli/imagebuilder/` | Image pipelines, recipes, components, images, infrastructure configs, lifecycle |\n| ECR | `skills/aws-cli/ecr/` | Repositories, images, lifecycle policies, scanning, authentication, registry |\n| ECS | `skills/aws-cli/ecs/` | Clusters, services, tasks, task definitions, container instances, capacity providers |\n| EFS | `skills/aws-cli/efs/` | File systems, mount targets, access points, replication, lifecycle |\n| EKS | `skills/aws-cli/eks/` | Clusters, node groups, Fargate profiles, add-ons, access management, Pod Identity |\n| ELB Classic | `skills/aws-cli/elb/` | Classic Load Balancers, listeners, health checks, stickiness policies, tags |\n| ELBv2 | `skills/aws-cli/elbv2/` | ALBs, NLBs, target groups, listeners, rules, health checks, SSL certificates |\n| ElastiCache | `skills/aws-cli/elasticache/` | Clusters, replication groups, parameter groups, snapshots, users, serverless |\n| Elastic Beanstalk | `skills/aws-cli/elasticbeanstalk/` | Applications, environments, versions, configuration templates, platforms |\n| Elastic Disaster Recovery | `skills/aws-cli/drs/` | Source servers, recovery instances, replication, launch config, failback |\n| Elastic Transcoder | `skills/aws-cli/elastictranscoder/` | Pipelines, presets, transcoding jobs (legacy service) |\n| EMR | `skills/aws-cli/emr/` | Clusters, instance fleets/groups, steps, scaling, studios, EMR on EKS, Serverless |\n| Entity Resolution | `skills/aws-cli/entityresolution/` | Entity matching workflows, ID mapping, ID namespaces, schema mappings, provider services |\n| EventBridge | `skills/aws-cli/eventbridge/` | Event buses, rules, targets, archives, replays, connections, API destinations, pipes |\n| EventBridge Pipes | `skills/aws-cli/pipes/` | Point-to-point event pipes, source-target connections, filtering, enrichment |\n| EventBridge Scheduler | `skills/aws-cli/scheduler/` | One-time and recurring schedules, schedule groups, universal target invocation |\n| Firehose | `skills/aws-cli/firehose/` | Delivery streams, data ingestion, destination management, encryption |\n| FinSpace | `skills/aws-cli/finspace/` | Kdb environments, databases, clusters, dataviews, changesets, scaling groups |\n| Firewall Manager | `skills/aws-cli/fms/` | Admin accounts, policies, apps/protocols lists, resource sets, third-party firewalls |\n| FIS | `skills/aws-cli/fis/` | Experiment templates, experiments, actions, target resources, safety levers |\n| Forecast | `skills/aws-cli/forecast/` | Time-series forecasting, datasets, AutoPredictors, forecasts, what-if analysis, explainability, monitors, queries |\n| FSx | `skills/aws-cli/fsx/` | File systems (Windows/Lustre/ONTAP/OpenZFS), volumes, snapshots, data repository |\n| GameLift | `skills/aws-cli/gamelift/` | Fleets, builds, game sessions, matchmaking, server groups |\n| Glue | `skills/aws-cli/glue/` | ETL jobs, crawlers, databases, tables, connections, workflows, schema registry |\n| Global Accelerator | `skills/aws-cli/globalaccelerator/` | Accelerators, listeners, endpoint groups, custom routing, BYOIP |\n| Greengrass v2 | `skills/aws-cli/greengrassv2/` | Core devices, components, deployments, client device associations |\n| GuardDuty | `skills/aws-cli/guardduty/` | Detectors, findings, filters, IP sets, threat intel sets, malware protection, members |\n| HealthLake | `skills/aws-cli/healthlake/` | FHIR R4 data stores, import/export jobs, SSE encryption, SMART on FHIR authorization |\n| IAM | `skills/aws-cli/iam/` | Users, groups, roles, policies, instance profiles, access keys, MFA, identity providers |\n| IAM Access Analyzer | `skills/aws-cli/accessanalyzer/` | Analyzers, findings, archive rules, access previews, policy tools |\n| IAM Identity Center | `skills/aws-cli/identity-center/` | Instances, permission sets, account assignments, applications, identity store |\n| Inspector | `skills/aws-cli/inspector/` | Enablement, findings, filters, coverage, CIS scans, code security, SBOM export |\n| Internet Monitor | `skills/aws-cli/internetmonitor/` | Monitors, health events, internet events, queries |\n| IoT Core | `skills/aws-cli/iot/` | Things, certificates, policies, rules, shadows, jobs, fleet indexing, security auditing, OTA updates |\n| IoT Device Advisor | `skills/aws-cli/iotdeviceadvisor/` | Suite definitions, suite runs, test reports, endpoint management |\n| IoT Events | `skills/aws-cli/iotevents/` | Detector models, inputs, alarm models, runtime detector and alarm operations |\n| IoT FleetWise | `skills/aws-cli/iotfleetwise/` | Signal catalogs, model manifests, vehicles, campaigns, decoder manifests, fleets |\n| IoT SiteWise | `skills/aws-cli/iotsitewise/` | Asset models, assets, portals, dashboards, gateways, projects, time series data |\n| IoT TwinMaker | `skills/aws-cli/iottwinmaker/` | Workspaces, entities, component types, scenes, sync jobs, metadata transfer |\n| IoT Wireless | `skills/aws-cli/iotwireless/` | LoRaWAN/Sidewalk devices, wireless gateways, destinations, multicast, FUOTA tasks |\n| IVS | `skills/aws-cli/ivs/` | Channels, streams, stages, compositions, participants, chat rooms, recording |\n| Kendra | `skills/aws-cli/kendra/` | Intelligent search indexes, data sources, FAQs, thesauri, query suggestions, featured results, experiences, ranking |\n| Keyspaces | `skills/aws-cli/keyspaces/` | Keyspaces, tables, user-defined types, auto scaling, point-in-time recovery |\n| Kinesis | `skills/aws-cli/kinesis/` | Data streams, shards, records, consumers, Kinesis Data Analytics |\n| KMS | `skills/aws-cli/kms/` | Encryption keys, key policies, grants, aliases, encrypt/decrypt, key rotation, multi-region |\n| Lake Formation | `skills/aws-cli/lakeformation/` | Permissions, LF-tags, data cell filters, resource registration, transactions |\n| Lambda | `skills/aws-cli/lambda/` | Functions, layers, event source mappings, aliases, versions, concurrency, URLs |\n| Lex v2 | `skills/aws-cli/lex/` | Conversational AI bots, intents, slots, locales, custom vocabulary, analytics |\n| License Manager | `skills/aws-cli/license-manager/` | Licenses, grants, configurations, Linux subscriptions, user subscriptions |\n| Lightsail | `skills/aws-cli/lightsail/` | Instances, disks, load balancers, databases, containers, distributions, domains |\n| Lookout for Equipment | `skills/aws-cli/lookoutequipment/` | Industrial equipment anomaly detection, datasets, models, inference schedulers, labels, retraining |\n| Lookout for Metrics | `skills/aws-cli/lookoutmetrics/` | Metric anomaly detection, detectors, metric sets, alerts, anomaly groups |\n| Lookout for Vision | `skills/aws-cli/lookoutvision/` | Visual anomaly detection, projects, models, datasets, model packaging |\n| Location Services | `skills/aws-cli/location/` | Maps, places, routes, geofences, trackers, API keys |\n| Macie | `skills/aws-cli/macie/` | Classification jobs, findings, filters, allow lists, data identifiers, buckets, automated discovery |\n| Managed Grafana | `skills/aws-cli/grafana/` | Workspaces, authentication, permissions, service accounts, API keys |\n| Managed Prometheus | `skills/aws-cli/amp/` | Workspaces, alert manager, rule groups, scrapers, logging |\n| Marketplace Catalog | `skills/aws-cli/marketplace-catalog/` | Entities, change sets, resource policies |\n| MediaConnect | `skills/aws-cli/mediaconnect/` | Flows, sources, outputs, entitlements, media streams, bridges, gateways |\n| MediaConvert | `skills/aws-cli/mediaconvert/` | Transcoding jobs, job templates, output presets, queues, policies |\n| MediaLive | `skills/aws-cli/medialive/` | Channels, inputs, multiplexes, clusters, networks, schedules, reservations, signal maps |\n| MediaPackage | `skills/aws-cli/mediapackage/` | Channel groups, channels, origin endpoints, harvest jobs, VOD packaging |\n| MediaStore | `skills/aws-cli/mediastore/` | Containers, policies, CORS, lifecycle, object operations |\n| Migration | `skills/aws-cli/migration/` | MGN source servers, replication, cutover, Migration Hub Config, Orchestrator |\n| MSK | `skills/aws-cli/msk/` | Kafka clusters, configurations, topics, brokers, replicators, MSK Connect |\n| MWAA | `skills/aws-cli/mwaa/` | Managed Apache Airflow environments, CLI tokens, web login, REST API |\n| Neptune | `skills/aws-cli/neptune/` | DB clusters, instances, snapshots, global clusters, Analytics graphs, import/export |\n| Network Firewall | `skills/aws-cli/network-firewall/` | Firewalls, firewall policies, rule groups, TLS inspection, logging |\n| Network Manager | `skills/aws-cli/networkmanager/` | Global networks, core networks, sites, devices, attachments, route analysis |\n| OpenSearch | `skills/aws-cli/opensearch/` | Domains, packages, VPC endpoints, indexes, Serverless collections/security |\n| Organizations | `skills/aws-cli/organizations/` | Organization management, accounts, OUs, policies (SCPs, tag, backup, AI opt-out) |\n| Outposts | `skills/aws-cli/outposts/` | Outpost management, sites, orders, capacity tasks, assets, catalog items |\n| Payment Cryptography | `skills/aws-cli/payment-cryptography/` | Keys, encryption, PIN/MAC operations, card validation |\n| Personalize | `skills/aws-cli/personalize/` | ML recommendations, dataset groups, schemas, solutions, campaigns, recommenders, batch jobs, event trackers |\n| Pinpoint | `skills/aws-cli/pinpoint/` | Customer engagement campaigns, journeys, segments, messaging channels, templates, endpoints, SMS/voice v2 |\n| Polly | `skills/aws-cli/polly/` | Text-to-speech synthesis, speech marks, lexicons, voice descriptions |\n| Pricing | `skills/aws-cli/pricing/` | Services, products, attribute values, price lists |\n| Private CA | `skills/aws-cli/acm-pca/` | Certificate authorities, certificates, audit reports, permissions, policies |\n| Proton | `skills/aws-cli/proton/` | Environments, services, templates, components, repositories, sync configs |\n| Q Connect | `skills/aws-cli/qconnect/` | AI-powered contact center assistant, knowledge bases, AI agents, guardrails, prompts, sessions |\n| QLDB | `skills/aws-cli/qldb/` | Ledgers, journal exports, journal streams, blocks, revisions (end of support) |\n| QuickSight | `skills/aws-cli/quicksight/` | Dashboards, analyses, templates, data sets, data sources, users, topics, embedding |\n| RAM | `skills/aws-cli/ram/` | Resource shares, invitations, permissions, organizations |\n| RDS | `skills/aws-cli/rds/` | DB instances, Aurora clusters, snapshots, parameter groups, subnet groups, replicas, proxies |\n| Redshift | `skills/aws-cli/redshift/` | Provisioned clusters, snapshots, parameter groups, data sharing, Data API, Serverless |\n| Rekognition | `skills/aws-cli/rekognition/` | Image/video analysis, face detection, collections, users, liveness, stream processors, media analysis, custom labels projects |\n| Resilience Hub | `skills/aws-cli/resiliencehub/` | Apps, resiliency policies, assessments, recommendations |\n| Resource Explorer | `skills/aws-cli/resource-explorer-2/` | Indexes, views, search, supported resource types |\n| Resource Groups | `skills/aws-cli/resource-groups/` | Resource groups, queries, configurations, tag-based grouping, tag sync |\n| Resource Groups Tagging API | `skills/aws-cli/resourcegroupstaggingapi/` | Cross-service tag management, resource discovery by tag, compliance reporting |\n| Route 53 | `skills/aws-cli/route53/` | Hosted zones, DNS records, health checks, routing policies, domain registration |\n| Route 53 Recovery | `skills/aws-cli/route53-recovery/` | Recovery clusters, control panels, routing controls, safety rules, readiness checks |\n| Route 53 Resolver | `skills/aws-cli/route53resolver/` | Resolver endpoints, rules, DNS Firewall, query logging, DNSSEC, Profiles |\n| S3 | `skills/aws-cli/s3/` | Buckets, objects, storage classes, lifecycle, versioning, website hosting, presigned URLs |\n| S3 Control | `skills/aws-cli/s3control/` | Access points, Object Lambda, Access Grants, Batch Operations, Storage Lens |\n| S3 Outposts | `skills/aws-cli/s3outposts/` | Endpoints, shared endpoints, Outposts with S3 capability |\n| SageMaker | `skills/aws-cli/sagemaker/` | Training jobs, models, endpoints, processing, hyperparameter tuning, AutoML, pipelines, experiments, Feature Store, model registry, monitoring, notebooks, HyperPod clusters |\n| SageMaker A2I | `skills/aws-cli/sagemaker-a2i-runtime/` | Human-in-the-loop review, human loops, flow definitions |\n| Savings Plans | `skills/aws-cli/savingsplans/` | Savings plans, rates, offerings |\n| Security Hub | `skills/aws-cli/securityhub/` | Hub management, findings, insights, standards, security controls, automation rules |\n| Security Lake | `skills/aws-cli/securitylake/` | Data lake configuration, log sources, subscribers, organization |\n| Secrets Manager | `skills/aws-cli/secretsmanager/` | Secrets, versions, rotation, replication, resource policies, batch retrieval |\n| Service Catalog | `skills/aws-cli/servicecatalog/` | Portfolios, products, provisioned products, constraints, service actions |\n| Service Catalog AppRegistry | `skills/aws-cli/servicecatalog-appregistry/` | Applications, attribute groups, resource associations, configuration |\n| Service Quotas | `skills/aws-cli/service-quotas/` | Quota lookups, increase requests, templates, auto-management, utilization |\n| SES v2 | `skills/aws-cli/sesv2/` | Email identities, configuration sets, contact lists, templates, sending, suppression |\n| Shield | `skills/aws-cli/shield/` | Subscription, protections, attacks, DRT access, proactive engagement, automatic response |\n| Snow Family | `skills/aws-cli/snowball/` | Snowball/Snowball Edge/Snowcone jobs, clusters, addresses, shipping |\n| SNS | `skills/aws-cli/sns/` | Topics, subscriptions, publishing, SMS, platform applications, message filtering |\n| SQS | `skills/aws-cli/sqs/` | Standard and FIFO queues, messages, dead-letter queues, visibility timeout, long polling |\n| STS | `skills/aws-cli/sts/` | Assume role, session tokens, federation, caller identity |\n| Step Functions | `skills/aws-cli/stepfunctions/` | State machines, executions, activities, map runs, versions |\n| Storage Gateway | `skills/aws-cli/storagegateway/` | Gateways, file shares, iSCSI volumes, tape gateway, cache, bandwidth |\n| SWF | `skills/aws-cli/swf/` | Simple Workflow Service, domains, workflow types, activity types, executions, tasks |\n| Systems Manager | `skills/aws-cli/ssm/` | Parameter Store, documents, Run Command, Session Manager, patch baselines, state manager |\n| Systems Manager Incidents | `skills/aws-cli/ssm-incidents/` | Response plans, incidents, timeline events, contacts, engagements, rotations |\n| Textract | `skills/aws-cli/textract/` | Document text detection, form/table analysis, expense analysis, ID analysis, lending analysis, custom adapters |\n| Timestream | `skills/aws-cli/timestream/` | Databases, tables, write records, queries, scheduled queries |\n| Transcribe | `skills/aws-cli/transcribe/` | Speech-to-text transcription, call analytics, medical transcription, custom vocabularies, language models |\n| Transfer Family | `skills/aws-cli/transfer/` | SFTP/FTPS/FTP/AS2 servers, users, connectors, agreements, workflows, web apps |\n| Translate | `skills/aws-cli/translate/` | Language translation, batch translation, custom terminologies, parallel data |\n| Trusted Advisor | `skills/aws-cli/trustedadvisor/` | Recommendations, organization recommendations, support cases |\n| Verified Permissions | `skills/aws-cli/verifiedpermissions/` | Policy stores, policies, policy templates, identity sources, authorization |\n| WAF v2 | `skills/aws-cli/wafv2/` | Web ACLs, rule groups, IP sets, regex pattern sets, logging |\n| Well-Architected | `skills/aws-cli/wellarchitected/` | Workloads, lenses, reviews, milestones, profiles |\n| WorkMail | `skills/aws-cli/workmail/` | Organizations, users, groups, resources, mail domains, access control, impersonation, mobile devices |\n| WorkSpaces | `skills/aws-cli/workspaces/` | Virtual desktops, bundles, images, directories, pools, web portals |\n| X-Ray | `skills/aws-cli/xray/` | Traces, service graphs, sampling rules, groups, insights, indexing |\n\n## Skill File Format\n\n```\nskills/aws-cli/\n  SKILL.md              # Router: CLI conventions + routing protocol (the only registered skill)\n  service-index.md      # Full friendly-name -> sub-skill lookup (read on demand)\n  ec2/                  # One sub-skill directory per service (named after the `aws` command)\n    SKILL.md            # Service overview + workflows + command-group index (+ YAML frontmatter)\n    index.md            # Quick reference table + global options\n    instances.md        # Per-command-group reference files\n    vpc.md\n    ...\n  s3/\n  dynamodb/\n  ... (190 service directories)\n```\n\n**SKILL.md (router)** contains:\n- YAML frontmatter with `name` and `description` (used by Claude Code for skill matching)\n- General CLI conventions (output formats, `--query`, pagination, waiters, ARNs, env vars)\n- A routing protocol: derive `<service>/SKILL.md` from the `aws` command, or consult `service-index.md`\n\n**\\<service\\>/SKILL.md** contains:\n- YAML frontmatter (`name: aws-<service>`, `description`)\n- Service overview and common workflow examples\n- Covered command groups, and a command reference table mapping each group to its file\n\n**\\<service\\>/index.md** contains:\n- Quick reference table of all subcommands\n- Global options reference\n\n**\\<service\\>/\\<group\\>.md** files each contain:\n- All commands in that group with description, required/optional parameter tables, and JSON output schema\n\nProgressive disclosure — router -> `<service>/SKILL.md` -> group files — means Claude loads only the specific command groups needed for a task, instead of a monolithic reference.",
  "bytes": 28137,
  "sha": "9ea514a666e1265d88409f18b6113a34be619e722d7af12f5b594a46cce7ae69",
  "repo_slug": "chrishuffman5/awscliskills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_chrishuffman5_awscliskills_9ea4867b/readme"
}