Best for
- locating official journal or conference author instructions;
- checking page limits, required sections, anonymity, supplemental-material rules, or citation style;
- choosing and adapting a bundled LaTeX scaffold;
K-Dense-AI/scientific-agent-skills/skills/venue-templates/SKILL.md
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.
Decision brief
Prepare publication and funding documents without treating stale formatting details as authoritative. This skill combines:
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill "skills/venue-templates"Inspect the Agent Skill "venue-templates" from https://github.com/K-Dense-AI/scientific-agent-skills/blob/e7ac42510774624f327003c95b6650e2883bc01d/skills/venue-templates/SKILL.md at commit e7ac42510774624f327003c95b6650e2883bc01d. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Do not combine rules from similarly named venues or tracks.
Venue requirements are time-sensitive. Before giving exact page limits, deadlines, style-file names, anonymity rules, or required sections:
locating official journal or conference author instructions;
Do not combine rules from similarly named venues or tracks.
Reference files summarize rules but do not override the current official source.
Permission review
The documentation includes network, browsing, or remote request actions.
Official source: https://icml.cc/Conferences/2026/AuthorInstructionsThe documentation asks the agent to run terminal commands or scripts.
python scripts/customize_template.py \The documentation asks the agent to run terminal commands or scripts.
python scripts/query_template.py --list-allThe documentation includes network, browsing, or remote request actions.
-source-url "https://www.nsf.gov/policies/pappg" \Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 87/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 31,966 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Prepare publication and funding documents without treating stale formatting details as authoritative. This skill combines:
Venue requirements are time-sensitive. Before giving exact page limits, deadlines, style-file names, anonymity rules, or required sections:
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.
Use this skill for:
Ask for or derive:
Do not combine rules from similarly named venues or tracks.
| Need | Reference |
|---|---|
| Journal submission and official publisher resources | references/journals_formatting.md |
| Conference rules and 2026 verified snapshots | references/conferences_formatting.md |
| Poster sizes, layout, and accessibility | references/posters_guidelines.md |
| NSF, NIH, DOE, DARPA, and foundation proposals | references/grants_requirements.md |
| Cross-venue writing comparison | references/venue_writing_styles.md |
| Nature and Science writing | references/nature_science_style.md |
| Cell Press writing | references/cell_press_style.md |
| Medical journal writing | references/medical_journal_styles.md |
| ML and computer-vision conference writing | references/ml_conference_style.md |
| ACL, EMNLP, CHI, and other CS writing | references/cs_conference_style.md |
| Review criteria and rebuttals | references/reviewer_expectations.md |
Reference files summarize rules but do not override the current official source.
Before editing, write a short note in the working document or task log:
Target: ICML 2026 main track, initial submission
Official source: https://icml.cc/Conferences/2026/AuthorInstructions
Checked: 2026-07-20
Main-text limit: 8 pages
References/appendices: additional pages allowed in the same PDF
Anonymity: required
Official template: ICML 2026 style package linked by the author instructions
This makes later validation reproducible.
For annual conferences and publisher-managed workflows:
For grants, many components are entered or uploaded separately. Do not submit a combined bundled .tex file as if it were an agency-issued form.
Verify at least:
The helper can inspect page totals and embedded fonts, but it cannot prove that margins, font sizes, excluded sections, or hidden metadata comply.
The repository intentionally bundles only the following templates. Other venues listed in references require an official external template.
| File | Status |
|---|---|
assets/journals/nature_article.tex | Generic Nature-oriented writing scaffold; not an official Nature template |
assets/journals/plos_one.tex | PLOS ONE-oriented scaffold; compare with the current official PLOS LaTeX package |
assets/journals/neurips_article.tex | NeurIPS 2026 wrapper; requires the official neurips_2026.sty |
assets/journals/elsarticle-template-num.tex | Elsevier elsarticle numeric example |
assets/journals/elsarticle-template-num-names.tex | Elsevier elsarticle numbered/name example |
assets/journals/elsarticle-template-harv.tex | Elsevier elsarticle author-year example |
The matching Elsevier .bst files are in assets/journals/.
| File | Status |
|---|---|
assets/grants/nsf_proposal_template.tex | Planning scaffold for common NSF narrative components; upload components separately |
assets/grants/nih_specific_aims.tex | Writing scaffold for a one-page NIH Specific Aims attachment |
Use SciENcv and agency-provided common forms where required. Do not recreate biosketch or current-support forms in LaTeX.
| File | Status |
|---|---|
assets/posters/beamerposter_academic.tex | Venue-agnostic beamerposter scaffold; set dimensions from the event's current presenter instructions |
references/conferences_formatting.md.For NeurIPS 2026, the bundled wrapper can be copied after downloading the official style file:
python scripts/customize_template.py \
--template neurips_article.tex \
--output my_neurips_2026_paper.tex
Do not apply a publisher-wide template when the journal provides its own Guide for Authors.
.tex files only as drafting aids.Run scripts from the skill directory.
python scripts/query_template.py --list-all
python scripts/query_template.py --venue NeurIPS --requirements
python scripts/query_template.py --type grants
The query helper reports only assets that exist in this skill and includes source/currency notes.
python scripts/customize_template.py \
--template nature_article.tex \
--title "Your Paper Title" \
--authors "First Author, Second Author" \
--affiliations "Institution Name" \
--output my_paper.tex
Review every replacement and compile before adding substantial content. User-provided text may need LaTeX escaping.
Use a verified preset:
python scripts/validate_format.py \
--file paper.pdf \
--venue icml-2026 \
--content-pages 8 \
--check page-count,fonts
Or provide an explicit limit and source:
python scripts/validate_format.py \
--file proposal.pdf \
--max-pages 15 \
--content-pages 15 \
--source-url "https://www.nsf.gov/policies/pappg" \
--check page-count,fonts \
--report validation.txt
--content-pages must be counted according to the official rule. The script does not infer where references or appendices begin.
This skill was reviewed on 2026-07-20. Annual conference snapshots are labeled with their year. When updating:
metadata.version.Alternatives
event4u-app/agent-config
Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.
K-Dense-AI/scientific-agent-skills
Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.
K-Dense-AI/scientific-agent-skills
Use NeuroKit2 to build or audit reproducible research workflows for physiological time-series preprocessing, event/interval analysis, multimodal alignment, variability, and complexity. Trigger when code imports neurokit2 or needs its current APIs, schemas, and method-aware validation—not for diagnosis or device validation.
K-Dense-AI/scientific-agent-skills
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.