Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkills / Science & Research / research-methods

Paper Style

Category: Science & Research  ·  Sub-category: research-methods  ·  Last updated:
Paper 风格校准命令(全文风格一致性校准 + 个人风格基线 + AIGC 误判申诉特征陈列)。当用户要查全文文风是否一致、要校准各章语体、要建立自己的写作风格基线供后续起草复用、或论文被 AIGC 检测判为 AI 生成要向学校/期刊申诉时使用——即使用户只说"这几章读着不像一个人写的""帮我看看文风统不统一""我的句子是不是太长了""建立我的文风基线""这段被判成 AI 了怎么办"也应使用。行为铁律:五类风格特征(句长分布/虚词密度/引用位置/人称频次/四字格与术语密度)一律由 `scripts/style_metrics.py` 机械算出,LLM 只解读数字、绝不给"读起来像/不像 AI""文风不够学术"这类无依据判断;默认只陈列偏移与着力点、不代改一句定稿(用户明确要示例改法才给 1-2 句并标"示例、非定稿");术语密度与四字格为近似值(零第三方依赖不引分词)、每处必标"近似";确认前零落盘。硬拒"帮我降 AI 率/躲过检测/改到检测不出来"——本命令服务全文一致性与误判申诉、不服务规避检测,指路 /paper-disclose 如实披露。不替用户改写定稿、不做查重降重、不判定文本是否由 AI 生成、不解释检测器阈值。
Security AStatic scan found no risk patternsHow grading works ›

From the source SKILL.md

帮用户查全文风格是否前后一致、把自己的写作风格沉淀成可复用的基线、在被 AIGC 检测误判时拿到客观特征作申诉材料。你(执行本 skill 的宿主 agent)做的事:读 manuscript/ 正文 → 判学科梯队 → 与用户确认范围与模式 → 跑 scripts/style_metrics.py 机械算特征 → 按章节陈列特征表与偏移、每条着力点配疑问句 → 落 HTML+MD 双产物(模式 b 另落风格基线)。

What this skill does

Paper Style is a community-contributed Claude Code skill in the research-methods sub-category. It ships as a SKILL.md file that Claude Code auto-discovers under ~/.claude/skills/paper-style/ and loads when your prompt matches the skill's trigger.

Who uses this skill

The Paper Style Claude Code skill is built for researchers, data scientists, academics, and analysts working with complex data and scientific literature. It's part of ClaudSkills (also referred to as Claude Skills or Claude Code Skills) — the open community-curated registry of 168,000+ SKILL.md files for Anthropic's Claude Code agent and the wider Claude ecosystem (Claude API, Claude Agent SDK).

How to install

Free

Manual install (2 steps)

mkdir -p ~/.claude/skills/paper-style
curl -L https://claudskills.com/skills/paper-style/SKILL.md \
  -o ~/.claude/skills/paper-style/SKILL.md

Or just download SKILL.md directly and drop it into ~/.claude/skills/paper-style/. Claude Code auto-discovers it on next session.

Skills live at ~/.claude/skills/paper-style/SKILL.md on macOS/Linux, or %USERPROFILE%\.claude\skills\paper-style\SKILL.md on Windows. See the full install guide for step-by-step instructions.

Telegram

📱 Install from your phone or desktop Telegram

Open @claudskills_bot on Telegram, tap Open Desktop App, and the desktop app installs this skill for you. Or share the bot link with a colleague — they get the same one-tap install. Learn more →

Pro

One-click install via the desktop app

The ClaudSkills desktop app installs any skill directly into ~/.claude/skills/ with one click — no terminal required. Pro starts at $9/mo or $149 lifetime.

Pro

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Frequently asked questions

