venue-templates

davila7/claude-code-templates · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/davila7/claude-code-templates --skill venue-templates
0 commentsdiscussion
summary

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.

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 documents with this skill, always consider adding scientific diagrams and schematics to enhance visual communication.

If your document does not already contain schematics or diagrams:

  • Use the scientific-schematics skill to generate AI-powered publication-quality diagrams
  • Simply describe your desired diagram in natural language
  • Nano Banana Pro will automatically generate, review, and refine the schematic

For new documents: Scientific schematics should be generated by default to visually represent key concepts, workflows, architectures, or relationships described in the text.

How to generate schematics:

python scripts/generate_schematic.py "your diagram description" -o figures/output.png

The AI will automatically:

  • Create publication-quality images with proper formatting
  • Review and refine through multiple iterations
  • Ensure accessibility (colorblind-friendly, high contrast)
  • Save outputs in the figures/ directory

When to add schematics:

  • Methodology flowcharts for papers
  • Conceptual framework diagrams
  • System architecture illustrations
  • Data flow diagrams
  • Experimental design visualizations
  • Research workflow diagrams
  • Any complex concept that benefits from visualization

For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.


Core Capabilities

1. Journal Article Templates

Access LaTeX templates and formatting guidelines for 50+ major scientific journals across disciplines:

Nature Portfolio:

  • Nature, Nature Methods, Nature Biotechnology, Nature Machine Intelligence
  • Nature Communications, Nature Protocols
  • Scientific Reports

Science Family:

  • Science, Science Advances, Science Translational Medicine
  • Science Immunology, Science Robotics

PLOS (Public Library of Science):

  • PLOS ONE, PLOS Biology, PLOS Computational Biology
  • PLOS Medicine, PLOS Genetics

Cell Press:

  • Cell, Neuron, Immunity, Cell Reports
  • Molecular Cell, Developmental Cell

IEEE Publications:

  • IEEE Transactions (various disciplines)
  • IEEE Access, IEEE Journal templates

ACM Publications:

  • ACM Transactions, Communications of the ACM
  • ACM conference proceedings

Other Major Publishers:

  • Springer journals (various disciplines)
  • Elsevier journals (custom templates)
  • Wiley journals
  • BMC journals
  • Frontiers journals

2. Conference Paper Templates

Conference-specific templates with proper formatting for major academic conferences:

Machine Learning & AI:

  • NeurIPS (Neural Information Processing Systems)
  • ICML (International Conference on Machine Learning)
  • ICLR (International Conference on Learning Representations)
  • CVPR (Computer Vision and Pattern Recognition)
  • AAAI (Association for the Advancement of Artificial Intelligence)

Computer Science:

  • ACM CHI (Human-Computer Interaction)
  • SIGKDD (Knowledge Discovery and Data Mining)
  • EMNLP (Empirical Methods in Natural Language Processing)
  • SIGIR (Information Retrieval)
  • USENIX conferences

Biology & Bioinformatics:

  • ISMB (Intelligent Systems for Molecular Biology)
  • RECOMB (Research in Computational Molecular Biology)
  • PSB (Pacific Symposium on Biocomputing)

Engineering:

  • IEEE conference templates (various disciplines)
  • ASME, AIAA conferences

3. Research Poster Templates

Academic poster templates for conference presentations:

Standard Formats:

  • A0 (841 × 1189 mm / 33.1 × 46.8 in)
  • A1 (594 × 841 mm / 23.4 × 33.1 in)
  • 36" × 48" (914 × 1219 mm) - Common US size
  • 42" × 56" (1067 × 1422 mm)
  • 48" × 36" (landscape orientation)

Template Packages:

  • beamerposter: Classic academic poster template
  • tikzposter: Modern, colorful poster design
  • baposter: Structured multi-column layout

Design Features:

  • Optimal font sizes for readability at distance
  • Color schemes (colorblind-safe palettes)
  • Grid layouts and column structures
  • QR code integration for supplementary materials

4. Grant Proposal Templates

Templates and formatting requirements for major funding agencies:

NSF (National Science Foundation):

  • Full proposal template (15-page project description)
  • Project Summary (1 page: Overview, Intellectual Merit, Broader Impacts)
  • Budget and budget justification
  • Biographical sketch (3-page limit)
  • Facilities, Equipment, and Other Resources
  • Data Management Plan

