What problem does it solve? Moving an application off Heroku requires manually translating Procfiles, dyno sizes, add-on plans, config vars, and databases into Render equivalents, which is error-prone and time-consuming. This Skill automates that translation by reading local project files, mapping Heroku resources to Render plans, and producing a validated render.yaml Blueprint or directly created services. ## Core Features & Use Cases - Local project inventory: Reads Procfile, package.json, requirements.txt, Gemfile, go.mod, app.json, and runtime files to determine runtime, build commands, start commands, and process types. - Plan and cost mapping: Maps Heroku dyno sizes, Postgres plans, and Redis plans to equivalent Render plans with disk sizing and monthly cost estimates using detailed service mapping tables. - Blueprint generation and validation: Generates a render.yaml using the projects/environments pattern, validates it with the Render CLI, and produces a working dashboard deploy deeplink. - Data migration and verification: Guides Postgres dump/restore (render psql or pg_dump/pg_restore), Redis migration, row-count validation, deploy health checks, log scanning, and DNS cutover. - Use Case: A team with a Node.js web dyno, a worker dyno, Heroku Postgres Essential-2, and Heroku Redis runs this Skill to get a validated render.yaml, a cost comparison table, ready-to-run pg_dump commands, and a post-migration health checklist. ## Quick Start Migrate my Heroku app to Render by reading this repo's Procfile and dependency files, then generate and validate a render.yaml Blueprint.