Use this skill whenever the user asks to refactor, split, restructure, or clean up an HTML file that contains inline <style> and/or <script> blocks — especially a single-file frontend served by Flask/Jinja (or Django) via render_template. Covers extracting CSS/JS into static files, splitting a monol
Use this skill whenever the user asks to refactor, split, restructure, or clean up an HTML file that contains inline <style> and/or <script> blocks — especially a single-file frontend served by Flask/Jinja (or Django) via render_template. Covers extracting CSS/JS into static files, splitting a monolithic script into ordered modules, and centralizing global state, all WITHOUT changing behavior, add