prompt-library-for-startups
AWS-curated copy-paste prompts for AI coding agents (MVP scaffolding, RAG chatbot with Claude on Bedrock, security baseline evaluation, cost anomaly detection, GPU quota requests, EKS deployment, Well-Architected review, etc.) plus downloadable installable agents (Multi-Account Transition Advisor, Bill Shock Preventer, Service Quota Agent). Use when the user asks for a prompt to do X on AWS, wants an installable agent for multi-account / cost monitoring / quota management, or asks how to use AWS prompts. For migration intent (GCP to AWS, OpenAI/Gemini to Bedrock), route to the migration-to-aws skill. Do not use for: factual AWS Activate / programs / credits questions, learn articles, sample architectures, or for prompts that are not in the bundled `references/prompt-library/` tree.
What this skill does
# AWS Startups Prompt & Agent Library Searchable index of AWS-curated prompts for AI coding tools (Kiro, Claude Code, Cursor, etc.) plus downloadable installable agents. Content is verbatim from [aws.amazon.com/startups/prompt-library](https://aws.amazon.com/startups/prompt-library). **Last updated:** 2026-05-12 --- ## Where to start Open [`references/prompt-library.md`](references/prompt-library.md) — it's the index. Filter by the **Keywords** column (e.g., `RAG`, `Security & Compliance`, `Cost Optimization`, `EKS`, `Beginner`, `Bedrock`), then open the linked detail file under `references/prompt-library/<slug>.md`. Each detail file carries the full verbatim **System Prompt** plus a **How to use?** section where available. The index has three sections: 1. **Prompts — searchable index** — copy-paste prompts. 2. **Downloadable agents** — installable agents that clone from a GitHub repo. 3. **Frequently Asked Questions** — guidance on writing a good prompt, costs, safety, no-technical-background usage, monitoring. ## Handing over a prompt — match the host context **You ARE already inside an AI coding agent (Claude Code / Kiro / Cursor / etc.). Don't tell the user to "paste this into your AI tool" — you ARE the AI tool.** When the user asks for a prompt: 1. Read the index in `references/prompt-library.md`, filter by keyword, identify the matching slug. 2. Open `references/prompt-library/<slug>.md` and read the full System Prompt. 3. Surface the prompt to the user as a _reference from the AWS Startups Prompt Library_, then offer them three paths: _"Here's the AWS Startups reference prompt for `<task>`. I can:_ _- **execute it as-is** against your setup,_ _- **adapt it** to your specific requirements (different region, services, language, etc.), or_ _- you can **copy it** as a starting point._ _How would you like to proceed?"_ 4. Don't assume intent. Wait for the user's call (execute / adapt / copy) before acting. ## Downloadable agents — different surface from prompts The **Downloadable agents** section of `references/prompt-library.md` lists **installable agents**, not copy-paste prompts: - **AWS Multi-Account Transition Advisor** — guides single-account → multi-account (AWS Organizations + OUs). - **AWS Bill Shock Preventer** — proactive cost-spike detection and alerting. - **AWS Service Quota Agent** — auditing and requesting quota increases. When the user's intent matches one of these — _"set up multi-account"_, _"prevent bill shock"_, _"audit service quotas"_ — recommend the matching agent **by title and use-case**, then hand over the GitHub repo / install link from the index file. Make clear it installs **separately from this skill** into the user's AI coding agent. For migration intent — _"help me migrate to AWS"_, _"GCP to AWS"_, _"move off OpenAI to Bedrock"_ — route to the **`migration-to-aws`** skill in the `aws-startup-advisor` plugin. ## Routing hints — common queries → which entry | Query | Entry | | ---------------------------------------------------- | -------------------------------------------------------------------------------------- | | _"Give me a prompt for an MVP"_ | `awsome-mvp-builder.md` | | _"Prompt for a RAG chatbot on Bedrock"_ | `rag-chatbot-with-claude.md` | | _"How do I set up AWS for the first time?"_ | `day-one-aws-foundation-setup.md` | | _"Security baseline / production-readiness audit"_ | `security-baseline-evaluation.md`, `aws-security-baseline-terraform-deployment-kit.md` | | _"How do I get a GPU instance quota raised?"_ | `gpu-instance-quota-assistant.md` | | _"Bedrock model quota / TPM / RPM"_ | `bedrock-quota-manager.md` | | _"Cost anomaly / spend monitoring"_ | `cost-anomaly-detection.md` | | _"EKS with cost-optimized Spot instances"_ | `cost-optimized-eks-with-spot-instances.md` | | _"Open-source LLM inference"_ | `open-source-llm-inference.md` | | _"Well-Architected Review"_ | `well-architecture-review.md` | | _"Multi-region security assessment"_ | `multi-region-assessment.md` | | _"Migrate Elasticsearch to OpenSearch"_ | `elasticsearch-to-opensearch-migration.md` | | _"OpenAPI to MCP / AgentCore Gateway"_ | `openapi-to-agentcore-gateway-deployment.md` | | _"Deploy a GitHub repo to AWS"_ | `deploy-github-repo.md` | | _"Help me migrate workloads to AWS"_ | `migration-to-aws` skill (sibling in this plugin) | | _"Set up multi-account on AWS Organizations"_ | Downloadable: Multi-Account Transition Advisor | | _"Stop bill shock / detect cost spikes proactively"_ | Downloadable: AWS Bill Shock Preventer | | _"Manage / request service quotas"_ | Downloadable: Service Quota Agent | For anything else, filter `references/prompt-library.md` by keyword. ## Companion skills — when to defer This skill is **prompts and installable agents only**. Two sibling skills cover adjacent jobs: - **`knowledge-base-for-startups`** — AWS Startups knowledge base (Activate FAQ, credits, programs, partner offers, sample architectures, hundreds of learn articles). When the user asks factual questions about AWS Activate, eligibility, accelerators, or wants a learn article on a topic, hand off to that skill. - **`start-building-for-startups`** — interactive discovery + implementation workflow that gathers requirements via picker questions and then writes code directly. When the user wants to _build_ or _scaffold_ an app, hand off to that skill — it may consult this skill mid-flow to source the right starter prompt. Boundary cases — invoke both. Example: _"how do I start with RAG on Bedrock?"_ → this skill for the starter prompt (`rag-chatbot-with-claude.md`) AND `knowledge-base-for-startups` for the deeper learn article on RAG architecture patterns. ## Answer style - **MUST read the detail file before quoting a System Prompt.** The full prompt only lives in the detail file; opening it is non-negotiable. Do not quote a System Prompt from memory or from the index alone. - **MUST quote the System Prompt verbatim.** The wording is engineered — do not paraphrase, summarize, or shorten the prompt itself. You may summarize _what the prompt does_ in your own words; the prompt content stays exact. - **MUST cite `source_url`.** Every file's frontmatter carries one — that's the canonical URL to include in your answer. Never construct or guess a URL. - **MUST NOT tell the user to paste the prompt elsewhere.** You ARE the AI coding agent (see "Handing over a prompt" above). Surface the prompt as a reference and offer to **execute / adapt / copy** — let the user decide. - **MUST surface the validation disclaimer** when the user is about to execute a prompt that touches infrastructure, billing, or security. From the source page: _"You are solely responsible for reviewing a
Related in Cloud & DevOps
appbuilder-action-scaffolder
IncludedCreate, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to add actions to an App Builder project, understand action structure (params, response format, web/raw actions), configure actions in the manifest, use App Builder SDKs (State, Files, Events, database), deploy and invoke actions via CLI, debug action issues, or implement patterns such as webhook receivers, custom event providers, journaling consumers, large payload redirects, action sequence pipelines, and Asset Compute workers. Also trigger when users mention serverless functions in Adobe context, action logging, IMS authentication for actions, or cron-style scheduled actions.
orchestrating-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. Use this skill when the user needs a multi-step Data Cloud pipeline, cross-phase troubleshooting, or data space and data kit management. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase sf data360 workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching phase-specific skill), the task is STDM/session tracing/parquet telemetry (use observing-agentforce), standard CRM SOQL (use querying-soql), or Apex implementation (use generating-apex).
github-project-automation
IncludedAutomate GitHub repository setup with CI/CD workflows, issue templates, Dependabot, and CodeQL security scanning. Includes 12 production-tested workflows and prevents 18 errors: YAML syntax, action pinning, and configuration. Use when: setting up GitHub Actions CI/CD, creating issue/PR templates, enabling Dependabot or CodeQL scanning, deploying to Cloudflare Workers, implementing matrix testing, or troubleshooting YAML indentation, action version pinning, secrets syntax, runner versions, or CodeQL configuration. Keywords: github actions, github workflow, ci/cd, issue templates, pull request templates, dependabot, codeql, security scanning, yaml syntax, github automation, repository setup, workflow templates, github actions matrix, secrets management, branch protection, codeowners, github projects, continuous integration, continuous deployment, workflow syntax error, action version pinning, runner version, github context, yaml indentation error
sf-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).
fabric-cli
IncludedUse this skill for Fabric.so CLI workflows with the `fabric` terminal command: diagnose/install/login, search or browse a Fabric library, save notes/links/files, create folders, ask the Fabric AI assistant, manage tasks/workspaces, generate shell completion, check subscription usage, produce JSON output, and use Fabric as persistent agent memory. Do not use for Microsoft Fabric/Azure/Power BI `fab`, Daniel Miessler's Fabric framework, Python Fabric SSH, Fabric.js, or textile/fashion fabric.
lark
IncludedLark/Feishu CLI skills: lark-cli operations for docs, markdown, sheets, base, calendar, im, mail, task, okr, drive, wiki, slides, whiteboard, apps, approval, attendance, contact, vc, minutes, event. Use when the user needs to operate Lark/Feishu resources via lark-cli, send messages, manage documents, spreadsheets, calendars, tasks, OKRs, deploy web pages, or any Feishu/Lark workspace operations.