fec-debug
Front-end problem diagnosis and repair: covering build failures, runtime errors, UI exceptions, and interface problems, using a unified diagnostic framework to…
Identify and clean up front-end dead code, unused exports, outdated components, styles and dependencies under validation protection.
> /plugin marketplace add bovinphang/frontend-craft > /plugin install frontend-craft@frontend-craft
How it fires
How this command gets triggered: by you, by Claude, or both.
/fec-refactor-cleanContext preview
What this command does when you run it.
Identify and clean up front-end dead code, unused exports, outdated components, styles and dependencies under validation protection.
name: fec-refactor-clean description: Identify and clean up front-end dead code, unused exports, outdated components, styles and dependencies under validation protection.
Press `fec-refactor-clean` to perform a safe clean. Complex cleanup can be delegated to **`fec-refactor-cleaner`**.
1. Establish the current verification baseline. 2. Use existing tools in the warehouse or `rg` to collect unused candidates. 3. Check dynamic references, routing, barrel export, Storybook, test and style entry. 4. Divide the candidates into SAFE, CAUTION, and DANGER. 5. Only clean SAFE items; other items output suggestions and evidence. 6. Rerun the affected verification commands after each batch cleanup.
Save the clean report to `reports/refactor-clean-YYYY-MM-DD-HHmmss.md`.
frontend-craft is a universal frontend plugin that brings the same opinionated engineering standards to all 15 AI coding assistants.
Repo: bovinphang/frontend-craft
Front-end problem diagnosis and repair: covering build failures, runtime errors, UI exceptions, and interface problems, using a unified diagnostic framework to…
Sync README, docs, environment variables, scripts, API/routing/component descriptions and deployment instructions from code and project sources of truth.
Initialize frontend-craft project template, rules or downgrade instructions according to the current AI runtime.
Unified front-end planning entrance - implementation/architecture plan or testing strategy. The implementation path is taken by default; when the user clearly…
Build an ordered behavior-preserving frontend refactoring plan from evidence without editing business code.
Execute controlled behavior-preserving frontend refactoring with small steps, verification, rollback, and proof reporting.