ln-720-structure-migrator

Restructure projects into Clean Architecture with React and .NET code generation.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-720-structure-migrator-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-720-structure-migrator
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-720-structure-migrator
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-720-structure-migrator-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex and error-prone process of restructuring existing projects or scaffolding new ones into a robust Clean Architecture pattern, ensuring maintainability and scalability.

Core Features & Use Cases

  • Project Restructuring: Migrates monolithic codebases into a layered Clean Architecture.
  • Scaffolding New Projects: Generates a new project with a pre-defined Clean Architecture structure.
  • Mode Awareness: Adapts its process based on whether it's creating a new project (CREATE) or transforming an existing one (TRANSFORM).
  • Use Case: You have a legacy monolithic application and want to refactor it into a Clean Architecture with separate frontend (React) and backend (.NET) projects. This Skill will analyze your current structure, plan the migration, and execute the necessary code and file movements.

Quick Start

Use the ln-720-structure-migrator skill to restructure the current project into a Clean Architecture.

Frequently Asked Questions about ln-720-structure-migrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate a monolithic codebase to Clean Architecture?

Migrating a monolithic codebase to Clean Architecture involves analyzing your current project structure and coordinating file movements into layered domains. This Skill automates that restructuring process for both frontend and backend codebases.

Can I scaffold a new React and .NET project with Clean Architecture?

Yes, you can scaffold a new React and .NET project with Clean Architecture. The Skill generates a pre-defined layered structure and delegates code generation to specialized workers for frontend, backend, and data seeding.

What is the best way to restructure an existing project into Clean Architecture?

Restructuring an existing project into Clean Architecture is best handled by automating the transformation process. The Skill adapts its logic based on whether it is creating a new project or transforming an existing monolithic codebase.

Does the Clean Architecture migration support both React and .NET frameworks?

Yes, the Clean Architecture migration supports both React and .NET frameworks. It handles frontend React code generation and backend .NET code generation to ensure a consistent and maintainable project structure.

When should I use an automated tool for project restructuring instead of manual refactoring?

You should use an automated tool for project restructuring when migrating complex monolithic codebases to avoid errors. Automating the Clean Architecture transformation ensures consistent layering across frontend and backend domains.