This is a project restructuring coordinator that migrates codebases to Clean Architecture or scaffolds new projects from scratch. It runs in two modes: CREATE generates a fresh frontend/backend structure with proper separation of concerns, while TRANSFORM analyzes your existing monolith and delegates the heavy lifting to four specialized workers that handle frontend restructuring, backend generation, seed data migration, and cleanup of platform artifacts like Replit configs. The orchestrator itself doesn't touch your code directly. It analyzes your project, builds a migration plan, then fires off the workers in sequence while verifying builds pass at the end. Supports React frontends and .NET backends out of the box. Use this when you're tired of fighting spaghetti code or need to bootstrap a new project with proper layering from day one.
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-720-structure-migrator