latex-conference-template-organizer

Organize messy conference LaTeX template zip files into clean Overleaf-ready structures.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Clay-HHK/claude-skills --skill latex-conference-template-organizer-clay-hhk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: latex-conference-template-organizer
Source: https://github.com/Clay-HHK/claude-skills/tree/main/latex-conference-template-organizer
Command: npx skills add https://github.com/Clay-HHK/claude-skills --skill latex-conference-template-organizer-clay-hhk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Official conference LaTeX templates often arrive as cluttered zip archives filled with example content, instructional comments, and disorganized files, making it hard to start writing a paper immediately. ## Core Features & Use Cases - Template Diagnosis: Extracts the zip, identifies the main .tex file via \documentclass detection, and flags redundant sample files, missing dependencies, and broken references. - Structured Cleanup: Reorganizes content into a standard layout with main.tex, text/ sections, figures/, tables/, styles/, and bibliography files, including anonymous-submission configurations for venues like KDD 2026. - README Generation: Produces a submission guide with conference requirements extracted from the official website or template comments. - Use Case: You downloaded the KDD 2026 acmart template zip and need an anonymous-submission-ready Overleaf project; this Skill cleans it, applies the nonacm configuration, and outputs an upload-ready directory. ## Quick Start Organize this conference LaTeX template zip file into a clean Overleaf-ready project structure.

Frequently Asked Questions about latex-conference-template-organizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up a conference LaTeX template for Overleaf?▼

Extract the zip, identify the main .tex file containing \documentclass, remove sample and example content, then reorganize files into text/, figures/, tables/, and styles/ directories. Upload the resulting output directory to Overleaf and recompile to verify.

How to set up anonymous submission for KDD 2026 acmart template?▼

Use \documentclass[sigconf,anonymous,review,nonacm]{acmart} and disable ACM metadata with \settopmatter{printacmref=false}, \setcopyright{none}, and empty \acmConference, \acmYear, \acmISBN, and \acmDOI commands to remove footnotes.

Which LaTeX document classes does this template organizer support?▼

It handles common conference classes including acmart for ACM and KDD, cvpr for CVPR/ICCV, neurips_2025 for NeurIPS, iclr2025_conference for ICLR, and aaai25 for AAAI. The main file is detected by searching for \documentclass declarations.

What happens if the main tex file cannot be found in the template?▼

The Skill lists all .tex files in the extracted archive and asks you to choose the main file manually. It first checks common names like main.tex, paper.tex, and sample-sigconf.tex, then searches for files containing \documentclass.

Why does Overleaf delete empty directories in my LaTeX project?▼

Overleaf automatically removes empty directories when a project is uploaded. To prevent the tables/ directory from disappearing, the Skill creates an example table file inside it that you can later delete or replace with your own tables.