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.
npx -y skills add BioTender-max/awesome-bio-agent-skills --skill paper_writingAssembled 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
| Template | File | Style | Use Case |
|---|---|---|---|
report_standard | report_standard.md | Professional report (Manus-style), HTML+CSS | Default for all reports |
report_academic | report_academic.md | Formal academic paper, HTML+CSS | HTML preview for academic papers |
latex_cn | latex_cn.md | Chinese academic paper, LaTeX | Chinese academic PDF via Tectonic |
latex_en | latex_en.md | English academic paper, LaTeX | English academic PDF via Tectonic |
How to Use
Report style (default)
- Reporter reads this skill index
- Reporter reads
report_standard.md— contains both the HTML template and CSS - Reporter reads paper.md, parses frontmatter, converts Markdown body to HTML
- Reporter fills the HTML template with metadata + CSS + content
- Reporter writes the final HTML file
- The UI exports the HTML to PDF on user request (browser print-to-PDF using the
@media printCSS rules)
Academic style
- Reporter reads this skill index
- Reporter reads the LaTeX template (
latex_cn.mdorlatex_en.mdbased on lang) - Reporter reads paper.md, parses frontmatter, converts Markdown body to LaTeX
- Reporter fills the LaTeX template with metadata + content, writes .tex file
- Reporter runs Tectonic to compile PDF
- Reporter also reads
report_academic.mdto 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
- latex_cn.md2.0 KB
- latex_en.md1.9 KB
- report_academic.md6.6 KB
- report_standard.md8.0 KB