AWS Agents For Devsecops
AWS Core
AWS Marketplace Skills
AWS Startup Advisor
Core Skills · AWS…
End User Computing Skills
Messaging And Streaming Skills
Migration And Modernization Skills
Networking And Content Delivery Skills
Quantum Computing Skills
Security And Identity Skills
Serverless Skills
Web And Mobile Development
143 skills · 930 min
AWS Startup Advisor
Skill 31 of 143
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…
5 minutes · 1,154 words · 10 sections
Install
npx skills add aws/agent-toolkit-for-aws --skill prompt-library-for-startupsnpx skills add aws/agent-toolkit-for-aws/plugin marketplace add aws/agent-toolkit-for-awsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
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 (opens in a new tab).
Last updated: 2026-07-22
Open references/prompt-library.md (opens in a new tab) — 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:
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:
Read the index in references/prompt-library.md, filter by keyword, identify the matching slug.
Open references/prompt-library/<slug>.md and read the full System Prompt.
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:
- run it against your setup (I’ll show you each command before executing),
- 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?”
Don’t assume intent. Wait for the user’s call (execute / adapt / copy) before acting.
The Downloadable agents section of references/prompt-library.md lists installable agents, not copy-paste prompts:
When the user’s intent matches one of these — “set up multi-account”, “prevent bill shock”, “audit service quotas”, “which Bedrock model / region”, “which database should I use” — 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, route to the matching migration skill in this plugin: gcp-to-aws (“GCP to AWS”, move off Google Cloud), heroku-to-aws (“migrate off Heroku”), llm-to-bedrock (“move off OpenAI/Gemini to Bedrock” — SDK rewrite), or agent-advisor (agent runtime / architecture on AWS).
| 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” | gcp-to-aws / heroku-to-aws / llm-to-bedrock skills (siblings 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 |
For anything else, filter references/prompt-library.md by keyword.
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.
source_url. Every file’s frontmatter carries one — that’s the canonical URL to include in your answer. Never construct or guess a URL.Open references/prompt-library.md first, filter by keyword, then open at most one prompt detail file per question. MUST NOT speculatively load multiple detail files. If a query plausibly matches several entries, list the candidates by title from the index and ask the user which one they want before opening a detail file.
This skill cannot:
knowledge-base-for-startups.references/prompt-library/ tree. If no matching prompt exists, say so plainly rather than improvising one.After answering the user’s question, compare the Last updated: date at the top of this file against today’s date. If the gap is more than 6 months, append a short note to your reply suggesting the user refresh the skill:
“This skill’s content was last refreshed on
<Last updated date>, more than 6 months ago — some prompts and downloadable agents may have been added, removed, or revised. To pull the latest content, run:
npx skills update prompt-library-for-startups— update the installed copy to the latest versionThen restart your AI agent so the new content is picked up.”
Do not show this note when the skill is fresh (≤6 months). Do not repeat it within a single conversation; once is enough.
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, Bedrock Model Availability Agent, AWS DB Advisor). Use when the user asks for a prompt to do X on AWS, wants an installable agent for multi-account / cost monitoring / quota management / Bedrock model availability / database selection, or asks how to use AWS prompts. For migration intent (GCP to AWS, Azure to AWS, OpenAI/Gemini to Bedrock), route to the migration skills in this plugin (`gcp-to-aws`, `azure-to-aws`, `heroku-to-aws`, `llm-to-bedrock`). 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.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 26 September 2026.SKILL.md, not by matching a directory convention. 21 distinct layouts observed: plugins/aws-agents-for-devsecops/skills/*/SKILL.md, plugins/aws-agents/skills/*/SKILL.md, plugins/aws-core/skills/*/SKILL.md, plugins/aws-startup-advisor/skills/*/SKILL.md, skills/core-skills/*/SKILL.md, skills/specialized-skills/analytics-skills/*/SKILL.md, skills/specialized-skills/aws-marketplace-skills/*/SKILL.md, skills/specialized-skills/database-skills/*/SKILL.md, skills/specialized-skills/ec2-skills/*/SKILL.md, skills/specialized-skills/end-user-computing-skills/*/SKILL.md, skills/specialized-skills/messaging-and-streaming-skills/*/SKILL.md, skills/specialized-skills/migration-and-modernization-skills/*/SKILL.md, skills/specialized-skills/networking-and-content-delivery-skills/*/SKILL.md, skills/specialized-skills/operations-skills/*/SKILL.md, .| Downloadable: Service Quota Agent |
| “Which Bedrock model is available in which region” | Downloadable: Bedrock Model Availability Agent |
| “Which AWS database should I use” | Downloadable: AWS DB Advisor |
skills/specialized-skills/quantum-computing-skills/*/SKILL.mdskills/specialized-skills/resilience-skills/*/SKILL.mdskills/specialized-skills/security-and-identity-skills/*/SKILL.mdskills/specialized-skills/serverless-skills/*/SKILL.mdskills/specialized-skills/storage-skills/*/SKILL.mdskills/specialized-skills/system-table-skills/*/SKILL.mdskills/specialized-skills/web-and-mobile-development/*/SKILL.mdh1 and no skipped levels:.claude-plugin/marketplace.json by Amazon Web Services, declaring 5 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./aws/agent-toolkit-for-aws.md, and each skill at its own .md URL.30 files · 355 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 31.
Documentation the agent loads on demand, rather than up front.
references/1 file · 27 KB
references/prompt-library/29 files · 327 KB