venue-templates

venue-templates is a skill for Claude Code, Codex from K-Dense-AI/scientific-agent-skills. It costs 57 tokens per session (2,593 once invoked), scanned A, original, MIT.

A guide for preparing journal papers, conference papers, posters, and grant documents using venue-specific instructions and LaTeX templates. It treats a venue's current submission rules as something to verify rather than assume.

In plain words
What is it for?
Use it when formatting or checking an academic submission, research poster, grant proposal, or camera-ready paper.
Why use it?
It reduces the risk of using outdated page limits, templates, anonymity rules, or required sections.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when formatting or checking an academic submission, research poster, grant proposal, or camera-ready paper.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/k-dense-ai/scientific-agent-skills/venue-templates
About the project

Scientific Agent Skills is a collection of reusable procedures that give AI agents capabilities for scientific research across areas such as biology, chemistry, medicine, and drug discovery. It is used by researchers and by people building AI scientist workflows with compatible coding agents. The catalogue contains many of the project's skills and supporting instructions.

K-Dense-AI/scientific-agent-skills · 44,469 stars · on GitHub · arxiv.org

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add K-Dense-AI/scientific-agent-skills --skill venue-templates
Clone the repo
git clone --depth 1 https://github.com/K-Dense-AI/scientific-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for venue-templates

README.md
[![agentmods](https://agentmods.dev/badge/skills/k-dense-ai/scientific-agent-skills/venue-templates/github.svg)](https://agentmods.dev/skills/k-dense-ai/scientific-agent-skills/venue-templates)
Your own site
<a href="https://agentmods.dev/skills/k-dense-ai/scientific-agent-skills/venue-templates"><img src="https://agentmods.dev/badge/skills/k-dense-ai/scientific-agent-skills/venue-templates/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for venue-templates

Your own site · 80×15
<a href="https://agentmods.dev/skills/k-dense-ai/scientific-agent-skills/venue-templates"><img src="https://agentmods.dev/badge/skills/k-dense-ai/scientific-agent-skills/venue-templates.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,593 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 12 Apr 2026
  • Snyk pass 12 Apr 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium System Prompt Leakage · line 74
    Skill contains patterns that could indirectly extract system prompts through rephrasing, translation, summarization, or side-channel techniques.
    Fix: Guard against indirect extraction by refusing to summarize, translate, or rephrase system instructions. Add explicit anti-extraction clauses.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.02593
Opus 5 $0.00028 $0.01296
Sonnet 5 $0.00011 $0.00519
Haiku 4.5 $0.00006 $0.00259

Measured 9d ago against content hash 0635f0b7345d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

venue-templates scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/customize_template.py, scripts/query_template.py, scripts/validate_format.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/venue-templates/SKILL.md · 287 lines

How it starts

The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 journal or conference author instructions;
  • checking page limits, required sections, anonymity, supplemental-material rules, or citation style;
  • choosing and adapting a bundled LaTeX scaffold;
  • preparing NSF, NIH, DOE, DARPA, or foundation proposal documents;
  • designing a research poster after checking event-specific dimensions;
  • adapting prose to a venue's audience and reviewer expectations; or
  • inspecting a PDF's page count and embedded fonts.

Verification-First Workflow

1. Resolve the exact target

Ask for or derive:

  • venue or funding agency;
  • year/cycle and track;
  • document type, such as research article, short paper, main track, R01, or R21;
  • submission stage; and
  • authoring format, such as LaTeX or Word.

Do not combine rules from similarly named venues or tracks.

Read the full file on GitHub · 287 lines

Files

What ships with it

30 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 287 lines · 57 tokens per session scan A 0635f0b7345d

Subscribe to this mod's changes

venue-templates is a skill published in the GitHub repository K-Dense-AI/scientific-agent-skills (44,469 stars, last pushed yesterday), licensed MIT. It adds 57 tokens to every session and 2,593 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

document-format-skills

Chinese Word document formatting toolkit for .docx/.doc/.wps workflows. Use when Codex needs to diagnose document formatting, fix mixed Chinese/English punctuation and spacing, apply official/academic/legal/custom presets, normalize tables and page numbers, preserve or output Word revision marks, convert plain text or…

KaguraNanaga/document-format-skills · 80 tokens

pdf-to-md

Convert PDFs and office documents to clean Markdown, with structured bundles for scientific papers. Use when extracting article structure, preparing a manuscript for analysis, or creating CSAG input.

fmschulz/omics-skills · 38 tokens

discovery-toolbox

A routed repertoire of 90 scientific thinking operators for biological research agents - visual reasoning, detectability and information budgets, search reframing, causal identification, competing explanations, observation and selection processes, pipeline artifact diagnosis, effort allocation, and confirmation…

dekan-aleksandr/biodiscovery-skills · 122 tokens

discovery-director

Operate as a research director making original discoveries from a given biological question and dataset. Use when the task is open-ended scientific research, exploring omics or experimental data for findings, hypothesis generation and testing, screening a large candidate space of genes, variants, features or…

dekan-aleksandr/biodiscovery-skills · 114 tokens

extract-source-sample

Given the path to a finished content-goose ad-run folder, extract everything that defines that ad — recipe shot list, VO script, characters, voices, world, atom-skills, master mp4 — and emit a source-sample.json in the exact shape the upload-ad-sample skill writes to the Goose Ads library. Also links every character…

gooseworks-ai/goose-skills · 160 tokens

comprehensive-enrichment

Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.

gooseworks-ai/goose-skills · 53 tokens