What problem does it solve? Official conference LaTeX templates arrive as cluttered zip archives full of sample content, instructional comments, and disorganized files, making it hard to start writing a paper or upload a clean project to Overleaf. ## Core Features & Use Cases - Template Analysis and Diagnosis: Extracts the zip, identifies the main .tex file via \documentclass detection, and flags redundant sample files, missing dependencies, and broken reference paths. - Structured Cleanup: Reorganizes content into a standard layout with main.tex, text/ sections, figures/, tables/, styles/, and bibliography files, stripping example content while preserving required packages and document class settings. - Conference-Specific Configuration: Handles anonymous submission setups such as KDD 2026 acmart with the nonacm option, and generates a README with submission requirements extracted from the conference website. - Use Case: You downloaded the KDD 2026 template zip and need an anonymous-submission-ready Overleaf project; this Skill cleans it, splits sections into text/ files, disables ACM metadata footnotes, and produces a README with page limits. ## Quick Start Organize this conference LaTeX template zip file into a clean Overleaf-ready project structure.