What problem does it solve? Moving an existing codebase onto the davidlaporte.org Innovation Platform requires satisfying a strict deployment contract (port 8080, /healthz, app/ layout, gateway-based identity) and passing security gates; this Skill assesses the repo, plans the migration, and adapts the code in place without copying it into a new repository. ## Core Features & Use Cases - Read-only migration assessment: Evaluates stack compatibility, deployment type (container, function, mcp-function, mcp-container), auth to strip, persistence to port to D1/R2, and gate risks such as secrets in git history, CVEs, and forbidden paths. - In-place registration and adaptation: Registers the user's own repo via the register_app MCP tool with a proof-of-control file, installs the platform GitHub App, adds the deploy.yml caller workflow, and rewires the code to the platform contract. - Use Case: A user says "deploy this repo to the innovation platform"; the Skill scans the repo, presents a written migration plan for approval, then registers and adapts the repo so it passes CI gates and ships. ## Quick Start Ask the assistant to migrate your existing repository to the Innovation Platform, for example by saying "deploy this repo to the innovation platform".