ln-721-frontend-restructure

Solid

Scaffolds new React projects or restructures monoliths to component-based architecture. Use when setting up frontend structure.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-721-frontend-restructure **Type:** L3 Worker **Category:** 7XX Project Bootstrap Frontend structure worker with two modes: SCAFFOLD (generate minimal React project from template) or RESTRUCTURE (migrate monolith to component-based architecture). --- ## Mode Selection | Mode | When | Input | Output | |------|------|-------|--------| | **SCAFFOLD** | CREATE pipeline — no existing frontend | Target stack config from ln-720 | Minimal React + Vite project (~7 files) | | **RESTRUCTURE** | TRANSFORM pipeline — existing frontend found | Monolithic React source | Component-based architecture | --- ## Purpose & Scope | Aspect | Description | |--------|-------------| | **Input** | Target stack config (SCAFFOLD) or monolithic React source (RESTRUCTURE) | | **Output** | Minimal project (SCAFFOLD) or component-based architecture (RESTRUCTURE) | | **Framework** | React + TypeScript + Vite | **Scope boundaries:** - SCAFFOLD: generates minimal starter files, no business logic - RESTRUCTURE: restructures existing code, does not add new functionality - Works with React + TypeScript projects - Applies transformation rules from reference files --- ## Workf...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category