adaptyv
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
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
$ npx -y skills add K-Dense-AI/scientific-agent-skills --skill venue-templates --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/venue-templatesContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: venue-templates description: 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. license: MIT license compatibility: Requires Python 3.11+ for helper scripts; LaTeX and Poppler command-line tools are optional for compilation and PDF inspection. metadata: version: "1.3" skill-author: K-Dense Inc.
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:
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.
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:
1. Download the template from the official source. 2. Keep its class/style files unchanged. 3. Add content without overriding margins, font sizes, spacing, or headers. 4. Use a bundled scaffold only for drafting or when the official source explicitly permits it.
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`
🔔 Claude Scientific Skills is now Scientific Agent Skills. Same skills, broader compatibility — now works with any AI agent that supports the open Agent Skills standard, not just Claude.
How to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
AlphaGenome API key, free for non-commercial use from deepmind.google.com/science/alphagenome. ALPHA_GENOME_API_KEY is accepted as an alternative spelling.
Plan, execute, and document validation, verification, and transfer of analytical procedures under the governing framework - ICH Q2(R2) and Q14, USP…
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data…
Autonomously improve a real artifact (code, training recipe, agent harness, data pipeline, prompt) against an objective and an evaluator, using Hypothesis Tree…