aws-startup-advisor

claude-plugins-official

developmentClaude Codeby Amazon Web Services

Summary

Personalized architecture, cost, security, and migration guidance for startups. From day-one account setup and security baselines to production-ready infrastructure, cost optimization, and beyond. Includes AWS Activate Credits eligibility, 60+ exclusive startup offers, and multi-account multi-region support. Built on expertise from AWS Startup Solutions Architects and patterns from 350,000+ startups.

Install to Claude Code

/plugin install aws-startup-advisor@claude-plugins-official

Run in Claude Code. Add the marketplace first with /plugin marketplace add anthropics/claude-plugins-official if you haven't already.

README.md

AWS Startups

AI agent plugins, tools, and resources for startup builders on AWS.

Plugins

| Plugin | Description | Status | | --------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------- | | migration-to-aws | Migrate GCP/Azure infrastructure and AI workloads to AWS with resource discovery, architecture mapping, cost analysis, and execution planning | Available | | aws-dev-toolkit | AWS development toolkit — 35 skills, 11 agents, and 3 MCP servers for building, migrating, and architecture reviews on AWS | Available |

Installation

Claude Code

# Add the marketplace
/plugin marketplace add awslabs/startups

# Install a plugin
/plugin install migration-to-aws@startups-for-aws

Cursor

> Coming soon — Plugins are not yet published on the Cursor Marketplace.

Repository Structure

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)
├── migrate/                          # Migration tools and plugins
├── solution-architecture/            # Solution Architecture plugins (aws-dev-toolkit)
└── ...                               # Future team folders

Adding a Plugin

To add a new plugin to the marketplace:

1. Create your plugin under your team's folder (e.g., migrate/plugins/my-plugin/) 1. Include a .claude-plugin/plugin.json manifest in your plugin directory 1. Add an entry to the root .claude-plugin/marketplace.json:

{
  "name": "my-plugin",
  "source": "./my-team-folder/plugins/my-plugin",
  "version": "1.0.0",
  "description": "What your plugin does"
}

1. Submit a PR — requires approval from @awslabs/startups-admins (for marketplace changes) and your team's CODEOWNERS (for plugin content)

Contributing

See CONTRIBUTING.md for contribution guidelines, the first-time publishing process, and documentation requirements.

Security

See CONTRIBUTING for security issue notifications.

License

This project is licensed under the Apache-2.0 License. See LICENSE for details.

Related plugins

Browse all →