Agent skill · AI & Agents

venue-templates

Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill venue-templates --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 25
SKILL.md size: 23 KB
Bundled scripts: yes
Allowed tools: ReadWriteEditBash
Path: skills/02-科学写作与学术交流/venue-templates/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines. It is intended for preparing manuscripts for journal submission, conference papers, research posters, or grant proposals with venue-specific formatting requirements and templates.

How it works

Follows a workflow to identify a target venue, query and retrieve the appropriate template and requirements, review formatting specifications, customize the template via helper scripts or manual edits, validate format with a dedicated script, and compile/review the final document. Concrete steps include:

  • Identify Target Venue
    • Determine the specific publication venue, conference, or funding agency.
    • Use provided example queries to guide selection.
  • Query Template and Requirements
    • Load venue formatting and retrieve templates via scripted references and templates, such as loading a journal template or conference template.
  • Review Formatting Requirements
    • Verify page limits, font size, margins, line spacing, citation style, figure/table requirements, file format, and anonymization needs.
  • Customize Template
    • Option 1: Use a helper script to customize the template with title, authors, affiliations, and output path.
    • Option 2: Manually edit the template to fill in title, authors, affiliations, abstract, and content.
  • Validate Format
    • Run a validation script to check the compiled file against venue requirements and generate a report or perform checks.
  • Compile and Review
    • Compile LaTeX (pdflatex, bibtex, or latexmk) and review the output for sections, citations, figure captions, and adherence to guidelines.

When to use it

This skill should be used when:

  • Preparing a manuscript for submission to a specific journal (Nature, Science, PLOS, IEEE, etc.)
  • Writing a conference paper with specific formatting requirements (NeurIPS, ICML, CHI, etc.)
  • Creating an academic research poster for conferences
  • Drafting grant proposals for federal agencies (NSF, NIH, DOE, DARPA) or private foundations
  • Checking formatting requirements and page limits for target venues
  • Customizing templates with author information and project details
  • Verifying document compliance with venue specifications

What it can touch

  • Templates and assets for journals, conferences, posters, and grants (e.g., references, assets, scripts) as part of the workflow
  • Helper scripts: customize_template.py, query_template.py, validate_format.py
  • Commands and file names exactly as described in the workflow, including usage examples

Caveats

  • License: MIT license
  • Declared tools: claude-code (implied workflow snippets reference Python-based scripts)
  • Content reflects provided venue templates and formatting guidelines; no guarantees of template currency or venue rule changes beyond stated steps
From the SKILL.md

# Venue Templates ## Overview Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines. Use this skill when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates. ## When to Use This Skill This skill should be used when: - Preparing a manuscript for submission to a specific journal (Nature, Science, PLOS, IEEE, etc.) - Writing a conference paper with specific formatting requirements (NeurIPS, ICML, CHI, etc.) - Creating an academic research poster for conferences - Drafting grant proposals for federal agencies (NSF, NIH, DOE, DARPA) or private foundations - Checking formatting requirements and page limits for target venues - Customizing templates with author information and project details - Verifying document compliance with venue specifications ## Visual Enhancement with Scientific Schematics **When creating document

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Visual Enhancement with Scientific Schematics
  4. Core Capabilities
  5. 1. Journal Article Templates
  6. 2. Conference Paper Templates
  7. 3. Research Poster Templates
  8. 4. Grant Proposal Templates
  9. Workflow: Finding and Using Templates
  10. Step 1: Identify Target Venue
  11. Step 2: Query Template and Requirements
  12. Step 3: Review Formatting Requirements
  13. Step 4: Customize Template
  14. Step 5: Validate Format
Ships with 24 files
  • assets/examples/cell_summary_example.md
  • assets/examples/medical_structured_abstract.md
  • assets/examples/nature_abstract_examples.md
  • assets/examples/neurips_introduction_example.md
  • assets/grants/nih_specific_aims.tex
  • assets/grants/nsf_proposal_template.tex
  • assets/journals/nature_article.tex
  • assets/journals/neurips_article.tex
  • assets/journals/plos_one.tex
  • assets/posters/beamerposter_academic.tex
  • references/cell_press_style.md
  • references/conferences_formatting.md
  • references/cs_conference_style.md
  • references/grants_requirements.md
  • references/journals_formatting.md
  • references/medical_journal_styles.md
  • references/ml_conference_style.md
  • references/nature_science_style.md
  • references/posters_guidelines.md
  • references/reviewer_expectations.md
  • references/venue_writing_styles.md
  • scripts/customize_template.py
  • scripts/query_template.py
  • scripts/validate_format.py
first 24 of 25
Commands it runs
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
Load journal formatting requirements
Search for: "Nature" or specific journal name
Retrieve template
Load conference formatting
Search for: "NeurIPS" or specific conference
Load poster guidelines
Load grant requirements
Search for: "NSF" or specific agency
python scripts/customize_template.py \
More from qinyan-academic-skills
All skills →
About this skill
What does the venue-templates skill do?

Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill venue-templates --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going