aws-cdk-wrapper

Enforce consistent AWS CDK project structure and coding standards.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/cr330326/AgentSkill --skill aws-cdk-wrapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-cdk-wrapper
Source: https://github.com/cr330326/AgentSkill/tree/main/validate/skill-tool-wrapper/evals/output/eval-5
Command: npx skills add https://github.com/cr330326/AgentSkill --skill aws-cdk-wrapper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS CDK (TypeScript) 编码规范与最佳实践封装,帮助团队在定义云基础设施时自动加载统一的约定和服务规范,提升部署一致性与可维护性。

Core Features & Use Cases

  • 提供按服务拆分的规范文件布局(VPC、Lambda、DynamoDB、IAM、CloudFront、S3、Step Functions、API Gateway 等),实现分层加载和按需路由。
  • 支持跨项目的规范复用、审查与一致性验证,适用于新建项目、现有项目合规升级以及团队评审。
  • 通过 SKILL.md frontmatter 作为入口元数据,确保具备名称与描述字段,为发现和推理提供可靠入口。

Quick Start

Start by loading AWS CDK wrapper guidelines and references to enforce project-wide conventions.

Frequently Asked Questions about aws-cdk-wrapper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce consistent AWS CDK project structure and best practices across my team?

You can enforce consistent AWS CDK coding standards by applying per-service conventions for VPC, Lambda, and DynamoDB with on-demand loading. This standardizes IaC definitions, validates SKILL.md metadata, and ensures safety compliance checks are in place.

What is the best way to manage large AWS CDK infrastructure codebases without performance issues?

Managing large AWS CDK codebases is handled through per-service convention files with on-demand loading and routing. This optimizes performance by loading specific service guidelines like IAM or Step Functions only when needed.

Can I use this approach to upgrade existing AWS CDK projects for compliance?

Yes, you can use this approach for existing project compliance upgrades and team reviews. It validates the presence of SKILL.md metadata, supports modular resources via scripts and references, and ensures safety checks are applied.

How does per-service convention loading work for AWS CDK services like S3 and API Gateway?

Per-service convention loading works by applying specific coding standards for services like S3, API Gateway, and CloudFront on demand. This layered loading routes to the exact service specifications required, optimizing large codebase management.

Do I need a specific metadata format to standardize AWS CDK definitions?

You need SKILL.md frontmatter as entry metadata to standardize AWS CDK definitions. It ensures the presence of name and description fields, providing a reliable entry point for discovery and reasoning across project conventions.