NIH (National Institutes of Health):

  • R01 Research Grant (multi-year)
  • R21 Exploratory/Developmental Grant
  • K Awards (Career Development)
  • Specific Aims Page (1 page, most critical component)
  • Research Strategy (Significance, Innovation, Approach)
  • Biographical sketches (5-page limit)

DOE (Department of Energy):

  • Office of Science proposals
  • ARPA-E templates
  • Technology Readiness Level (TRL) descriptions
  • Commercialization and impact sections

DARPA (Defense Advanced Research Projects Agency):

  • BAA (Broad Agency Announcement) responses
  • Heilmeier Catechism framework
  • Technical approach and milestones
  • Transition planning

Private Foundations:

  • Gates Foundation
  • Wellcome Trust
  • Howard Hughes Medical Institute (HHMI)
  • Chan Zuckerberg Initiative (CZI)

Workflow: Finding and Using Templates

Step 1: Identify Target Venue

Determine the specific publication venue, conference, or funding agency:

Example queries:
- "I need to submit to Nature"
- "What are the requirements for NeurIPS 2025?"
- "Show me NSF proposal formatting"
- "I'm creating a poster for ISMB"

Step 2: Query Template and Requirements

Access venue-specific templates and formatting guidelines:

For Journals:

# Load journal formatting requirements
Reference: references/journals_formatting.md
Search for: "Nature" or specific journal name

# Retrieve template
Template: assets/journals/nature_article.tex

For Conferences:

# Load conference formatting
Reference: references/conferences_formatting.md
Search for: "NeurIPS" or specific conference

# Retrieve template
Template: assets/journals/neurips_article.tex

For Posters:

# Load poster guidelines
Reference: references/posters_guidelines.md

# Retrieve template
Template: assets/posters/beamerposter_academic.tex

For Grants:

# Load grant requirements
Reference: references/grants_requirements.md
Search for: "NSF" or specific agency

# Retrieve template
Template: assets/grants/nsf_proposal_template.tex

Step 3: Review Formatting Requirements

Check critical specifications before customizing:

Key Requirements to Verify:

  • Page limits (varies by venue)
  • Font size and family
  • Margin specifications
  • Line spacing
  • Citation style (APA, Vancouver, Nature, etc.)
  • Figure/table requirements
  • File format (PDF, Word, LaTeX source)
  • Anonymization (for double-blind review)
  • Supplementary material limits

Step 4: Customize Template

Use helper scripts or manual customization:

Option 1: Helper Script (Recommended):

python scripts/customize_template.py \
  --template assets/journals/nature_article.tex \
  --title "Your Paper Title" \
  --authors "First Author, Second Author" \
  --affiliations "University Name" \
  --output my_nature_paper.tex

Option 2: Manual Editing:

  • Open template file
  • Replace placeholder text (marked with comments)
  • Fill in title, authors, affiliations, abstract
  • Add your content to each section

Step 5: Validate Format

Check compliance with venue requirements:

python scripts/validate_format.py \
  --file my_paper.pdf \
  --venue "Nature" \
  --check-all

Validation Checks:

  • Page count within limits
  • Font sizes correct
  • Margins meet specifications
  • References formatted correctly
  • Figures meet resolution requirements

Step 6: Compile and Review

Compile LaTeX and review output:

# Compile LaTeX
pdflatex my_paper.tex
bibtex my_paper
pdflatex my_paper.tex
pdflatex my_paper.tex

# Or use latexmk for automated compilation
latexmk -pdf my_paper.tex

Review checklist:

  • All sections present and properly formatted
  • Citations render correctly
  • Figures appear with proper captions
  • Page count within limits
  • Author guidelines followed
  • Supplementary materials prepared (if needed)

Integration with Other Skills

This skill works seamlessly with other scientific skills:

Scientific Writing

  • Use scientific-writing skill for content guidance (IMRaD structure, clarity, precision)
  • Apply venue-specific templates from this skill for formatting
  • Combine for complete manuscript preparation

Literature Review

  • Use literature-review skill for systematic literature search and synthesis
  • Apply appropriate citation style from venue requirements
  • Format references according to template specifications

