venue-compliance

Check LaTeX manuscripts against academic venue submission requirements.

26|3|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/OniReimu/Ageaf --skill venue-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: venue-compliance
Source: https://github.com/OniReimu/Ageaf/tree/main/public/skills/custom/venue-compliance
Command: npx skills add https://github.com/OniReimu/Ageaf --skill venue-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious and error-prone process of checking if a LaTeX manuscript adheres to the specific formatting and submission requirements of academic venues, saving researchers significant time and preventing rejections due to non-compliance.

Core Features & Use Cases

  • Automated Guideline Discovery: Finds and parses submission guidelines from the web.
  • Comprehensive Compliance Checking: Verifies page limits, templates, margins, required sections, anonymization, and more against the manuscript.
  • Structured Reporting: Generates a clear markdown checklist of compliance status with evidence and suggestions.
  • Use Case: A researcher preparing a paper for NeurIPS can use this Skill to automatically check if their LaTeX document meets all NeurIPS 2024 formatting rules, including page limits, template usage, and the inclusion of required checklists, before submission.

Quick Start

Use the venue-compliance skill to check if my paper 'main.tex' meets the submission requirements for NeurIPS 2024.

Frequently Asked Questions about venue-compliance

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

FAQPage Schema
How do I check if my LaTeX manuscript meets academic venue submission requirements?

You can check LaTeX manuscript compliance by analyzing .tex and .bib files against specific venue guidelines. This process discovers formatting rules via web search and verifies page limits, margins, required sections, and anonymization to ensure academic publishing standards are met.

What is the best way to automate formatting checks for LaTeX academic publishing submissions?

Automating LaTeX formatting checks involves discovering venue guidelines online and extracting submission rules. The system then verifies manuscript content against these rules, generating a structured markdown checklist with compliance status, evidence, and suggestions for academic publishing.

Does this compliance checking process support both .tex and .bib files?

Yes, automated context analysis supports both .tex and .bib files for compliance reporting. This ensures that manuscript content and bibliography files are comprehensively verified against academic venue submission requirements and formatting rules.

How do I verify my paper complies with NeurIPS 2024 formatting rules before submission?

To verify NeurIPS 2024 formatting rules, you check your LaTeX document against the venue's specific requirements. This includes confirming page limits, template usage, and the inclusion of required checklists to prevent rejections due to non-compliance.

Can I automatically discover submission guidelines from the web for my LaTeX paper?

Yes, automated guideline discovery finds and parses submission guidelines from the web. By fetching academic venue requirements online, it extracts formatting rules and verifies your LaTeX manuscript content against these specific venue guidelines.

What limitations exist when checking LaTeX compliance against venue guidelines?

Compliance checking relies on discovering guidelines via web search and fetching formatting rules. If venue submission requirements are not publicly accessible online or require login authentication, the automated context analysis may be unable to extract the necessary compliance rules.