nanoresearch-writing
Draft a LaTeX research paper from all previous stage outputs
适合你,如果已有研究笔记或实验数据,需要快速生成论文初稿
/ 下载安装
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code
~/.claude/skills/(项目级 .claude/skills/)Codex CLI
~/.codex/skills/Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add openraiser/nanoresearch/nanoresearch-writing/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- openraiser/nanoresearch/nanoresearch-writing/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify openraiser/nanoresearch/nanoresearch-writing安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
1491GitHub stars
~430上下文体积 · 单文件
镜像托管
怎么用
商店整理自技能原文 · 版本 7144364 · 表述以原文为准它做什么
装上后,Claude 会根据之前步骤的产出(想法、计划、实验结果),自动撰写一篇完整的 LaTeX 研究论文草稿,包括摘要、引言、方法、实验、结论等章节,并生成图表和参考文献。
什么时候触发
当你完成研究想法、实验计划和实验执行,并希望将结果整理成论文时触发。
装好后可以这样说
Claude 会读取上游输出并生成完整论文草稿。
Claude 会调用写作技能生成论文。
技能原文 SKILL.md
Writing Skill
Purpose
Take all previous outputs (ideation, planning, experiment results) and produce a complete LaTeX paper draft with figures, tables, and bibliography.
Tools Required
generate_latex: Generate and assemble LaTeX source files for each paper sectioncompile_pdf: Compile the LaTeX source into a PDF documentgenerate_figure: Produce publication-quality figures from experiment results
Input
ideation_output: Path topapers/ideation_output.jsonfrom the ideation skillexperiment_blueprint: Path topapers/experiment_blueprint.jsonfrom the planning skillexperiment_results: Path toexperiments/directory containing code and results from the experiment skill
Process
- Parse all upstream outputs to gather hypotheses, literature, experiment design, and results
- Generate the paper outline following a standard structure (Abstract, Introduction, Related Work, Method, Experiments, Conclusion)
- Draft the Abstract summarizing the problem, approach, and key findings
- Draft the Introduction motivating the research question and stating contributions
- Draft Related Work synthesizing the surveyed literature from the ideation stage
- Draft the Method section describing the proposed approach in detail
- Draft the Experiments section with dataset descriptions, baseline comparisons, and ablation results
- Generate figures (performance plots, ablation charts, architecture diagrams) using
generate_figure - Generate tables summarizing quantitative results
- Draft the Conclusion with a summary of findings and future work directions
- Compile the bibliography from all cited papers
- Assemble the full LaTeX document using
generate_latex - Compile to PDF using
compile_pdfand verify the output
Output
Produces papers/draft/ directory containing:
main.tex: Complete LaTeX source of the paperreferences.bib: Bibliography file with all citationsfigures/: Generated figures in PDF or PNG formattables/: LaTeX table source filesmain.pdf: Compiled PDF of the paper draft
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…