ActPlane: Skill for Claude Code

.claude/skills/paper-review/SKILL.md

paper-review is a skill for Claude Code from eunomia-bpf/ActPlane. It costs 31 tokens per session (3,537 once invoked), scanned A, original, MIT.

A review and editing workflow for a section of an academic paper written in LaTeX, a document-preparation system widely used for technical papers. It checks wording, terminology, paragraph logic, and systems-paper style.

In plain words
What is it for?
Use it to review a LaTeX section sentence by sentence, report issues by severity and line number, suggest rewrites, and apply only the fixes you approve.
Why use it?
It helps make technical writing clearer and more consistent without removing important design decisions or changing the meaning.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

This is eunomia-bpf/ActPlane's own configuration. It tells Claude Code how to work on ActPlane itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ActPlane configures →

Reuse

Borrowing it

Nothing to install: this file belongs to eunomia-bpf/ActPlane. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/eunomia-bpf/ActPlane/master/.claude/skills/paper-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/eunomia-bpf/ActPlane

Made for: Claude Code.

Wrote 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.

agentmods badge for paper-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/eunomia-bpf/actplane/paper-review/github.svg)](https://agentmods.dev/skills/eunomia-bpf/actplane/paper-review)
Your own site
<a href="https://agentmods.dev/skills/eunomia-bpf/actplane/paper-review"><img src="https://agentmods.dev/badge/skills/eunomia-bpf/actplane/paper-review/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.

agentmods 80×15 button for paper-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/eunomia-bpf/actplane/paper-review"><img src="https://agentmods.dev/badge/skills/eunomia-bpf/actplane/paper-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,537 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.03537
Opus 5 $0.00015 $0.01768
Sonnet 5 $0.00006 $0.00707
Haiku 4.5 $0.00003 $0.00354

Measured 11d ago against content hash c9eab25b82f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

paper-review 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 11d 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.

.claude/skills/paper-review/SKILL.md · 321 lines

How it starts

The opening of the file, as written. The whole thing — 321 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Academic Paper Writing Review & Fix

Review the LaTeX file at $ARGUMENTS sentence by sentence for academic writing quality. If no argument is given, ask which section to review.

Review process

  1. Read the entire file
  2. Check terminology consistency (Section T below) FIRST
  3. For each paragraph, analyze every sentence against the checklist below
  4. Report issues grouped by severity: Must fix (clarity/logic errors), Should fix (antipatterns), Consider (style preferences)
  5. For each issue, give the line number, quote the problematic text, explain the problem, and suggest a concrete rewrite
  6. Ask user which fixes to apply, then use Edit tool

Critical rules (for fixes)

  • NEVER delete design decisions or technical content. Compression means better prose, not less information.
  • NEVER change the meaning of a sentence. If unsure, ask.
  • NEVER remove a scope-bearing hedge (suggest ... on the selected subset, in our setting, up to): it protects the claim from outrunning its evidence (/paper-logic A4/A5). Only collapse stacked hedges down to one.
  • Always diff-check after multiple edits to ensure no content was lost.
  • No em-dashes (---) in paper text. Table --- for N/A is fine.
  • No semicolons joining independent clauses. Use periods, conjunctions, or causal connectors.
  • Why before what: every design decision states its motivation first.
  • Example before abstraction: show a concrete case, then generalize.

Section T: Terminology Consistency (NEW - check FIRST)

Terminology drift confuses readers more than awkward prose. Run these checks before sentence-level review.

T1: Same concept, same term

Grep for near-synonyms. If the same concept uses multiple terms, unify to one.

grep -oE '(policy|rule|constraint|directive)' file.tex | sort | uniq -c

Common drift pairs to check:

  • policy / rule / constraint / directive
  • harness / runtime / framework
  • enforce / check / validate / verify
  • block / deny / prevent / reject

Read the full file on GitHub · 321 lines

Changes

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.

  1. 11d ago First seen · 321 lines · 31 tokens per session scan A c9eab25b82f5

Subscribe to this mod's changes

paper-review is a skill published in the GitHub repository eunomia-bpf/ActPlane (98 stars, last pushed yesterday), licensed MIT. It adds 31 tokens to every session and 3,537 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

sciverse-paper-search

Use this skill for scientific literature search, evidence retrieval, paper metadata screening, and cited research synthesis with Sciverse. This LazyLLM-adapted version supports SciverseSearch search, metasearch, metacatalog, and getcontent only; it does not assume full Sciverse MCP resource or attachment APIs are…

LazyAGI/LazyMind · 68 tokens

paper-search

Primary skill for searching, retrieving, and reading academic papers from arXiv.

LazyAGI/LazyMind · 19 tokens

paper-to-code

Implement an academic paper (arXiv or any quantitative source) as verifiable code without inventing unstated details. Use when asked to implement, reproduce, or prototype a method from a paper. Produces an ambiguity audit before code, citation-anchored decisions, and machine-checkable sanity verification.

AlexShchuka/neuro-matrix · 65 tokens

arxiv-paper-search

A paper-search skill that uses arXiv's official public API, a free service for finding research papers, to retrieve academic publications without a token.

johnson7788/skill-ppt-agents · 107 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

exploratory-data-analysis

Perform bounded, local exploratory analysis of explicitly supported scientific files. Use for redacted CSV/TSV/JSON profiles; optional NumPy, HDF5, FASTA/FASTQ, and basic image metadata inspection; missingness/leakage audits; outlier and transformation sensitivity; and rigorous EDA report scaffolds. Other domain…

K-Dense-AI/scientific-agent-skills · 83 tokens