What problem does it solve? Recently modified code often accumulates unnecessary complexity, nested ternaries, redundant abstractions, and overly compact one-liners that hurt readability. This Skill refines that code for clarity and consistency without changing its behavior. ## Core Features & Use Cases - Functionality-Preserving Refinement: Simplifies code structure while guaranteeing all original features, outputs, and behaviors remain intact. - Project Standards Enforcement: Applies established conventions such as ES modules, explicit return types, function declarations, and consistent naming. - Clarity Improvements: Eliminates nested ternaries, redundant abstractions, and dense one-liners in favor of explicit, readable code. - Use Case: After a coding session, ask the agent to review the recently modified files; it will refactor nested conditionals into clear if/else chains and break compact chained operations into named intermediate steps. ## Quick Start Ask the agent to simplify and clean up the code you just modified in this session while preserving all functionality.