Borrowing it
Nothing to install: this file belongs to Geek96/paper-research-skill. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Geek96/paper-research-skill/main/CLAUDE.mdgit clone --depth 1 https://github.com/Geek96/paper-research-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/geek96/paper-research-skill/claude-md)<a href="https://agentmods.dev/instructions/geek96/paper-research-skill/claude-md"><img src="https://agentmods.dev/badge/instructions/geek96/paper-research-skill/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/geek96/paper-research-skill/claude-md"><img src="https://agentmods.dev/badge/instructions/geek96/paper-research-skill/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01183 | $0.01183 |
| Opus 5 | $0.00592 | $0.00592 |
| Sonnet 5 | $0.00237 | $0.00237 |
| Haiku 4.5 | $0.00118 | $0.00118 |
Grade A, and why
paper-research-skill CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md — Contribution Rules for paper-research-skill
This file tells Claude (and human contributors) how to maintain this repository consistently.
⚠️ Versioning — EVERY COMMIT MUST FOLLOW
MANDATORY: Agent 每次 commit 前必须执行版本检查。不执行 = 违规。 禁止跳版本号:Agent 只能递增 PATCH(最后一位),绝对不能跳版本(如 1.0.5 → 1.4.0 ❌)。
Version format: MAJOR.MINOR.PATCH — stored in .claude-plugin/plugin.json as the version field. This is the single source of truth.
| Component | Rule | Who controls |
|---|---|---|
| PATCH | +1 on every commit that changes skill/template/user-facing content | Claude (automatic) |
| MINOR | Auto-increment when PATCH reaches 10, reset PATCH to 0 | Claude (automatic carry) |
| MAJOR | Only when user explicitly says "bump major" or "breaking change" | Human only |
🔴 Pre-Commit Checklist(每次 commit 前必做)
□ 1. cat .claude-plugin/plugin.json → 读取当前版本号
□ 2. 本次 commit 改了 SKILL.md / templates/ / plugin.json / README.md / CHANGELOG.md?
→ YES: PATCH +1(只 +1,不跳)
→ NO: 不 bump
□ 3. PATCH = 10?→ PATCH 归零,MINOR +1
□ 4. 在同一个 commit 中更新 plugin.json 的 version
□ 5. 同步更新 README.md 顶部 badge 中的版本号
□ 6. commit message 中包含版本号
跳过 bump: .gitignore, LICENSE, 纯注释(无行为变化)
Examples
| Before | Action | After | OK? |
|---|---|---|---|
1.0.3 |
patch | 1.0.4 |
✅ |
1.0.9 |
patch (carry) | 1.1.0 |
✅ |
1.1.9 |
patch (carry) | 1.2.0 |
✅ |
1.2.4 |
user says "bump major" | 2.0.0 |
✅ |
1.0.5 |
agent jumps | 1.4.0 |
❌ 禁止 |
1.3.0 |
agent bumps major | 2.0.0 |
❌ 需用户授权 |
Changelog & Release
三层记录体系
| 层级 | 文件 | 粒度 | 何时写 |
|---|---|---|---|
| Git log | git commit messages | 每次 commit | 自动 |
| CHANGELOG.md | CHANGELOG.md |
每次 MINOR 进位 | 进位时汇总该轮所有 patch |
| GitHub Release | GitHub Releases | 每次 MINOR 进位 | 与 CHANGELOG 同步,gh release create |
CHANGELOG 规则
不逐 PATCH 写 CHANGELOG。在 MINOR 进位时(如 1.3.9 → 1.4.0),回顾该 MINOR 周期内所有 commit,汇总为一个 release entry。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 109 lines · 1,183 tokens per session scan A e2ef5b83a5aa
paper-research-skill CLAUDE.md is an instructions file published in the GitHub repository Geek96/paper-research-skill (21 stars, last pushed 2mo ago), licensed MIT. It adds 1,183 tokens to every session, about $0.0059 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.