Agent skill · DevOps & Cloud

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/aws-vpc-lab-configuration-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going