How do I install the Paper Style Claude Code skill?
Install via the ClaudSkills desktop app (one click) or copy SKILL.md from the source repository to ~/.claude/skills/paper-style/SKILL.md and restart Claude Code. Both flows are detailed at claudskills.com/install/.
What does the Paper Style skill do?
Paper 风格校准命令(全文风格一致性校准 + 个人风格基线 + AIGC 误判申诉特征陈列)。当用户要查全文文风是否一致、要校准各章语体、要建立自己的写作风格基线供后续起草复用、或论文被 AIGC 检测判为 AI 生成要向学校/期刊申诉时使用——即使用户只说"这几章读着不像一个人写的""帮我看看文风统不统一""我的句子是不是太长了""建立我的文风基线""这段被判成 AI 了怎么办"也应使用。行为铁律:五类风格特征(句长分布/虚词密度/引用位置/人称频次/四字格与术语密度)一律由 `scripts/style_metrics.py` 机械算出,LLM 只解读数字、绝不给"读起来像/不像 AI""文风不够学术"这类无依据判断;默认只陈列偏移与着力点、不代改一句定稿(用户明确要示例改法才给 1-2 句并标"示例、非定稿");术语密度与四字格为近似值(零第三方依赖不引分词)、每处必标"近似";确认前零落盘。硬拒"帮我降 AI 率/躲过检测/改到检测不出来"——本命令服务全文一致性与误判申诉、不服务规避检测,指路 /paper-disclose 如实披露。不替用户改写定稿、不做查重降重、不判定文本是否由 AI 生成、不解释检测器阈值。
Is this skill free to install?
Yes. ClaudSkills is an open registry — every skill keeps its source repository's license, and manual install via copy is free. ClaudSkills Pro ($9/mo, $79/yr, or $149 one-time) adds one-click install via the desktop app and a multi-signal Quality Score.
When should I use the Paper Style skill?
Use Paper Style when your Claude Code task falls under the Science & Research category — specifically in the research methods area. Claude Code auto-discovers installed skills and invokes the right one based on the task description, so you can also ask Claude directly (e.g. "use Paper Style" or describe the task and let Claude pick). Browse related skills at /category/science/.
What is a Claude Code skill and how does the Paper Style skill fit in?
A Claude Code skill is a SKILL.md file that lives under ~/.claude/skills/<name>/ and tells the Claude Code CLI agent how to perform a specific task (instructions, prompts, allowed tools). Skills are auto-discovered at session start. Paper Style is one of 67,000+ skills indexed in the open ClaudSkills catalog, classified under the Science & Research category. Learn more at /learn/what-is-a-claude-skill/.

Attribution & license

Cite this skill

If you reference this skill in a blog post, paper, or documentation, you can cite it as:

APA
cabbage2000-lab. (2026). Paper Style [Claude Code skill]. ClaudSkills. https://claudskills.com/skills/paper-style/
BibTeX
@misc{paper-style-2026,
  author    = {cabbage2000-lab},
  title     = {Paper Style [Claude Code skill]},
  year      = {2026},
  publisher = {ClaudSkills},
  url       = {https://claudskills.com/skills/paper-style/}
}

Embed this skill

Promote, attribute, or link this skill from your own README, blog post, or documentation. All three snippets are free to use — no sign-up, no API key. More distribution surfaces →

Badge
[![ClaudSkills](https://claudskills.com/badge/paper-style.svg)](https://claudskills.com/skills/paper-style/?utm_source=badge&utm_medium=readme&utm_campaign=skill_badge)
<script>
<script src="https://claudskills.com/embed/paper-style.js" async></script>
<iframe>
<iframe src="https://claudskills.com/embed/paper-style.html" width="100%" height="160" frameborder="0" loading="lazy" title="ClaudSkills: Paper Style"></iframe>

Security scan

Grade A · scanned 2026-07-31 — free static scan against the OWASP Agentic Skills Top 10.

No risk patterns were found in any of the ten OWASP-aligned categories. How grading works ›

Show this grade on your repo (click to copy):

[![Security: A](https://img.shields.io/badge/Security-A-2e7d32)](https://claudskills.com/skills/paper-style/#security)

Free. No spam. Unsubscribe in one click.

More Science & Research skills

Browse all Science & Research skills in the ClaudSkills registry, or explore these other picks from the same category:

Browse all Science & Research skills → Top 100 skills
Part of ClaudSkills — the open registry for Claude Skills & Claude Code Skills.  ·  What's New  ·  Install guide  ·  About  ·  llms.txt

Part of Acreator Store — Adam Lankamer's AI tools: PerfectStudio · Ucaption · UTagger · AutoXPoster · TestYourSkills · AutomationFlows · Au Naturel · Telegram @acreatorstore