Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

stat-writing统计写作

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

343

周安装

14

GitHub Stars

16

下载量

111
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:stat-writing(统计写作)
来源仓库:https://github.com/fuhaoda/stats-paper-writing-agent-skills
仓库路径:skills/stat-writing
安装命令:
npx skills add https://github.com/fuhaoda/stats-paper-writing-agent-skills --skill stat-writing
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/fuhaoda/stats-paper-writing-agent-skills --skill stat-writing

简介

stat-writing 用于辅助文档、README 和内容稿件的整理与改写,适合在 Codex、Claude、Cursor、Gemini CLI 中提炼结构和统一术语。

  • 适用于文档撰写、Markdown 编辑和内容优化等场景,如技术说明、对外文案。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需保留项目已有事实和路径。
  • 涉及对外文案时应控制语气,避免过度营销或夸大能力,确保信息准确。
  • 使用前建议核验原始内容,防止将未确认信息写成确定结论。

SKILL.md

Statistical Writing (One Skill)

This is a single "workbench" skill for statistical manuscripts written in LaTeX.

Guidance is split into focused references under references/. Deterministic checks live in scripts/. Ready-to-use templates live in assets/.

Positioning: Hybrid + JDS profile

Default behavior is journal-agnostic. For Journal of Data Science (JDS), apply the JDS profile:

  • Maintain strong literature positioning and explicit novelty.
  • Require clean cross-referencing and cleaned BibTeX.
  • Prefer vector graphics for figures in the manuscript.
  • Enable line numbers for review drafts.
  • Include reproducibility artifacts (code/data/supplement) when possible.

When to use this skill

Use this skill when the user wants to:

  1. Generate compliant front matter (title, abstract, keywords).
  2. Expand outlines into complete sections in LaTeX.
  3. Audit a manuscript for structure, style, references, and reproducibility quality.
  4. Draft reviewer reports.
  5. Draft point-by-point response letters.
  6. Scaffold a book manuscript from a chapter plan.

Inputs to ask for (minimal)

Prefer file paths over pasted text.

  • Manuscript tasks: root TeX file (for example main.tex).
  • Reference checks: BibTeX file(s) (for example refs.bib).
  • Response letters: full reviewer/editor comments + revised text if available.
  • Reviewer report: manuscript or extended abstract being reviewed.
  • Book manuscript: chapter list, audience, tone, and desired notation style.

If details are missing, proceed with placeholders like \todo{...} and ask only critical questions.

Output conventions

Unless the user requests otherwise:

  • Return LaTeX-ready output.
  • For audits: rank issues as HIGH/MED/LOW with concrete fixes.
  • For rewrites: include revised text and short change log.
  • Never invent results or citations. Use \todo{add citation} or \todo{verify result}.

Task routing map

Open only the reference files needed for the task.

  • Title: references/10-title.md
  • Abstract: references/11-abstract.md
  • Keywords: references/12-keywords.md
  • Outline to section drafting: references/60-outline-to-section.md
  • Introduction: references/20-introduction.md
  • Data: references/21-data.md
  • Methods: references/22-methods.md
  • Simulation (ADEMP): references/23-simulation.md
  • Application/Results: references/24-application.md
  • Discussion: references/25-discussion.md
  • Other sections: references/30-other-sections.md
  • General style/storyline: references/31-general-style.md
  • English pitfalls: references/32-english.md
  • BibTeX/natbib: references/40-bibtex-natbib.md
  • Labels/cross-references: references/41-cross-referencing.md
  • Reviewer report: references/50-review-report.md
  • Response to reviewers: references/51-response-to-reviewers.md
  • Research proposal/project cycle: references/70-project-proposal.md
  • Book manuscript workflow: references/71-book-manuscript.md
  • Tooling/reproducibility: references/80-tooling.md

Built-in assets

  • Response letter (LaTeX): assets/response-letter-template.tex
  • Reviewer report (Markdown): assets/reviewer-report-template.md
  • Reviewer report (LaTeX): assets/reviewer-report-template.tex
  • Generic section skeleton: assets/section-skeleton.tex
  • Manuscript starter (LaTeX): assets/manuscript-template.tex
  • Book manuscript starter (LaTeX): assets/book-manuscript-template.tex

Optional scripts (deterministic checks)

  • Manuscript checks: python scripts/check_tex.py path/to/main.tex
  • Citation/BibTeX checks: python scripts/check_bib.py --tex path/to/main.tex --bib path/to/refs.bib
  • Combined run: python scripts/audit_paper.py --tex path/to/main.tex --bib path/to/refs.bib

These checks are heuristic and do not compile LaTeX.

Workflows

Workflow A - Finished paper to abstract + keywords

  1. Read introduction/methods/results/discussion.
  2. Use references/11-abstract.md and references/12-keywords.md.
  3. Draft abstract (default 6-8 sentences, acceptable 4-10, no citations, no math notation).
  4. Draft 6-10 keywords, alphabetized, avoid repeating title terms.
  5. Return:

- \begin{abstract}...\end{abstract} - \keywords{...} (or venue-specific command) - short compliance checklist.

Workflow B - Manuscript audit

  1. Run check_tex.py (and check_bib.py if .bib exists).
  2. Use references/31-general-style.md, references/40-bibtex-natbib.md, and section-specific references.
  3. Return top issues ranked by severity and concrete LaTeX edits.
  4. For JDS profile, explicitly call out line numbers, vector graphics, cleaned BibTeX, and reproducibility supplement readiness.

Workflow C - Reviewer report drafting

  1. Use references/50-review-report.md.
  2. Write summary + overall assessment + numbered major/minor comments.
  3. Keep tone constructive and professional.
  4. If requested, output using assets/reviewer-report-template.tex.

Workflow D - Response to reviewers

  1. Use references/51-response-to-reviewers.md.
  2. Structure by Editor, Associate Editor, Reviewer sections.
  3. For every comment: quote, respond, quote manuscript change, add location.
  4. If requested, render with assets/response-letter-template.tex.

Workflow E - Outline to full section

  1. Identify section type.
  2. Use references/60-outline-to-section.md + relevant section reference.
  3. Expand bullets into coherent paragraphs with transitions.
  4. Use placeholders where information is missing.

Workflow F - Book manuscript scaffolding

  1. Use references/71-book-manuscript.md.
  2. Start from assets/book-manuscript-template.tex.
  3. Build frontmatter/mainmatter/backmatter and chapter map.
  4. Keep notation generic by default; add optional custom notation block only when requested.

Copy/paste prompt patterns

Abstract + keywords

"Use stat-writing. Read main.tex and draft a compliant abstract (default 6-8 sentences, acceptable 4-10; no citations; no math notation) and 6-10 alphabetical keywords. Output LaTeX blocks."

Full audit

"Use stat-writing. Audit main.tex (+ refs.bib). Run scripts if allowed. Return top issues with HIGH/MED/LOW and patch-ready LaTeX fixes."

Response to reviewers

"Use stat-writing. Here are reviewer/editor comments. Write a point-by-point response letter with quoted manuscript revisions and locations."

Reviewer report

"Use stat-writing. Draft a reviewer report with summary, overall assessment, numbered major comments, and numbered minor comments."

Book manuscript

"Use stat-writing. Start a book manuscript from chapter bullets using the book template. Produce frontmatter/mainmatter/backmatter and chapter-by-chapter drafting plan."

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.58%
按下载量换算42

Claude

28.19%
按下载量换算31

Cursor

17.3%
按下载量换算19

Gemini CLI

8.66%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills