agentsclimarketplace

Paper writing

Skill BioTender-max/awesome-bio-agent-skills/skills/pantheon/paper_writing

A curated collection of AI agent skills for biomedical research, covering genomics, proteomics, single-cell analysis, clinical AI, and protein design.

Install
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill paper_writing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Skills for the Paper Write Team: report and academic templates for HTML/PDF rendering. Each template file is self-contained (HTML + CSS or LaTeX in a single markdown file).

SKILL.md

2.0 KB, 422 tokens by cl100k_base, as published. Nobody here has run it

Paper Writing Skills

Resources for the Paper Write Team's reporter agent. Each template is a self-contained markdown file with the full HTML+CSS or LaTeX content.

Templates

TemplateFileStyleUse Case
report_standardreport_standard.mdProfessional report (Manus-style), HTML+CSSDefault for all reports
report_academicreport_academic.mdFormal academic paper, HTML+CSSHTML preview for academic papers
latex_cnlatex_cn.mdChinese academic paper, LaTeXChinese academic PDF via Tectonic
latex_enlatex_en.mdEnglish academic paper, LaTeXEnglish academic PDF via Tectonic

How to Use

Report style (default)

  1. Reporter reads this skill index
  2. Reporter reads report_standard.md — contains both the HTML template and CSS
  3. Reporter reads paper.md, parses frontmatter, converts Markdown body to HTML
  4. Reporter fills the HTML template with metadata + CSS + content
  5. Reporter writes the final HTML file
  6. The UI exports the HTML to PDF on user request (browser print-to-PDF using the @media print CSS rules)

Academic style

  1. Reporter reads this skill index
  2. Reporter reads the LaTeX template (latex_cn.md or latex_en.md based on lang)
  3. Reporter reads paper.md, parses frontmatter, converts Markdown body to LaTeX
  4. Reporter fills the LaTeX template with metadata + content, writes .tex file
  5. Reporter runs Tectonic to compile PDF
  6. Reporter also reads report_academic.md to generate an HTML preview

Custom templates

Users can add their own .md template files to this directory following the same format (frontmatter + HTML/CSS or LaTeX in code blocks).

What ships with it: 4 files

18.5 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.