Official AWS Startups repository that hosts plugins, skills, tools and resources to support startup builders on AWS
Python
20
595 commits
updated Sep 25, 2026
AI agent plugins, tools, and resources for startup builders on AWS.
| Plugin | Description | Status |
|---|---|---|
| aws-startup-advisor | Startup-focused build + migrate guidance built on patterns from 350,000+ startups: AWS Activate credits & offers, a knowledge base (sample architectures, learn articles), a copy-paste prompt library, stage-aware architecture advice, and interactive scaffolding — plus the full migration toolkit (azure-to-aws, gcp-to-aws, heroku-to-aws, llm-to-bedrock, agent-advisor, tf-best-practices) | Available |
| migration-to-aws | Assess, plan & execute: migrate Azure/GCP/Heroku infrastructure and AI workloads to AWS (discovery, architecture mapping, cost analysis, Terraform), rewrite LLM SDK calls to Amazon Bedrock, and select an AWS runtime + build a POC for AI agents. Bundles the azure-to-aws, gcp-to-aws, heroku-to-aws, llm-to-bedrock, and agent-advisor skills | Available |
| aws-startups-solution-architecture | Technical AWS solutions for the problems startups get stuck on: multi-tenant SaaS isolation enforced in IAM rather than application code, and running a judgment agent such as an LLM reviewer inside a CI path. Draws general-purpose AWS service depth from Agent Toolkit for AWS as an upstream dependency | Available |
# Add the marketplace
/plugin marketplace add awslabs/startups
# Install plugins
/plugin install migration-to-aws@claude-plugins-official
/plugin install aws-startup-advisor@claude-plugins-official
codex plugin marketplace add awslabs/startups
codex plugin install migration-to-aws@claude-plugins-official
codex plugin install aws-startup-advisor@claude-plugins-official
Coming soon — Plugins are not yet published on the Cursor Marketplace.
migration-to-aws is a single plugin bundling four skills that cover assessment, execution, and agent runtime decisions:
migration-to-aws (one plugin, four skills)
gcp-to-aws ─┐
├─▶ assess & plan ──▶ llm-to-bedrock ──▶ rewrite · evaluate · branch
heroku-to-aws ┘ (Terraform, (AI/LLM execution)
cost, scripts)
agent-advisor ──▶ score runtime ──▶ recommendation · plan · POC
(how/where to run agents on AWS)
Each top-level folder is owned by a team and contains their plugins, tools, or resources:
awslabs/startups/
├── .claude-plugin/marketplace.json # Plugin marketplace (lists all plugins)
├── advisor/ # AWS Startup Advisor plugin
│ └── plugins/
│ └── aws-startup-advisor/ # Architecture, cost, security & migration
│ # skills: architect-for-startups,
│ # knowledge-base-for-startups,
│ # start-building-for-startups,
│ # prompt-library-for-startups,
│ # migration-to-aws
├── migrate/ # Migration tools and plugins
│ └── plugins/
│ └── migration-to-aws/ # Assess, plan, execute + agent runtime advisor
│ # skills: gcp-to-aws, heroku-to-aws,
│ # llm-to-bedrock, agent-advisor
├── solution-architecture/ # Solution Architecture plugins
│ └── plugins/
│ └── aws-startups-solution-architecture/
│ # skills: multi-tenant-isolation,
│ # agentcore-patterns
│ # deps: aws-core, aws-agents (Agent Toolkit for AWS)
└── ... # Future team folders
To add a new plugin to the marketplace:
migrate/plugins/my-plugin/).claude-plugin/plugin.json manifest in your plugin directory.claude-plugin/marketplace.json:{
"name": "my-plugin",
"source": "./my-team-folder/plugins/my-plugin",
"version": "1.0.0",
"description": "What your plugin does"
}
@awslabs/startups-admins (for marketplace changes) and your team's CODEOWNERS (for plugin content)See CONTRIBUTING.md for contribution guidelines, the first-time publishing process, and documentation requirements.
See CONTRIBUTING for security issue notifications.
This project is licensed under the Apache-2.0 License. See LICENSE for details.
Python
79.7%
TypeScript
10.0%
HTML
5.8%
HCL
3.2%
JavaScript
1.3%
Official AWS Startups repository that hosts plugins, skills, tools and resources to support startup builders on AWS
Python
20
595 commits
updated Sep 25, 2026
AI agent plugins, tools, and resources for startup builders on AWS.
| Plugin | Description | Status |
|---|---|---|
| aws-startup-advisor | Startup-focused build + migrate guidance built on patterns from 350,000+ startups: AWS Activate credits & offers, a knowledge base (sample architectures, learn articles), a copy-paste prompt library, stage-aware architecture advice, and interactive scaffolding — plus the full migration toolkit (azure-to-aws, gcp-to-aws, heroku-to-aws, llm-to-bedrock, agent-advisor, tf-best-practices) | Available |
| migration-to-aws | Assess, plan & execute: migrate Azure/GCP/Heroku infrastructure and AI workloads to AWS (discovery, architecture mapping, cost analysis, Terraform), rewrite LLM SDK calls to Amazon Bedrock, and select an AWS runtime + build a POC for AI agents. Bundles the azure-to-aws, gcp-to-aws, heroku-to-aws, llm-to-bedrock, and agent-advisor skills | Available |
| aws-startups-solution-architecture | Technical AWS solutions for the problems startups get stuck on: multi-tenant SaaS isolation enforced in IAM rather than application code, and running a judgment agent such as an LLM reviewer inside a CI path. Draws general-purpose AWS service depth from Agent Toolkit for AWS as an upstream dependency | Available |
# Add the marketplace
/plugin marketplace add awslabs/startups
# Install plugins
/plugin install migration-to-aws@claude-plugins-official
/plugin install aws-startup-advisor@claude-plugins-official
codex plugin marketplace add awslabs/startups
codex plugin install migration-to-aws@claude-plugins-official
codex plugin install aws-startup-advisor@claude-plugins-official
Coming soon — Plugins are not yet published on the Cursor Marketplace.
migration-to-aws is a single plugin bundling four skills that cover assessment, execution, and agent runtime decisions:
migration-to-aws (one plugin, four skills)
gcp-to-aws ─┐
├─▶ assess & plan ──▶ llm-to-bedrock ──▶ rewrite · evaluate · branch
heroku-to-aws ┘ (Terraform, (AI/LLM execution)
cost, scripts)
agent-advisor ──▶ score runtime ──▶ recommendation · plan · POC
(how/where to run agents on AWS)
Each top-level folder is owned by a team and contains their plugins, tools, or resources:
awslabs/startups/
├── .claude-plugin/marketplace.json # Plugin marketplace (lists all plugins)
├── advisor/ # AWS Startup Advisor plugin
│ └── plugins/
│ └── aws-startup-advisor/ # Architecture, cost, security & migration
│ # skills: architect-for-startups,
│ # knowledge-base-for-startups,
│ # start-building-for-startups,
│ # prompt-library-for-startups,
│ # migration-to-aws
├── migrate/ # Migration tools and plugins
│ └── plugins/
│ └── migration-to-aws/ # Assess, plan, execute + agent runtime advisor
│ # skills: gcp-to-aws, heroku-to-aws,
│ # llm-to-bedrock, agent-advisor
├── solution-architecture/ # Solution Architecture plugins
│ └── plugins/
│ └── aws-startups-solution-architecture/
│ # skills: multi-tenant-isolation,
│ # agentcore-patterns
│ # deps: aws-core, aws-agents (Agent Toolkit for AWS)
└── ... # Future team folders
To add a new plugin to the marketplace:
migrate/plugins/my-plugin/).claude-plugin/plugin.json manifest in your plugin directory.claude-plugin/marketplace.json:{
"name": "my-plugin",
"source": "./my-team-folder/plugins/my-plugin",
"version": "1.0.0",
"description": "What your plugin does"
}
@awslabs/startups-admins (for marketplace changes) and your team's CODEOWNERS (for plugin content)See CONTRIBUTING.md for contribution guidelines, the first-time publishing process, and documentation requirements.
See CONTRIBUTING for security issue notifications.
This project is licensed under the Apache-2.0 License. See LICENSE for details.
Python
79.7%
TypeScript
10.0%
HTML
5.8%
HCL
3.2%
JavaScript
1.3%