Peer Review

  • Use peer-review skill to evaluate manuscript quality
  • Use this skill to verify formatting compliance
  • Ensure adherence to reporting guidelines (CONSORT, STROBE, etc.)

Research Grants

  • Cross-reference with research-grants skill for content strategy
  • Use this skill for agency-specific templates and formatting
  • Combine for comprehensive grant proposal preparation

LaTeX Posters

  • This skill provides venue-agnostic poster templates
  • Use for conference-specific poster requirements
  • Integrate with visualization skills for figure creation

Template Categories

By Document Type

Category Template Count Common Venues
Journal Articles 30+ Nature, Science, PLOS, IEEE, ACM, Cell Press
Conference Papers 20+ NeurIPS, ICML, CVPR, CHI, ISMB
Research Posters 10+ A0, A1, 36×48, various packages
Grant Proposals 15+ NSF, NIH, DOE, DARPA, foundations

By Discipline

Discipline Supported Venues
Life Sciences Nature, Cell Press, PLOS, ISMB, RECOMB
Physical Sciences Science, Physical Review, ACS, APS
Engineering IEEE, ASME, AIAA, ACM
Computer Science ACM, IEEE, NeurIPS, ICML, ICLR
Medicine NEJM, Lancet, JAMA, BMJ
Interdisciplinary PNAS, Nature Communications, Science Advances

Helper Scripts

query_template.py

Search and retrieve templates by venue name, type, or keywords:

# Find templates for a specific journal
python scripts/query_template.py --venue "Nature" --type "article"

# Search by keyword
python scripts/query_template.py --keyword "machine learning"

# List all available templates
python scripts/query_template.py --list-all

# Get requirements for a venue
python scripts/query_template.py --venue "NeurIPS" --requirements

customize_template.py

Customize templates with author and project information:

# Basic customization
python scripts/customize_template.py \
  --template assets/journals/nature_article.tex \
  --output my_paper.tex

# With author information
python scripts/customize_template.py \
  --template assets/journals/nature_article.tex \
  --title "Novel Approach to Protein Folding" \
  --authors "Jane Doe, John Smith, Alice Johnson" \
  --affiliations "MIT, Stanford, Harvard" \
  --email "[email protected]" \
  --output my_paper.tex

# Interactive mode
python scripts/customize_template.py --interactive

validate_format.py

Check document compliance with venue requirements:

# Validate a compiled PDF
python scripts/validate_format.py \
  --file my_paper.pdf \
  --venue "Nature" \
  --check-all

# Check specific aspects
python scripts/validate_format.py \
  --file my_paper.pdf \
  --venue "NeurIPS" \
  --check page-count,margins,fonts

# Generate validation report
python scripts/validate_format.py \
  --file my_paper.pdf \
  --venue "Science" \
  --report validation_report.txt

Best Practices

Template Selection

  1. Verify currency: Check template date and compare with latest author guidelines
  2. Check official sources: Many journals provide official LaTeX classes
  3. Test compilation: Compile template before adding content
  4. Read comments: Templates include helpful inline comments

Customization

  1. Preserve structure: Don't remove required sections or p
how to use venue-templates

How to use venue-templates on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add venue-templates
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/davila7/claude-code-templates --skill venue-templates

The skills CLI fetches venue-templates from GitHub repository davila7/claude-code-templates and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/venue-templates

Reload or restart Cursor to activate venue-templates. Access the skill through slash commands (e.g., /venue-templates) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.651 reviews
  • Camila Perez· Dec 28, 2024

    Useful defaults in venue-templates — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Camila Lopez· Dec 28, 2024

    I recommend venue-templates for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Chaitanya Patil· Dec 24, 2024

    I recommend venue-templates for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Pratham Ware· Dec 20, 2024

    venue-templates has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Chinedu Abbas· Dec 12, 2024

    Registry listing for venue-templates matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Tariq Jain· Nov 19, 2024

    I recommend venue-templates for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Tariq Desai· Nov 19, 2024

    Useful defaults in venue-templates — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Piyush G· Nov 15, 2024

    Useful defaults in venue-templates — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Luis Menon· Nov 3, 2024

    Solid pick for teams standardizing on skills: venue-templates is focused, and the summary matches what you get after install.

  • Sophia Haddad· Oct 22, 2024

    We added venue-templates from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

showing 1-10 of 51

1 / 6