{"id":"8f6b1fa6-7a9c-4e79-90b8-70874acbe424","shortId":"WeLZcu","kind":"skill","title":"aws-cdk-python-setup","tagline":"Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS.","description":"# AWS CDK Python Setup Instructions\n\nThis skill provides setup guidance for working with **AWS CDK (Cloud Development Kit)** projects using **Python**.\n\n---\n\n## Prerequisites\n\nBefore starting, ensure the following tools are installed:\n\n- **Node.js** ≥ 14.15.0 — Required for the AWS CDK CLI\n- **Python** ≥ 3.7 — Used for writing CDK code\n- **AWS CLI** — Manages credentials and resources\n- **Git** — Version control and project management\n\n---\n\n## Installation Steps\n\n### 1. Install AWS CDK CLI\n```bash\nnpm install -g aws-cdk\ncdk --version\n```\n\n### 2. Configure AWS Credentials\n```bash\n# Install AWS CLI (if not installed)\nbrew install awscli\n\n# Configure credentials\naws configure\n```\nEnter your AWS Access Key, Secret Access Key, default region, and output format when prompted.\n\n### 3. Create a New CDK Project\n```bash\nmkdir my-cdk-project\ncd my-cdk-project\ncdk init app --language python\n```\n\nYour project will include:\n- `app.py` — Main application entry point\n- `my_cdk_project/` — CDK stack definitions\n- `requirements.txt` — Python dependencies\n- `cdk.json` — Configuration file\n\n### 4. Set Up Python Virtual Environment\n```bash\n# macOS/Linux\nsource .venv/bin/activate\n\n# Windows\n.venv\\Scripts\\activate\n```\n\n### 5. Install Python Dependencies\n```bash\npip install -r requirements.txt\n```\nPrimary dependencies:\n- `aws-cdk-lib` — Core CDK constructs\n- `constructs` — Base construct library\n\n---\n\n## Development Workflow\n\n### Synthesize CloudFormation Templates\n```bash\ncdk synth\n```\nGenerates `cdk.out/` containing CloudFormation templates.\n\n### Deploy Stacks to AWS\n```bash\ncdk deploy\n```\nReviews and confirms deployment to the configured AWS account.\n\n### Bootstrap (First Deployment Only)\n```bash\ncdk bootstrap\n```\nPrepares environment resources like S3 buckets for asset storage.\n\n---\n\n## Best Practices\n\n- Always activate the virtual environment before working.\n- Run `cdk diff` before deployment to preview changes.\n- Use development accounts for testing.\n- Follow Pythonic naming and directory conventions.\n- Keep `requirements.txt` pinned for consistent builds.\n\n---\n\n## Troubleshooting Tips\n\nIf issues occur, check:\n\n- AWS credentials are correctly configured.\n- Default region is set properly.\n- Node.js and Python versions meet minimum requirements.\n- Run `cdk doctor` to diagnose environment issues.","tags":["aws","cdk","python","setup","awesome","copilot","github","agent-skills","agents","custom-agents","github-copilot","hacktoberfest"],"capabilities":["skill","source-github","skill-aws-cdk-python-setup","topic-agent-skills","topic-agents","topic-awesome","topic-custom-agents","topic-github-copilot","topic-hacktoberfest","topic-prompt-engineering"],"categories":["awesome-copilot"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/github/awesome-copilot/aws-cdk-python-setup","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add github/awesome-copilot","source_repo":"https://github.com/github/awesome-copilot","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 33270 github stars · SKILL.md body (2,316 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T18:52:05.467Z","embedding":null,"createdAt":"2026-04-18T20:31:39.615Z","updatedAt":"2026-05-18T18:52:05.467Z","lastSeenAt":"2026-05-18T18:52:05.467Z","tsv":"'1':97 '14.15.0':69 '2':111 '3':144 '3.7':77 '4':187 '5':201 'access':132,135 'account':251,287 'activ':200,271 'alway':270 'app':163 'app.py':170 'applic':17,172 'asset':266 'aw':2,12,37,38,51,73,83,99,107,113,117,127,131,213,239,250,308 'aws-cdk':106 'aws-cdk-lib':212 'aws-cdk-python-setup':1 'awsc':124 'base':220 'bash':102,115,150,193,205,228,240,256 'best':268 'bootstrap':252,258 'brew':122 'bucket':264 'build':301 'cd':156 'cdk':3,13,30,39,52,74,81,100,108,109,148,154,159,161,176,178,214,217,229,241,257,278,326 'cdk.json':184 'cdk.out':232 'chang':284 'check':307 'cli':75,84,101,118 'cloud':14,53 'cloudform':226,234 'code':82 'configur':25,112,125,128,185,249,312 'confirm':245 'consist':300 'construct':218,219,221 'contain':233 'control':91 'convent':295 'core':216 'correct':311 'creat':28,145 'credenti':86,114,126,309 'default':137,313 'definit':180 'depend':33,183,204,211 'deploy':35,236,242,246,254,281 'develop':11,15,54,223,286 'diagnos':329 'diff':279 'directori':294 'doctor':327 'enabl':22 'ensur':62 'enter':129 'entri':173 'environ':26,192,260,274,330 'file':186 'first':253 'follow':64,290 'format':141 'g':105 'generat':231 'git':89 'guid':9 'guidanc':47 'includ':169 'init':162 'initi':8 'instal':67,95,98,104,116,121,123,202,207 'instruct':42 'issu':305,331 'keep':296 'key':133,136 'kit':16,55 'languag':164 'lib':215 'librari':222 'like':262 'macos/linux':194 'main':171 'manag':32,85,94 'meet':322 'minimum':323 'mkdir':151 'my-cdk-project':152,157 'name':292 'new':29,147 'node.js':68,318 'npm':103 'occur':306 'output':140 'pin':298 'pip':206 'point':174 'practic':269 'prepar':259 'prerequisit':27,59 'preview':283 'primari':210 'project':31,56,93,149,155,160,167,177 'prompt':143 'proper':317 'provid':45 'python':4,19,40,58,76,165,182,190,203,291,320 'r':208 'region':138,314 'requir':70,324 'requirements.txt':181,209,297 'resourc':88,261 'review':243 'run':277,325 's3':263 'script':199 'secret':134 'set':188,316 'setup':5,6,41,46 'skill':21,44 'skill-aws-cdk-python-setup' 'sourc':195 'source-github' 'stack':179,237 'start':61 'step':96 'storag':267 'synth':230 'synthes':225 'templat':227,235 'test':289 'tip':303 'tool':65 'topic-agent-skills' 'topic-agents' 'topic-awesome' 'topic-custom-agents' 'topic-github-copilot' 'topic-hacktoberfest' 'topic-prompt-engineering' 'troubleshoot':302 'use':57,78,285 'user':23 'venv':198 'venv/bin/activate':196 'version':90,110,321 'virtual':191,273 'window':197 'work':49,276 'workflow':224 'write':80","prices":[{"id":"63258e4b-0462-42cb-af05-9dd6dbaeb8e6","listingId":"8f6b1fa6-7a9c-4e79-90b8-70874acbe424","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"github","category":"awesome-copilot","install_from":"skills.sh"},"createdAt":"2026-04-18T20:31:39.615Z"}],"sources":[{"listingId":"8f6b1fa6-7a9c-4e79-90b8-70874acbe424","source":"github","sourceId":"github/awesome-copilot/aws-cdk-python-setup","sourceUrl":"https://github.com/github/awesome-copilot/tree/main/skills/aws-cdk-python-setup","isPrimary":false,"firstSeenAt":"2026-04-18T21:48:21.394Z","lastSeenAt":"2026-05-18T18:52:05.467Z"},{"listingId":"8f6b1fa6-7a9c-4e79-90b8-70874acbe424","source":"skills_sh","sourceId":"github/awesome-copilot/aws-cdk-python-setup","sourceUrl":"https://skills.sh/github/awesome-copilot/aws-cdk-python-setup","isPrimary":true,"firstSeenAt":"2026-04-18T20:31:39.615Z","lastSeenAt":"2026-05-07T22:40:33.242Z"}],"details":{"listingId":"8f6b1fa6-7a9c-4e79-90b8-70874acbe424","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"github","slug":"aws-cdk-python-setup","github":{"repo":"github/awesome-copilot","stars":33270,"topics":["agent-skills","agents","ai","awesome","custom-agents","github-copilot","hacktoberfest","prompt-engineering"],"license":"mit","html_url":"https://github.com/github/awesome-copilot","pushed_at":"2026-05-18T01:26:59Z","description":"Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.","skill_md_sha":"90b5e4903dc7fb82e2e278c7f18cab1140504fb5","skill_md_path":"skills/aws-cdk-python-setup/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/github/awesome-copilot/tree/main/skills/aws-cdk-python-setup"},"layout":"multi","source":"github","category":"awesome-copilot","frontmatter":{"name":"aws-cdk-python-setup","description":"Setup and initialization guide for developing AWS CDK (Cloud Development Kit) applications in Python. This skill enables users to configure environment prerequisites, create new CDK projects, manage dependencies, and deploy to AWS."},"skills_sh_url":"https://skills.sh/github/awesome-copilot/aws-cdk-python-setup"},"updatedAt":"2026-05-18T18:52:05.467Z"}}