AWS Startups is an official AWS repository containing plugins, skills, tools, and other resources for people building startup products on Amazon Web Services. Its add-ons support startup-focused architecture, migration, and development work on AWS.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add awslabs/startups --skill heroku-to-awsgit clone --depth 1 https://github.com/awslabs/startupsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/awslabs/startups/heroku-to-aws)<a href="https://agentmods.dev/skills/awslabs/startups/heroku-to-aws"><img src="https://agentmods.dev/badge/skills/awslabs/startups/heroku-to-aws/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/awslabs/startups/heroku-to-aws"><img src="https://agentmods.dev/badge/skills/awslabs/startups/heroku-to-aws.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Prompt Injection · line 166 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 170 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 172 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00380 | $0.04317 |
| Opus 5 | $0.00190 | $0.02159 |
| Sonnet 5 | $0.00076 | $0.00863 |
| Haiku 4.5 | $0.00038 | $0.00432 |
Grade A, and why
heroku-to-aws scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Heroku-to-AWS Migration Skill
Philosophy
- Full platform exit by default: Heroku is in sustaining engineering (KTLO) — stability and support only, no new investment. Enterprise contracts are no longer sold to new customers. This skill assumes complete departure from Heroku (compute, data, and add-ons) within a user-defined window. Do not recommend indefinite continued use of Heroku.
- PaaS-to-PaaS by default, recommendation-shaped: Elastic Beanstalk (Docker platform, AL2023) is the default compute target because it preserves Heroku's managed platform model (source deployment, platform-managed environments, and lower operational burden than direct container orchestration). Clarify presents a per-formation compute recommendation before asking for confirmation. Fargate remains the override for direct container control and is used automatically for horizontally scaled non-web processes that EB SingleInstance cannot preserve; EKS remains the override for teams with Kubernetes expertise. ECS Express Mode may be mentioned only as a forward-look for the Fargate override path, not as a replacement for the EB default. Do not recommend AWS App Runner (no longer accepting new customers as of April 2026).
- Interim cutover is bounded: If a user chooses data-first migration (database on AWS, app temporarily on Heroku), treat this as a bounded phase (weeks, not quarters). Require a target exit date and surface KTLO platform risk warnings.
- Re-platform by default: Select AWS services that match Heroku workload types (e.g., Dynos → Elastic Beanstalk, Heroku Postgres → RDS/Aurora, Heroku Redis → ElastiCache, Kafka → MSK).
- Dev sizing unless specified: Default to development-tier capacity (e.g., db.t4g.micro, single AZ). Upgrade only on user direction.
- No human one-time migration costs: Do not present human labor, professional services, or people-time work as dollar estimates or "one-time migration cost" budget categories. Vendor charges grounded in data (for example Heroku invoice line items in the infra estimate when billing exists) are allowed.
- Live-first discovery, read-only and consent-gated: The user's authenticated Heroku CLI is a first-class discovery source — most startups have no
heroku_*Terraform, and the account is authoritative for what actually runs. Live capture is strictly read-only (an exact-command whitelist of list/info commands), requires explicit consent, never captures config var values (key names only), and never extracts the API token. Terraform files (.tfwithheroku_*resources) and repo artifacts (Procfile, app.json) remain fully supported; when both live and Terraform data exist, live wins for current state, Terraform supplements structure and provenance, and disagreements are surfaced as drift — never silently resolved. - Flat resource model: Heroku resources are organized per-app without dependency graphs or clustering. No topological sorting, typed edges, or cluster formation logic. Resources are processed as a flat list in input order.
- Deterministic mappings: Core services use fixed lookup tables (Dyno Type Table, Postgres Plan Table, Redis Plan Table, Kafka Plan Table). Common add-ons use the Fast-Path Table. Unknown add-ons hit the specialist gate.
- DMS has Heroku constraints: AWS DMS cannot perform continuous replication (CDC) with Heroku Postgres because Heroku does not grant the REPLICATION role. DMS is for one-time bulk migration with a cutover window only. The skill must surface this constraint when DMS is selected.
- What-if after Estimate: After costs are computed, SAs can enter an optional what-if workshop sidebar (
references/phases/workshop/workshop.md) to change region, HA, compute target, or CPU architecture (x86 vs Graviton), refresh Design + Estimate, and compare up to 5 priced scenarios — without re-running Discover. Region dollar deltas need awspricing MCP; without it, rates stay us-east-1-cache-based. Workshop arch defaults to x86_64 here (EB tables historically x86-first).
What ships with it
51 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- knowledge/design/dyno-eb-sizing.json 4.4 KB
- knowledge/design/dyno-fargate-sizing.json 4.3 KB
- knowledge/design/eks-pod-sizing.json 9.1 KB
- knowledge/design/fast-path-addons.json 2.6 KB
- knowledge/design/kafka-msk-sizing.json 3.7 KB
- knowledge/design/postgres-rds-sizing.json 10 KB
- knowledge/design/redis-elasticache-sizing.json 4.7 KB
- knowledge/estimate/estimate-defaults.json 4.2 KB
- references/phases/clarify/clarify-assemble.md 8.8 KB
- references/phases/clarify/clarify-interview.md 46 KB
- references/phases/clarify/clarify.md 3.7 KB
- references/phases/design/design-assemble.md 4.8 KB
- references/phases/design/design-eks.md 5.8 KB
- references/phases/design/design-mapping.md 29 KB
- references/phases/design/design.md 5.6 KB
- references/phases/discover/discover-assemble.md 5.1 KB
- references/phases/discover/discover-billing.md 14 KB
- references/phases/discover/discover-live-capture.md 11 KB
- references/phases/discover/discover-live.md 9.8 KB
- references/phases/discover/discover-terraform.md 18 KB
- references/phases/discover/discover.md 8.7 KB
- references/phases/estimate/estimate-assemble.md 6.9 KB
- references/phases/estimate/estimate-cost-engine.md 47 KB
- references/phases/estimate/estimate.md 4.2 KB
- references/phases/feedback/feedback-assemble.md 1.1 KB
- references/phases/feedback/feedback-collect.md 5.4 KB
- references/phases/feedback/feedback.md 2.5 KB
- references/phases/generate/generate-assemble.md 5.2 KB
- references/phases/generate/generate-docs.md 60 KB
- references/phases/generate/generate-eks.md 13 KB
- references/phases/generate/generate-report.md 11 KB
- references/phases/generate/generate-terraform.md 82 KB
- references/phases/generate/generate.md 6.8 KB
- references/phases/workshop/workshop-assemble.md 1.4 KB
- references/phases/workshop/workshop-compare.md 2.2 KB
- references/phases/workshop/workshop-refresh.md 4.4 KB
- references/phases/workshop/workshop-sheet.md 3.2 KB
- references/phases/workshop/workshop.md 3.8 KB
- references/shared/heroku-pricing-cache.md 11 KB
- references/shared/README.md 2.4 KB
- references/shared/schema-discover-heroku.md 24 KB
- references/shared/schema-workshop-scenarios.md 3.9 KB
- references/vendored/dsl/INTERPRETER.md 48 KB
- references/vendored/estimate/complexity-tiers.json 1.3 KB
- references/vendored/estimate/estimation-infra.schema.json 3.7 KB
- references/vendored/estimate/pricing-mode.md 3.9 KB
- references/vendored/estimate/ri-sp-eligibility.md 18 KB
- references/vendored/pricing/aws-infra-pricing.json 8.8 KB
- references/vendored/README.md 1.5 KB
- references/vendored/state/phase-status.schema.json 2.0 KB
- references/vendored/workshop/workshop-invariants.md 5.6 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 237 lines · 380 tokens per session scan A 59c032c94975
heroku-to-aws is a skill published in the GitHub repository awslabs/startups (17 stars, last pushed yesterday), licensed Apache-2.0. It adds 380 tokens to every session and 4,317 once invoked, about $0.0019 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
gke-workload-security
Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…
gke-reliability
Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).
nemo-automodel-launcher-config
Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
cloud-architect
Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…