Agent skill · Documentation

venue-templates

Prepare journal manuscripts, conference papers, research posters, and grant documents using venue-specific formatting guidance and bundled LaTeX scaffolds. Use when selecting an official template, checking current page or anonymity rules, adapting academic writing to a venue, or inspecting a submission PDF.

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add K-Dense-AI/claude-scientific-writer --skill venue-templates --agent claude-code

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

Facts
Files in the skill folder: 31
SKILL.md size: 11 KB
Bundled scripts: yes
Version: 1.2
Requires: Requires Python 3.11+ for helper scripts; LaTeX and Poppler command-line tools are optional for compilation and PDF…
Path: skills/venue-templates/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,169
Language: Python
Read our review of the source →

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

From the SKILL.md

# Venue Templates Prepare publication and funding documents without treating stale formatting details as authoritative. This skill combines: - a verification-first workflow for current venue rules; - bundled LaTeX scaffolds for a small, explicit set of document types; - writing-style and reviewer-expectation guides; and - local helpers for discovering, copying, and inspecting templates. ## Mandatory Currency Rule Venue requirements are time-sensitive. Before giving exact page limits, deadlines, style-file names, anonymity rules, or required sections: 1. Identify the exact venue, year or funding cycle, track, and article or proposal type. 2. Open the official author instructions, call, solicitation, notice of funding opportunity (NOFO), or policy guide. 3. Record the source URL and the date checked. 4. Distinguish initial submission, revision/rebuttal, and camera-ready rules. 5. Treat bundled files as scaffolds unless this skill explicitly says they are a copy of an official template. Never infer a current style-file name by changing the year in an old filename. Never present a generic scaffold as an official venue template. ## When to Use Use this skill for: - locating official jou

What's inside
Steps it walks through
  1. Mandatory Currency Rule
  2. When to Use
  3. Verification-First Workflow
  4. 1. Resolve the exact target
  5. 2. Consult the right reference
  6. 3. Capture a compliance note
  7. 4. Start from the official template
  8. 5. Validate manually and mechanically
  9. Bundled Assets
  10. Journal and conference scaffolds
  11. Grant scaffolds
  12. Poster scaffold
  13. Common Workflows
  14. Annual conference paper
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/elsarticle-harv.bst
  • assets/journals/elsarticle-num-names.bst
  • assets/journals/elsarticle-num.bst
  • assets/journals/elsarticle-template-harv.tex
  • assets/journals/elsarticle-template-num-names.tex
  • assets/journals/elsarticle-template-num.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
first 24 of 31
Commands it runs
python scripts/customize_template.py \
python scripts/query_template.py --list-all
python scripts/query_template.py --venue NeurIPS --requirements
python scripts/query_template.py --type grants
python scripts/validate_format.py \
More from claude-scientific-writer
All skills →
About this skill
What does the venue-templates skill do?

Prepare journal manuscripts, conference papers, research posters, and grant documents using venue-specific formatting guidance and bundled LaTeX scaffolds. Use when selecting an official template, checking current page or anonymity rules, adapting academic writing to a venue, or inspecting a submission PDF.

How do I install it?

Run `npx skills add K-Dense-AI/claude-scientific-writer --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 K-Dense-AI/claude-scientific-writer, a repository with 2,169 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