‹ 首页

nanoresearch-writing

@openraiser · 收录于 1 周前 · 上游提交 1 个月前

Draft a LaTeX research paper from all previous stage outputs

适合你,如果已有研究笔记或实验数据,需要快速生成论文初稿

/ 下载安装
nanoresearch-writing.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 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作者撰写 · MIT · 7144364

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 section
  • compile_pdf: Compile the LaTeX source into a PDF document
  • generate_figure: Produce publication-quality figures from experiment results
Input
  • ideation_output: Path to papers/ideation_output.json from the ideation skill
  • experiment_blueprint: Path to papers/experiment_blueprint.json from the planning skill
  • experiment_results: Path to experiments/ directory containing code and results from the experiment skill
Process
  1. Parse all upstream outputs to gather hypotheses, literature, experiment design, and results
  2. Generate the paper outline following a standard structure (Abstract, Introduction, Related Work, Method, Experiments, Conclusion)
  3. Draft the Abstract summarizing the problem, approach, and key findings
  4. Draft the Introduction motivating the research question and stating contributions
  5. Draft Related Work synthesizing the surveyed literature from the ideation stage
  6. Draft the Method section describing the proposed approach in detail
  7. Draft the Experiments section with dataset descriptions, baseline comparisons, and ablation results
  8. Generate figures (performance plots, ablation charts, architecture diagrams) using generate_figure
  9. Generate tables summarizing quantitative results
  10. Draft the Conclusion with a summary of findings and future work directions
  11. Compile the bibliography from all cited papers
  12. Assemble the full LaTeX document using generate_latex
  13. Compile to PDF using compile_pdf and verify the output
Output

Produces papers/draft/ directory containing:

  • main.tex: Complete LaTeX source of the paper
  • references.bib: Bibliography file with all citations
  • figures/: Generated figures in PDF or PNG format
  • tables/: LaTeX table source files
  • main.pdf: Compiled PDF of the paper draft
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。