Fec Refactor Clean banner
bovinphang bovinphang

Fec Refactor Clean

Code Quality community

Description

--- 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`**. ## Execution steps 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, Story

Installation

Installs to ~/.claude/skills/bovinphang-frontend-craft-fec-refactor-clean/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bovinphang-frontend-craft-fec-refactor-clean && curl -fsSL https://raw.githubusercontent.com/bovinphang/frontend-craft/HEAD/commands/fec-refactor-clean.md -o ~/.claude/skills/bovinphang-frontend-craft-fec-refactor-clean/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository