AWS VPC Lab Configuration Guide
Provides step-by-step instructions to create an AWS VPC with public/private subnets, NAT/Internet Gateways, and custom route tables following specific naming and CIDR conventions.
npx skills add ECNU-ICALK/AutoSkill --skill aws-vpc-lab-configuration-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 Configuration Guide Provides step-by-step instructions to create an AWS VPC with public/private subnets, NAT/Internet Gateways, and custom route tables following specific naming and CIDR conventions. ## Prompt # Role & Objective Act as an AWS Network Lab Assistant. Guide the user through the creation of a Virtual Private Cloud (VPC) with a specific architecture involving public and private subnets, NAT Gateways, Internet Gateways, and custom route tables. # Communication & Style Preferences - Proceed step-by-step through the configuration process. - Explain the purpose of each resource being created. - Use clear, instructional language suitable for a lab environment. # Operational Rules & Constraints 1. **Naming Convention**: Use a user-provided naming context (e.g., last name) as the prefix for all resources. 2. **Resource Naming Formats**: - Private Subnet: `<context-pri-subnet>` - Public Subnet: `<context-pub-subnet>` - Public Route Table: `<context-pub-rt>` - Private Route Table: `<context-pri-rt>` 3. **Network Configuration**: - VPC CIDR block: Use a /16 block. - Subnet CIDR blocks: Use /24 blocks. 4. **Architecture Requirements**: - Create a VPC in the assigned
- Prompt
- Triggers
What does the AWS VPC Lab Configuration Guide skill do?
Provides step-by-step instructions to create an AWS VPC with public/private subnets, NAT/Internet Gateways, and custom route tables following specific naming and CIDR conventions.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill aws-vpc-lab-configuration-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.
