[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-aws-labs-directory-management":3,"mdc--mhpefz-key":40,"related-repo-aws-labs-directory-management":157,"related-org-aws-labs-directory-management":265},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":35,"sourceUrl":38,"mdContent":39},"directory-management","organize project directories and artifacts","Manages project directory setup and artifact organization. Use when starting a new project, resuming an existing one, or when a PLAN.md needs to be associated with a project directory. Creates the project folder structure (specs\u002F, scripts\u002F, notebooks\u002F, manifests\u002F, agent_memory\u002F) and resolves project naming.",{"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],{"name":14,"slug":15,"type":16},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Process Documentation","process-documentation",{"name":21,"slug":22,"type":16},"Engineering","engineering",831,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fagent-plugins","2026-07-12T08:39:23.336947",null,127,[29,30,31,32,33,34],"agent-plugins","agent-skills","agents","aws","coding-agent-skills","coding-agents",{"repoUrl":24,"stars":23,"forks":27,"topics":36,"description":37},[29,30,31,32,33,34],"Agent Plugins for AWS equip AI coding agents with the skills to help you architect, deploy, and operate on AWS.","https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fagent-plugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fsagemaker-ai\u002Fskills\u002Fdirectory-management","---\nname: directory-management\ndescription: Manages project directory setup and artifact organization. Use when starting a new project, resuming an existing one, or when a PLAN.md needs to be associated with a project directory. Creates the project folder structure (specs\u002F, scripts\u002F, notebooks\u002F, manifests\u002F, agent_memory\u002F) and resolves project naming.\nmetadata:\n  version: \"1.0.0\"\n---\n\n# Directory Management\n\n## Project Setup\n\nBefore any work begins, resolve the project name:\n\n1. If the project name is already known from conversation context, use it.\n2. Otherwise, scan for existing `*\u002FPLAN.md` files in the current directory. If found, ask the user if they are resuming an existing project and load that `PLAN.md` into context.\n3. If no existing projects are found, recommend a ≤64-char lowercase slug based on what you know from the conversation (only `[a-z0-9-]`), or ask directly if there isn't enough context. Present the recommended name and wait for user confirmation.\n\nOnce project name is resolved:\n\n1. Create and\u002For use the `\u003Cexperiment-name>\u002F` directory using the confirmed name for storing all the artifacts\n\n## Directory Structure\n\nWhen working with the agent, all generated files are organized under an project directory.\n\n```\n\u003Cproject-name>\u002F\n├── specs\u002F  \n│   ├── PLAN.md             # Your customization plan\n├── scripts\u002F                # Generated Python scripts\n│   ├── \u003Cproject-name>_transform_fn.py\n├── notebooks\u002F              # Generated Jupyter notebooks\n│   ├── \u003Cproject-name>.ipynb\n├── manifests\u002F              # Machine-readable outputs (JSON)\n└── agent_memory\u002F           # Session persistence (git-ignored)\n    └── session-notes.md    # Progress, artifacts, next steps\n```\n",{"data":41,"body":44},{"name":4,"description":6,"metadata":42},{"version":43},"1.0.0",{"type":45,"children":46},"root",[47,55,62,68,113,118,134,140,145],{"type":48,"tag":49,"props":50,"children":51},"element","h1",{"id":4},[52],{"type":53,"value":54},"text","Directory Management",{"type":48,"tag":56,"props":57,"children":59},"h2",{"id":58},"project-setup",[60],{"type":53,"value":61},"Project Setup",{"type":48,"tag":63,"props":64,"children":65},"p",{},[66],{"type":53,"value":67},"Before any work begins, resolve the project name:",{"type":48,"tag":69,"props":70,"children":71},"ol",{},[72,78,100],{"type":48,"tag":73,"props":74,"children":75},"li",{},[76],{"type":53,"value":77},"If the project name is already known from conversation context, use it.",{"type":48,"tag":73,"props":79,"children":80},{},[81,83,90,92,98],{"type":53,"value":82},"Otherwise, scan for existing ",{"type":48,"tag":84,"props":85,"children":87},"code",{"className":86},[],[88],{"type":53,"value":89},"*\u002FPLAN.md",{"type":53,"value":91}," files in the current directory. If found, ask the user if they are resuming an existing project and load that ",{"type":48,"tag":84,"props":93,"children":95},{"className":94},[],[96],{"type":53,"value":97},"PLAN.md",{"type":53,"value":99}," into context.",{"type":48,"tag":73,"props":101,"children":102},{},[103,105,111],{"type":53,"value":104},"If no existing projects are found, recommend a ≤64-char lowercase slug based on what you know from the conversation (only ",{"type":48,"tag":84,"props":106,"children":108},{"className":107},[],[109],{"type":53,"value":110},"[a-z0-9-]",{"type":53,"value":112},"), or ask directly if there isn't enough context. Present the recommended name and wait for user confirmation.",{"type":48,"tag":63,"props":114,"children":115},{},[116],{"type":53,"value":117},"Once project name is resolved:",{"type":48,"tag":69,"props":119,"children":120},{},[121],{"type":48,"tag":73,"props":122,"children":123},{},[124,126,132],{"type":53,"value":125},"Create and\u002For use the ",{"type":48,"tag":84,"props":127,"children":129},{"className":128},[],[130],{"type":53,"value":131},"\u003Cexperiment-name>\u002F",{"type":53,"value":133}," directory using the confirmed name for storing all the artifacts",{"type":48,"tag":56,"props":135,"children":137},{"id":136},"directory-structure",[138],{"type":53,"value":139},"Directory Structure",{"type":48,"tag":63,"props":141,"children":142},{},[143],{"type":53,"value":144},"When working with the agent, all generated files are organized under an project directory.",{"type":48,"tag":146,"props":147,"children":151},"pre",{"className":148,"code":150,"language":53},[149],"language-text","\u003Cproject-name>\u002F\n├── specs\u002F  \n│   ├── PLAN.md             # Your customization plan\n├── scripts\u002F                # Generated Python scripts\n│   ├── \u003Cproject-name>_transform_fn.py\n├── notebooks\u002F              # Generated Jupyter notebooks\n│   ├── \u003Cproject-name>.ipynb\n├── manifests\u002F              # Machine-readable outputs (JSON)\n└── agent_memory\u002F           # Session persistence (git-ignored)\n    └── session-notes.md    # Progress, artifacts, next steps\n",[152],{"type":48,"tag":84,"props":153,"children":155},{"__ignoreMap":154},"",[156],{"type":53,"value":150},{"items":158,"total":264},[159,177,197,209,226,239,249],{"slug":160,"name":160,"fn":161,"description":162,"org":163,"tags":164,"stars":23,"repoUrl":24,"updatedAt":176},"amazon-location-service","integrate Amazon Location Service maps","Integrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[165,168,170,173],{"name":166,"slug":167,"type":16},"API Development","api-development",{"name":169,"slug":32,"type":16},"AWS",{"name":171,"slug":172,"type":16},"Maps","maps",{"name":174,"slug":175,"type":16},"Navigation","navigation","2026-07-12T08:39:49.88311",{"slug":178,"name":178,"fn":179,"description":180,"org":181,"tags":182,"stars":23,"repoUrl":24,"updatedAt":196},"amplify-workflow","build and deploy apps with AWS Amplify","Build and deploy full-stack web and mobile apps with AWS Amplify Gen2 (TypeScript code-first). Covers auth (Cognito), data (AppSync\u002FDynamoDB including schema modeling, enum types, relationships, authorization rules), storage (S3), functions, APIs, and AI (Amplify AI Kit with Bedrock). Supports React, Next.js, Vue, Angular, React Native, Flutter, Swift, and Android. Always use this skill for Amplify Gen2 topics — even for questions you think you know — it contains validated, version-specific patterns that prevent common mistakes. TRIGGER when: user mentions Amplify Gen2; project has amplify\u002F directory or amplify_outputs; code imports @aws-amplify packages; user asks about defineBackend, defineAuth, defineData, defineStorage, or npx ampx. SKIP: Amplify Gen1 (amplify CLI v6), standalone SAM\u002FCDK without Amplify (use aws-serverless), direct Bedrock without Amplify AI Kit (use bedrock).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[183,186,187,190,193],{"name":184,"slug":185,"type":16},"Auth","auth",{"name":169,"slug":32,"type":16},{"name":188,"slug":189,"type":16},"Database","database",{"name":191,"slug":192,"type":16},"Deployment","deployment",{"name":194,"slug":195,"type":16},"TypeScript","typescript","2026-07-12T08:39:43.500162",{"slug":198,"name":198,"fn":199,"description":200,"org":201,"tags":202,"stars":23,"repoUrl":24,"updatedAt":208},"api-gateway","build and manage Amazon API Gateway APIs","Build, manage, and operate APIs with Amazon API Gateway (REST, HTTP, and WebSocket). Triggers on phrases like: API Gateway, REST API, HTTP API, WebSocket API, custom domain, Lambda authorizer, usage plan, throttling, CORS, VPC link, private API. Also covers troubleshooting API Gateway errors (4xx, 5xx, timeout, CORS failures) and IaC templates containing API Gateway resources. For general REST API design unrelated to AWS, do not trigger.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[203,204,205],{"name":166,"slug":167,"type":16},{"name":169,"slug":32,"type":16},{"name":206,"slug":207,"type":16},"REST API","rest-api","2026-07-12T08:39:00.149339",{"slug":210,"name":210,"fn":211,"description":212,"org":213,"tags":214,"stars":23,"repoUrl":24,"updatedAt":225},"aws-architecture-diagram","generate AWS architecture diagrams","Generate validated AWS architecture diagrams as draw.io XML using official AWS4 icon libraries. Use this skill whenever the user wants to create, generate, or design AWS architecture diagrams, cloud infrastructure diagrams, or system design visuals. Also triggers for requests to visualize existing infrastructure from CloudFormation, CDK, or Terraform code. Supports two modes: analyze an existing codebase to auto-generate diagrams, or brainstorm interactively from scratch. Exports .drawio files with optional PNG\u002FSVG\u002FPDF export via draw.io desktop CLI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[215,218,219,222],{"name":216,"slug":217,"type":16},"Architecture","architecture",{"name":169,"slug":32,"type":16},{"name":220,"slug":221,"type":16},"Design","design",{"name":223,"slug":224,"type":16},"Diagrams","diagrams","2026-07-12T08:37:11.012278",{"slug":227,"name":227,"fn":228,"description":229,"org":230,"tags":231,"stars":23,"repoUrl":24,"updatedAt":238},"aws-lambda","build and deploy AWS Lambda functions","Design, build, deploy, test, and debug serverless applications with AWS Lambda. Triggers on phrases like: Lambda function, event source, serverless application, API Gateway, EventBridge, Step Functions, serverless API, event-driven architecture, Lambda trigger. For deploying non-serverless apps to AWS, use deploy-on-aws plugin instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[232,233,234,235],{"name":166,"slug":167,"type":16},{"name":169,"slug":32,"type":16},{"name":191,"slug":192,"type":16},{"name":236,"slug":237,"type":16},"Serverless","serverless","2026-07-12T08:38:58.598492",{"slug":240,"name":240,"fn":241,"description":242,"org":243,"tags":244,"stars":23,"repoUrl":24,"updatedAt":248},"aws-lambda-durable-functions","build resilient AWS Lambda durable functions","Build resilient, long-running, multi-step applications with AWS Lambda durable functions with automatic state persistence, retry logic, and orchestration for long-running executions. Covers the critical replay model, step operations, wait\u002Fcallback patterns, error handling with saga pattern, testing with LocalDurableTestRunner. Triggers on phrases like: lambda durable functions, workflow orchestration, state machines, retry\u002Fcheckpoint patterns, long-running stateful Lambda functions, saga pattern, human-in-the-loop callbacks, and reliable serverless applications.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[245,246,247],{"name":216,"slug":217,"type":16},{"name":169,"slug":32,"type":16},{"name":236,"slug":237,"type":16},"2026-07-12T08:39:05.546173",{"slug":250,"name":250,"fn":251,"description":252,"org":253,"tags":254,"stars":23,"repoUrl":24,"updatedAt":263},"aws-lambda-managed-instances","configure AWS Lambda Managed Instances","Evaluate, configure, and migrate workloads to AWS Lambda Managed Instances (LMI). Triggers on: Lambda Managed Instances, LMI, capacity provider, multi-concurrency Lambda, dedicated instance Lambda, EC2-backed Lambda, cold start elimination, Graviton Lambda, instance type for Lambda, scheduled scaling for LMI, Lambda cost optimization with Reserved Instances or Savings Plans. Also trigger when users describe high-volume predictable workloads seeking cost savings, want to scale LMI capacity on a schedule, or compare Lambda vs EC2 for steady-state traffic. For standard Lambda without LMI, use the aws-lambda skill instead.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[255,256,257,260],{"name":169,"slug":32,"type":16},{"name":191,"slug":192,"type":16},{"name":258,"slug":259,"type":16},"Infrastructure","infrastructure",{"name":261,"slug":262,"type":16},"Performance","performance","2026-07-12T08:39:07.007071",33,{"items":266,"total":440},[267,286,303,313,326,339,349,359,380,395,410,425],{"slug":268,"name":268,"fn":269,"description":270,"org":271,"tags":272,"stars":283,"repoUrl":284,"updatedAt":285},"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},[273,274,277,280],{"name":169,"slug":32,"type":16},{"name":275,"slug":276,"type":16},"Debugging","debugging",{"name":278,"slug":279,"type":16},"Logs","logs",{"name":281,"slug":282,"type":16},"Observability","observability",9427,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fmcp","2026-07-12T08:37:22.601527",{"slug":287,"name":288,"fn":289,"description":290,"org":291,"tags":292,"stars":283,"repoUrl":284,"updatedAt":302},"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},[293,296,297,298,299],{"name":294,"slug":295,"type":16},"Aurora","aurora",{"name":169,"slug":32,"type":16},{"name":188,"slug":189,"type":16},{"name":236,"slug":237,"type":16},{"name":300,"slug":301,"type":16},"SQL","sql","2026-07-12T08:36:45.053393",{"slug":304,"name":305,"fn":289,"description":290,"org":306,"tags":307,"stars":283,"repoUrl":284,"updatedAt":312},"aurora-dsql","aurora dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[308,309,310,311],{"name":169,"slug":32,"type":16},{"name":188,"slug":189,"type":16},{"name":236,"slug":237,"type":16},{"name":300,"slug":301,"type":16},"2026-07-12T08:36:42.694299",{"slug":314,"name":315,"fn":289,"description":290,"org":316,"tags":317,"stars":283,"repoUrl":284,"updatedAt":325},"aws-dsql","aws dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[318,319,320,323,324],{"name":169,"slug":32,"type":16},{"name":188,"slug":189,"type":16},{"name":321,"slug":322,"type":16},"Migration","migration",{"name":236,"slug":237,"type":16},{"name":300,"slug":301,"type":16},"2026-07-12T08:36:38.584057",{"slug":327,"name":328,"fn":289,"description":290,"org":329,"tags":330,"stars":283,"repoUrl":284,"updatedAt":338},"distributed-postgres","distributed postgres",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[331,332,333,336,337],{"name":169,"slug":32,"type":16},{"name":188,"slug":189,"type":16},{"name":334,"slug":335,"type":16},"PostgreSQL","postgresql",{"name":236,"slug":237,"type":16},{"name":300,"slug":301,"type":16},"2026-07-12T08:36:46.530743",{"slug":340,"name":341,"fn":289,"description":290,"org":342,"tags":343,"stars":283,"repoUrl":284,"updatedAt":348},"distributed-sql","distributed sql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[344,345,346,347],{"name":169,"slug":32,"type":16},{"name":188,"slug":189,"type":16},{"name":236,"slug":237,"type":16},{"name":300,"slug":301,"type":16},"2026-07-12T08:36:48.104182",{"slug":350,"name":350,"fn":289,"description":290,"org":351,"tags":352,"stars":283,"repoUrl":284,"updatedAt":358},"dsql",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[353,354,355,356,357],{"name":169,"slug":32,"type":16},{"name":188,"slug":189,"type":16},{"name":321,"slug":322,"type":16},{"name":236,"slug":237,"type":16},{"name":300,"slug":301,"type":16},"2026-07-12T08:36:36.374512",{"slug":360,"name":360,"fn":361,"description":362,"org":363,"tags":364,"stars":377,"repoUrl":378,"updatedAt":379},"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},[365,368,371,374],{"name":366,"slug":367,"type":16},"Accounting","accounting",{"name":369,"slug":370,"type":16},"Analytics","analytics",{"name":372,"slug":373,"type":16},"Cost Optimization","cost-optimization",{"name":375,"slug":376,"type":16},"Finance","finance",3176,"https:\u002F\u002Fgithub.com\u002Fawslabs\u002Fagentcore-samples","2026-07-12T08:40:03.29555",{"slug":381,"name":381,"fn":382,"description":383,"org":384,"tags":385,"stars":377,"repoUrl":378,"updatedAt":394},"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},[386,387,388,391],{"name":169,"slug":32,"type":16},{"name":375,"slug":376,"type":16},{"name":389,"slug":390,"type":16},"Management","management",{"name":392,"slug":393,"type":16},"Reporting","reporting","2026-07-12T08:40:02.066471",{"slug":396,"name":396,"fn":397,"description":398,"org":399,"tags":400,"stars":377,"repoUrl":378,"updatedAt":409},"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},[401,402,403,406],{"name":369,"slug":370,"type":16},{"name":375,"slug":376,"type":16},{"name":404,"slug":405,"type":16},"Financial Statements","financial-statements",{"name":407,"slug":408,"type":16},"Variance Analysis","variance-analysis","2026-07-12T08:40:00.79141",{"slug":411,"name":411,"fn":412,"description":413,"org":414,"tags":415,"stars":377,"repoUrl":378,"updatedAt":424},"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},[416,419,422],{"name":417,"slug":418,"type":16},"Automation","automation",{"name":420,"slug":421,"type":16},"Documents","documents",{"name":423,"slug":411,"type":16},"PDF","2026-07-12T08:41:44.135656",{"slug":426,"name":426,"fn":427,"description":428,"org":429,"tags":430,"stars":377,"repoUrl":378,"updatedAt":439},"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},[431,432,435,436],{"name":366,"slug":367,"type":16},{"name":433,"slug":434,"type":16},"Data Analysis","data-analysis",{"name":375,"slug":376,"type":16},{"name":437,"slug":438,"type":16},"KPI","kpi","2026-07-12T08:39:59.54971",150]