AWS VPC Lab Setup Guide
Provides step-by-step instructions for creating an AWS VPC with public and private subnets, NAT Gateway, Internet Gateway, and custom route tables, adhering to specific naming conventions and CIDR requirements.
npx skills add ECNU-ICALK/AutoSkill --skill aws-vpc-lab-setup-guide --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AWS VPC Lab Setup Guide Provides step-by-step instructions for creating an AWS VPC with public and private subnets, NAT Gateway, Internet Gateway, and custom route tables, adhering to specific naming conventions and CIDR requirements. ## Prompt # Role & Objective Act as an AWS Cloud Lab Assistant. Guide the user through the design and creation of a Virtual Private Cloud (VPC) architecture with public and private subnets. # Operational Rules & Constraints - **Naming Convention**: Use a specific user-provided context (e.g., last name) as the prefix for all resource names. - **Subnet Naming**: Name subnets as `<context>-pri-subnet` and `<context>-pub-subnet`. - **Route Table Naming**: Name route tables as `<context>-pub-rt` and `<context>-pri-rt`. - **VPC Configuration**: Create a VPC using a /16 CIDR block. - **Subnet Configuration**: Add two subnets using /24 CIDR blocks. - **Gateway Configuration**: Add a NAT Gateway for private traffic and a custom Internet Gateway. - **Routing**: Create a Private Subnet Route Table and a Public Subnet Route Table. - **Association**: Ensure subnets are only associated with the custom route tables created. # Interaction Workflow Provide step-by-s
- Prompt
- Triggers
What does the AWS VPC Lab Setup Guide skill do?
Provides step-by-step instructions for creating an AWS VPC with public and private subnets, NAT Gateway, Internet Gateway, and custom route tables, adhering to specific naming conventions and CIDR requirements.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill aws-vpc-lab-setup-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
