[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-aws-labs-iac-scaffold":3,"mdc--468755-key":37,"related-org-aws-labs-iac-scaffold":415,"related-repo-aws-labs-iac-scaffold":595},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"iac-scaffold","scaffold AWS infrastructure as code","Scaffold new AWS infrastructure-as-code projects using CDK, Terraform, SAM, or CloudFormation. Use when creating new IaC projects, adding new stacks\u002Fmodules, or setting up deployment pipelines for AWS infrastructure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"aws-labs","AWS Labs","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Faws-labs.png","awslabs",[13,17,20,23],{"name":14,"slug":15,"type":16},"Deployment","deployment","tag",{"name":18,"slug":19,"type":16},"Terraform","terraform",{"name":21,"slug":22,"type":16},"Infrastructure as Code","infrastructure-as-code",{"name":24,"slug":25,"type":16},"AWS","aws",14,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fstartups","2026-07-12T08:40:25.485349",null,15,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"Official AWS Startups repository that hosts plugins, skills, tools and resources to support startup builders on AWS","https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fstartups\u002Ftree\u002FHEAD\u002Fsolution-architecture\u002Fplugins\u002Faws-dev-toolkit\u002Fskills\u002Fiac-scaffold","---\nname: iac-scaffold\ndescription: Scaffold new AWS infrastructure-as-code projects using CDK, Terraform, SAM, or CloudFormation. Use when creating new IaC projects, adding new stacks\u002Fmodules, or setting up deployment pipelines for AWS infrastructure.\ndisable-model-invocation: true\nargument-hint: \u003Cframework> \u003Cproject-description>\n---\n\nScaffold a new AWS IaC project.\n\n**Framework**: $ARGUMENTS[0] (cdk, terraform, sam, or cfn)\n**Description**: $ARGUMENTS[1]\n\n## Process\n\n1. Ask clarifying questions if the framework or description is unclear\n2. Use the `aws-iac` MCP tools to validate resource configurations and check for security issues\n3. Use the `awsknowledge` MCP tools (`mcp__plugin_aws-dev-toolkit_awsknowledge__aws___search_documentation`, `mcp__plugin_aws-dev-toolkit_awsknowledge__aws___read_documentation`, `mcp__plugin_aws-dev-toolkit_awsknowledge__aws___recommend`) to look up current best practices for the chosen framework\n4. Generate the project structure following the patterns in [templates\u002F](templates\u002F)\n\n## Framework-Specific Guidance\n\n### CDK (TypeScript default)\n\n- Use `cdk init app --language typescript` patterns\n- Separate stacks by lifecycle (networking, data, compute)\n- Use `cdk-nag` for compliance checks\n- Outputs for cross-stack references\n\n### Terraform\n\n- Module-per-service structure\n- Remote state in S3 + DynamoDB locking\n- Use `terraform-aws-modules` where they exist\n- Separate tfvars per environment\n\n### SAM\n\n- template.yaml at root\n- Globals section for shared Lambda config\n- Use SAM Accelerate for fast iteration\n\n### CloudFormation\n\n- Nested stacks for reuse\n- Parameters with AllowedValues for guardrails\n- Conditions for multi-environment templates\n\n## Gotchas\n\n- Always include a `.gitignore` appropriate for the framework\n- CDK: don't put secrets in context — use SSM Parameter Store or Secrets Manager\n- Terraform: never commit `.tfstate` — configure remote backend first\n- SAM: `sam local` needs Docker — mention this in the README\n- All frameworks: tag everything with at minimum `Environment`, `Project`, `Owner`\n- Include a Makefile or justfile with common commands (deploy, destroy, diff, synth)\n\n## Output\n\nGenerate the complete project structure with:\n\n1. Entry point \u002F main config file\n2. At least one example resource\n3. Environment-specific configuration\n4. README with setup instructions\n5. CI\u002FCD pipeline config (GitHub Actions default, ask if different)\n",{"data":38,"body":41},{"name":4,"description":6,"disable-model-invocation":39,"argument-hint":40},true,"\u003Cframework> \u003Cproject-description>",{"type":42,"children":43},"root",[44,52,82,89,159,165,172,211,215,245,251,269,275,293,299,376,382,387],{"type":45,"tag":46,"props":47,"children":48},"element","p",{},[49],{"type":50,"value":51},"text","Scaffold a new AWS IaC project.",{"type":45,"tag":46,"props":53,"children":54},{},[55,61,63,69,71,76,77],{"type":45,"tag":56,"props":57,"children":58},"strong",{},[59],{"type":50,"value":60},"Framework",{"type":50,"value":62},": $ARGUMENTS",{"type":45,"tag":64,"props":65,"children":66},"span",{},[67],{"type":50,"value":68},"0",{"type":50,"value":70}," (cdk, terraform, sam, or cfn)\n",{"type":45,"tag":56,"props":72,"children":73},{},[74],{"type":50,"value":75},"Description",{"type":50,"value":62},{"type":45,"tag":64,"props":78,"children":79},{},[80],{"type":50,"value":81},"1",{"type":45,"tag":83,"props":84,"children":86},"h2",{"id":85},"process",[87],{"type":50,"value":88},"Process",{"type":45,"tag":90,"props":91,"children":92},"ol",{},[93,99,113,148],{"type":45,"tag":94,"props":95,"children":96},"li",{},[97],{"type":50,"value":98},"Ask clarifying questions if the framework or description is unclear",{"type":45,"tag":94,"props":100,"children":101},{},[102,104,111],{"type":50,"value":103},"Use the ",{"type":45,"tag":105,"props":106,"children":108},"code",{"className":107},[],[109],{"type":50,"value":110},"aws-iac",{"type":50,"value":112}," MCP tools to validate resource configurations and check for security issues",{"type":45,"tag":94,"props":114,"children":115},{},[116,117,123,125,131,133,139,140,146],{"type":50,"value":103},{"type":45,"tag":105,"props":118,"children":120},{"className":119},[],[121],{"type":50,"value":122},"awsknowledge",{"type":50,"value":124}," MCP tools (",{"type":45,"tag":105,"props":126,"children":128},{"className":127},[],[129],{"type":50,"value":130},"mcp__plugin_aws-dev-toolkit_awsknowledge__aws___search_documentation",{"type":50,"value":132},", ",{"type":45,"tag":105,"props":134,"children":136},{"className":135},[],[137],{"type":50,"value":138},"mcp__plugin_aws-dev-toolkit_awsknowledge__aws___read_documentation",{"type":50,"value":132},{"type":45,"tag":105,"props":141,"children":143},{"className":142},[],[144],{"type":50,"value":145},"mcp__plugin_aws-dev-toolkit_awsknowledge__aws___recommend",{"type":50,"value":147},") to look up current best practices for the chosen framework",{"type":45,"tag":94,"props":149,"children":150},{},[151,153],{"type":50,"value":152},"Generate the project structure following the patterns in ",{"type":45,"tag":154,"props":155,"children":157},"a",{"href":156},"templates\u002F",[158],{"type":50,"value":156},{"type":45,"tag":83,"props":160,"children":162},{"id":161},"framework-specific-guidance",[163],{"type":50,"value":164},"Framework-Specific Guidance",{"type":45,"tag":166,"props":167,"children":169},"h3",{"id":168},"cdk-typescript-default",[170],{"type":50,"value":171},"CDK (TypeScript default)",{"type":45,"tag":173,"props":174,"children":175},"ul",{},[176,189,194,206],{"type":45,"tag":94,"props":177,"children":178},{},[179,181,187],{"type":50,"value":180},"Use ",{"type":45,"tag":105,"props":182,"children":184},{"className":183},[],[185],{"type":50,"value":186},"cdk init app --language typescript",{"type":50,"value":188}," patterns",{"type":45,"tag":94,"props":190,"children":191},{},[192],{"type":50,"value":193},"Separate stacks by lifecycle (networking, data, compute)",{"type":45,"tag":94,"props":195,"children":196},{},[197,198,204],{"type":50,"value":180},{"type":45,"tag":105,"props":199,"children":201},{"className":200},[],[202],{"type":50,"value":203},"cdk-nag",{"type":50,"value":205}," for compliance checks",{"type":45,"tag":94,"props":207,"children":208},{},[209],{"type":50,"value":210},"Outputs for cross-stack references",{"type":45,"tag":166,"props":212,"children":213},{"id":19},[214],{"type":50,"value":18},{"type":45,"tag":173,"props":216,"children":217},{},[218,223,228,240],{"type":45,"tag":94,"props":219,"children":220},{},[221],{"type":50,"value":222},"Module-per-service structure",{"type":45,"tag":94,"props":224,"children":225},{},[226],{"type":50,"value":227},"Remote state in S3 + DynamoDB locking",{"type":45,"tag":94,"props":229,"children":230},{},[231,232,238],{"type":50,"value":180},{"type":45,"tag":105,"props":233,"children":235},{"className":234},[],[236],{"type":50,"value":237},"terraform-aws-modules",{"type":50,"value":239}," where they exist",{"type":45,"tag":94,"props":241,"children":242},{},[243],{"type":50,"value":244},"Separate tfvars per environment",{"type":45,"tag":166,"props":246,"children":248},{"id":247},"sam",[249],{"type":50,"value":250},"SAM",{"type":45,"tag":173,"props":252,"children":253},{},[254,259,264],{"type":45,"tag":94,"props":255,"children":256},{},[257],{"type":50,"value":258},"template.yaml at root",{"type":45,"tag":94,"props":260,"children":261},{},[262],{"type":50,"value":263},"Globals section for shared Lambda config",{"type":45,"tag":94,"props":265,"children":266},{},[267],{"type":50,"value":268},"Use SAM Accelerate for fast iteration",{"type":45,"tag":166,"props":270,"children":272},{"id":271},"cloudformation",[273],{"type":50,"value":274},"CloudFormation",{"type":45,"tag":173,"props":276,"children":277},{},[278,283,288],{"type":45,"tag":94,"props":279,"children":280},{},[281],{"type":50,"value":282},"Nested stacks for reuse",{"type":45,"tag":94,"props":284,"children":285},{},[286],{"type":50,"value":287},"Parameters with AllowedValues for guardrails",{"type":45,"tag":94,"props":289,"children":290},{},[291],{"type":50,"value":292},"Conditions for multi-environment templates",{"type":45,"tag":83,"props":294,"children":296},{"id":295},"gotchas",[297],{"type":50,"value":298},"Gotchas",{"type":45,"tag":173,"props":300,"children":301},{},[302,315,320,333,346,371],{"type":45,"tag":94,"props":303,"children":304},{},[305,307,313],{"type":50,"value":306},"Always include a ",{"type":45,"tag":105,"props":308,"children":310},{"className":309},[],[311],{"type":50,"value":312},".gitignore",{"type":50,"value":314}," appropriate for the framework",{"type":45,"tag":94,"props":316,"children":317},{},[318],{"type":50,"value":319},"CDK: don't put secrets in context — use SSM Parameter Store or Secrets Manager",{"type":45,"tag":94,"props":321,"children":322},{},[323,325,331],{"type":50,"value":324},"Terraform: never commit ",{"type":45,"tag":105,"props":326,"children":328},{"className":327},[],[329],{"type":50,"value":330},".tfstate",{"type":50,"value":332}," — configure remote backend first",{"type":45,"tag":94,"props":334,"children":335},{},[336,338,344],{"type":50,"value":337},"SAM: ",{"type":45,"tag":105,"props":339,"children":341},{"className":340},[],[342],{"type":50,"value":343},"sam local",{"type":50,"value":345}," needs Docker — mention this in the README",{"type":45,"tag":94,"props":347,"children":348},{},[349,351,357,358,364,365],{"type":50,"value":350},"All frameworks: tag everything with at minimum ",{"type":45,"tag":105,"props":352,"children":354},{"className":353},[],[355],{"type":50,"value":356},"Environment",{"type":50,"value":132},{"type":45,"tag":105,"props":359,"children":361},{"className":360},[],[362],{"type":50,"value":363},"Project",{"type":50,"value":132},{"type":45,"tag":105,"props":366,"children":368},{"className":367},[],[369],{"type":50,"value":370},"Owner",{"type":45,"tag":94,"props":372,"children":373},{},[374],{"type":50,"value":375},"Include a Makefile or justfile with common commands (deploy, destroy, diff, synth)",{"type":45,"tag":83,"props":377,"children":379},{"id":378},"output",[380],{"type":50,"value":381},"Output",{"type":45,"tag":46,"props":383,"children":384},{},[385],{"type":50,"value":386},"Generate the complete project structure with:",{"type":45,"tag":90,"props":388,"children":389},{},[390,395,400,405,410],{"type":45,"tag":94,"props":391,"children":392},{},[393],{"type":50,"value":394},"Entry point \u002F main config file",{"type":45,"tag":94,"props":396,"children":397},{},[398],{"type":50,"value":399},"At least one example resource",{"type":45,"tag":94,"props":401,"children":402},{},[403],{"type":50,"value":404},"Environment-specific configuration",{"type":45,"tag":94,"props":406,"children":407},{},[408],{"type":50,"value":409},"README with setup instructions",{"type":45,"tag":94,"props":411,"children":412},{},[413],{"type":50,"value":414},"CI\u002FCD pipeline config (GitHub Actions default, ask if different)",{"items":416,"total":594},[417,436,457,467,480,493,503,513,534,549,564,579],{"slug":418,"name":418,"fn":419,"description":420,"org":421,"tags":422,"stars":433,"repoUrl":434,"updatedAt":435},"agentcore-investigation","investigate Bedrock AgentCore runtime sessions","Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session\u002Ftrace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[423,424,427,430],{"name":24,"slug":25,"type":16},{"name":425,"slug":426,"type":16},"Debugging","debugging",{"name":428,"slug":429,"type":16},"Logs","logs",{"name":431,"slug":432,"type":16},"Observability","observability",9427,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fmcp","2026-07-12T08:37:22.601527",{"slug":437,"name":438,"fn":439,"description":440,"org":441,"tags":442,"stars":433,"repoUrl":434,"updatedAt":456},"amazon-aurora-dsql","amazon aurora dsql","build applications with Aurora DSQL","Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, FK replacement code generation, OCC retry patterns, ORM migration (Django\u002FHibernate\u002FRails), DDL operations, query plan explainability, SQL compatibility validation, and bulk data loading. Triggers on phrases like: DSQL, Aurora DSQL, create DSQL table, DSQL schema, migrate to DSQL, distributed SQL database, serverless PostgreSQL-compatible database, DSQL query plan, DSQL EXPLAIN ANALYZE, why is my DSQL query slow, DSQL foreign key, DSQL OCC retry, DSQL multi-region, load into DSQL, load CSV into DSQL, bulk load DSQL, aurora-dsql-loader.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[443,446,447,450,453],{"name":444,"slug":445,"type":16},"Aurora","aurora",{"name":24,"slug":25,"type":16},{"name":448,"slug":449,"type":16},"Database","database",{"name":451,"slug":452,"type":16},"Serverless","serverless",{"name":454,"slug":455,"type":16},"SQL","sql","2026-07-12T08:36:45.053393",{"slug":458,"name":459,"fn":439,"description":440,"org":460,"tags":461,"stars":433,"repoUrl":434,"updatedAt":466},"aurora-dsql","aurora dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[462,463,464,465],{"name":24,"slug":25,"type":16},{"name":448,"slug":449,"type":16},{"name":451,"slug":452,"type":16},{"name":454,"slug":455,"type":16},"2026-07-12T08:36:42.694299",{"slug":468,"name":469,"fn":439,"description":440,"org":470,"tags":471,"stars":433,"repoUrl":434,"updatedAt":479},"aws-dsql","aws dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[472,473,474,477,478],{"name":24,"slug":25,"type":16},{"name":448,"slug":449,"type":16},{"name":475,"slug":476,"type":16},"Migration","migration",{"name":451,"slug":452,"type":16},{"name":454,"slug":455,"type":16},"2026-07-12T08:36:38.584057",{"slug":481,"name":482,"fn":439,"description":440,"org":483,"tags":484,"stars":433,"repoUrl":434,"updatedAt":492},"distributed-postgres","distributed postgres",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[485,486,487,490,491],{"name":24,"slug":25,"type":16},{"name":448,"slug":449,"type":16},{"name":488,"slug":489,"type":16},"PostgreSQL","postgresql",{"name":451,"slug":452,"type":16},{"name":454,"slug":455,"type":16},"2026-07-12T08:36:46.530743",{"slug":494,"name":495,"fn":439,"description":440,"org":496,"tags":497,"stars":433,"repoUrl":434,"updatedAt":502},"distributed-sql","distributed sql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[498,499,500,501],{"name":24,"slug":25,"type":16},{"name":448,"slug":449,"type":16},{"name":451,"slug":452,"type":16},{"name":454,"slug":455,"type":16},"2026-07-12T08:36:48.104182",{"slug":504,"name":504,"fn":439,"description":440,"org":505,"tags":506,"stars":433,"repoUrl":434,"updatedAt":512},"dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[507,508,509,510,511],{"name":24,"slug":25,"type":16},{"name":448,"slug":449,"type":16},{"name":475,"slug":476,"type":16},{"name":451,"slug":452,"type":16},{"name":454,"slug":455,"type":16},"2026-07-12T08:36:36.374512",{"slug":514,"name":514,"fn":515,"description":516,"org":517,"tags":518,"stars":531,"repoUrl":532,"updatedAt":533},"cost-efficiency-analyzer","analyze cost efficiency and expenses","Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for \"are we spending too much\", \"cost breakdown\", \"expense analysis\", or \"how efficient are our operations\". NOT for revenue or top-line analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[519,522,525,528],{"name":520,"slug":521,"type":16},"Accounting","accounting",{"name":523,"slug":524,"type":16},"Analytics","analytics",{"name":526,"slug":527,"type":16},"Cost Optimization","cost-optimization",{"name":529,"slug":530,"type":16},"Finance","finance",3176,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fagentcore-samples","2026-07-12T08:40:03.29555",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":531,"repoUrl":532,"updatedAt":548},"executive-financial-briefing","generate executive financial briefings","Generates a concise executive-level financial briefing or summary suitable for a CEO, CFO, or board presentation. Use when the user asks for a summary, briefing, executive summary, board update, financial overview, financial health check, or \"how is the business doing\". Covers the full P&L picture in one page. Also use for \"give me the highlights\", \"what do I need to know\", or \"quick financial update\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[540,541,542,545],{"name":24,"slug":25,"type":16},{"name":529,"slug":530,"type":16},{"name":543,"slug":544,"type":16},"Management","management",{"name":546,"slug":547,"type":16},"Reporting","reporting","2026-07-12T08:40:02.066471",{"slug":550,"name":550,"fn":551,"description":552,"org":553,"tags":554,"stars":531,"repoUrl":532,"updatedAt":563},"multi-quarter-trend-analysis","analyze multi-quarter financial trends","Analyzes financial trends across multiple quarters by comparing P&L metrics over time. Use when the user wants to see trends, patterns, trajectories, or directional movement across 3 or more quarters. Also use for \"how are we trending\", \"show me the trend\", \"track performance over time\", \"quarter over quarter comparison across all quarters\", or any multi-period longitudinal analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[555,556,557,560],{"name":523,"slug":524,"type":16},{"name":529,"slug":530,"type":16},{"name":558,"slug":559,"type":16},"Financial Statements","financial-statements",{"name":561,"slug":562,"type":16},"Variance Analysis","variance-analysis","2026-07-12T08:40:00.79141",{"slug":565,"name":565,"fn":566,"description":567,"org":568,"tags":569,"stars":531,"repoUrl":532,"updatedAt":578},"pdf","process and manipulate PDF documents","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[570,573,576],{"name":571,"slug":572,"type":16},"Automation","automation",{"name":574,"slug":575,"type":16},"Documents","documents",{"name":577,"slug":565,"type":16},"PDF","2026-07-12T08:41:44.135656",{"slug":580,"name":580,"fn":581,"description":582,"org":583,"tags":584,"stars":531,"repoUrl":532,"updatedAt":593},"quarterly-kpi-calculator","calculate quarterly financial KPIs","Calculates quarterly financial KPIs from P&L data. P&L figures can be provided directly by the user or fetched from the financial data MCP server. Use when the user wants KPI calculations such as Gross Margin %, EBITDA Margin %, Operating Expense Ratio, or Revenue Growth % QoQ. Also use for quarterly performance review, P&L analysis, or interpreting financial ratios against benchmarks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[585,586,589,590],{"name":520,"slug":521,"type":16},{"name":587,"slug":588,"type":16},"Data Analysis","data-analysis",{"name":529,"slug":530,"type":16},{"name":591,"slug":592,"type":16},"KPI","kpi","2026-07-12T08:39:59.54971",150,{"items":596,"total":689},[597,611,626,638,650,663,674],{"slug":598,"name":598,"fn":599,"description":600,"org":601,"tags":602,"stars":26,"repoUrl":27,"updatedAt":610},"agentcore","design Amazon Bedrock AgentCore architectures","Deep-dive into Amazon Bedrock AgentCore platform design, service selection, deployment, and production operations. This skill should be used when the user asks to \"design an AgentCore architecture\", \"deploy agents on AgentCore\", \"configure AgentCore Runtime\", \"set up AgentCore Memory\", \"use AgentCore Gateway\", \"configure AgentCore Identity\", \"set up AgentCore Policy\", \"plan agent observability\", \"evaluate agent quality\", \"move agent PoC to production\", or mentions AgentCore, AgentCore Runtime, AgentCore Memory, AgentCore Gateway, AgentCore Identity, AgentCore Policy, AgentCore Evaluations, AgentCore Code Interpreter, AgentCore Browser, A2A protocol, or multi-agent orchestration on AWS.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[603,606,609],{"name":604,"slug":605,"type":16},"Agents","agents",{"name":607,"slug":608,"type":16},"Architecture","architecture",{"name":24,"slug":25,"type":16},"2026-07-12T08:40:11.108951",{"slug":612,"name":612,"fn":613,"description":614,"org":615,"tags":616,"stars":26,"repoUrl":27,"updatedAt":625},"aidlc-lite","develop AI applications on AWS","Lightweight AI development lifecycle for building on AWS. A simplified take on the AI-DLC philosophy — think together, then build fast. Acts as a design partner that understands intent, proposes alternatives with trade-offs, and ships working code without the ceremony of full requirements\u002Fdesign\u002Fspec documents. Use when a founder says \"build X on AWS\", \"add Y to my stack\", \"scaffold an API\", or \"write the CDK for Z\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[617,618,621,622],{"name":604,"slug":605,"type":16},{"name":619,"slug":620,"type":16},"AI Infrastructure","ai-infrastructure",{"name":24,"slug":25,"type":16},{"name":623,"slug":624,"type":16},"Engineering","engineering","2026-07-12T08:40:40.204103",{"slug":627,"name":627,"fn":628,"description":629,"org":630,"tags":631,"stars":26,"repoUrl":27,"updatedAt":637},"architect-for-startups","advise on AWS architecture for startups","AWS architecture advisor tailored specifically for startups. Alters AWS architecture recommendations based on startup stage (pre-revenue through Series B+), team size, runway, and credits. ALWAYS use when asked about building on AWS, choosing services, planning infrastructure, managing costs with credits, or preparing architecture for fundraising.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[632,633,634],{"name":607,"slug":608,"type":16},{"name":24,"slug":25,"type":16},{"name":635,"slug":636,"type":16},"Strategy","strategy","2026-07-12T08:41:33.557354",{"slug":639,"name":639,"fn":640,"description":641,"org":642,"tags":643,"stars":26,"repoUrl":27,"updatedAt":649},"aws-architect","design and review AWS architectures","Design and review AWS architectures following Well-Architected Framework principles. Use when planning new infrastructure, reviewing existing architectures, evaluating trade-offs between AWS services, or when asked about AWS best practices.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[644,645,646],{"name":607,"slug":608,"type":16},{"name":24,"slug":25,"type":16},{"name":647,"slug":648,"type":16},"Infrastructure","infrastructure","2026-07-12T08:40:57.630086",{"slug":651,"name":651,"fn":652,"description":653,"org":654,"tags":655,"stars":26,"repoUrl":27,"updatedAt":662},"aws-compare","compare AWS architecture options","Compare 2-3 AWS architecture options side-by-side across cost, complexity, performance, security, and operational burden. Use when evaluating trade-offs between approaches or when the user is deciding between options.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[656,657,658,659],{"name":607,"slug":608,"type":16},{"name":24,"slug":25,"type":16},{"name":526,"slug":527,"type":16},{"name":660,"slug":661,"type":16},"Security","security","2026-07-12T08:40:23.960287",{"slug":664,"name":664,"fn":665,"description":666,"org":667,"tags":668,"stars":26,"repoUrl":27,"updatedAt":673},"aws-debug","debug AWS infrastructure and deployment failures","Debug AWS infrastructure issues, deployment failures, and runtime errors. Use when troubleshooting CloudFormation stack failures, Lambda errors, ECS task failures, permission issues, networking problems, or any AWS service misbehavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[669,670,671,672],{"name":24,"slug":25,"type":16},{"name":425,"slug":426,"type":16},{"name":14,"slug":15,"type":16},{"name":431,"slug":432,"type":16},"2026-07-12T08:40:16.767171",{"slug":675,"name":675,"fn":676,"description":677,"org":678,"tags":679,"stars":26,"repoUrl":27,"updatedAt":688},"aws-diagram","generate AWS architecture diagrams","Generate AWS architecture diagrams in Mermaid or ASCII from a description, existing IaC, or conversation context. Use when the user wants to visualize an architecture.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[680,681,682,685],{"name":607,"slug":608,"type":16},{"name":24,"slug":25,"type":16},{"name":683,"slug":684,"type":16},"Diagrams","diagrams",{"name":686,"slug":687,"type":16},"Visualization","visualization","2026-07-12T08:40:43.26341",42]