PrettySeriousResearcher: Skill for Claude Code

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

research-paper is a skill for Claude Code from fbabelle/PrettySeriousResearcher. It costs 57 tokens per session (3,243 once invoked), scanned A, original, Apache-2.0.

A coordinator for building an AI or finance research paper through topic selection, solution design, experiments, and writing. It tracks the current phase, time, budget, and review checkpoints.

In plain words
What is it for?
Use it to start or resume a research paper, choose a phase or topic, and coordinate experiments, analysis, sections, figures, references, and appendices.
Why use it?
It gives a long research project a defined process and helps identify where work stopped and what should happen next.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions subagents.

This is fbabelle/PrettySeriousResearcher's own configuration. It tells Claude Code how to work on PrettySeriousResearcher 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 PrettySeriousResearcher configures →

Part of the research-paper-skills plugin — 17 skills shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to fbabelle/PrettySeriousResearcher. 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/fbabelle/PrettySeriousResearcher/main/.claude/skills/research-paper/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/fbabelle/PrettySeriousResearcher

Made for: Claude Code.

Or install research-paper-skills, the plugin that ships this one along with the rest of its 17 skills.

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 research-paper

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/fbabelle/prettyseriousresearcher/research-paper"><img src="https://agentmods.dev/badge/skills/fbabelle/prettyseriousresearcher/research-paper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,243 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.
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.00057 $0.03243
Opus 5 $0.00028 $0.01622
Sonnet 5 $0.00011 $0.00649
Haiku 4.5 $0.00006 $0.00324

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

Security

Grade A, and why

research-paper 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 4d 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/research-paper/SKILL.md · 84 lines

How it starts

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

Research-paper orchestrator

This is the entry point and state machine for building a research paper. It is deliberately thin: it figures out where we are, opens the session clock, routes to the right phase craft skill, enforces a few hard-stop gates, and reports effort + cost. The actual work lives in the phase and cross-cutting skills it invokes.

Optional run focus: $ARGUMENTS (e.g. a phase name, a topic, or "resume").

Lifecycle (effort weights are planning targets, not quotas)

Phase Skill Weight
1. Topic selection + skeleton research-topic-selection 30%
2. Algorithm / solution design + impl research-algo-design 20%
3. Experiments + ablations research-experiments 30%
4. Writing (sections, figures, refs, appendix) research-writing 20%

Total effort budget ≈ 120 agent-active hours, where "hours" means the user's interaction time with the coding agent — framing options, confirming at gates, steering — not human research labor and not the agent's autonomous background runtime (that's a separate wall-clock line). Because the research and writing are automated, the calendar cycle collapses; what this budget tracks is time-in-the-loop. See research-tracking for how the two clocks are measured and kept apart.

After Phase 4, the submission tail (research-submission: execute the submission, rebuttals, revise-and-resubmit, camera-ready, release) runs outside the four-phase effort split — it is calendar-gated by the venue, not effort-gated, and every outward-facing step in it is user-confirmed.

On every engagement (do this first)

  1. First run? If docs/tracking/state.json has a null first phase_windows[].start and the repo lacks the scaffold (docs/, README.md, architecture.md, .gitignore, memory.md), bootstrap it — create the layout described in research-repo-hygiene and set the first window's start to now. Then begin Phase 1.
  2. Open the session clock. Set/refresh docs/tracking/.session (start, last_heartbeat, phase). The authoritative time/token accounting is derived from transcripts by research-tracking; .session just marks the open session.
  3. Read state. current_phase and the gate flags from state.json tell you where we are and what's allowed next. If docs/HANDOFF.md exists, read it before architecture.md: it is the rolling handoff (in-flight runs, decisions only the user can make, next steps, environment pitfalls), rewritten at every milestone and before any context reset — a compaction summary is not a substitute (earned: a mid-battery context reset resumed cleanly from it). Before repeating any "pending user action" from the handoff, re-run its acceptance test (a credential probe, a tier check, a file's existence) — the user may have done it since; a stale pending item asked twice costs trust (earned: a data-vendor top-up listed as pending had been completed days earlier).
  4. Recall user patterns. Read root memory.md (untracked) for the user's working habits; apply them unless they contradict a project skill (skills win on methodology; memory wins on the user's explicit stated choices — see research-repo-hygiene).
  5. Report status. Run research-tracking and surface the compact effort+cost line, then state the current phase and the immediate next step.

Read the full file on GitHub · 84 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. 4d ago Changed · +2 lines a1e18fc81f3e
  2. 9d ago First seen · 82 lines · 57 tokens per session scan A d07b1316e6b5

Subscribe to this mod's changes

research-paper is a skill published in the GitHub repository fbabelle/PrettySeriousResearcher (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 57 tokens to every session and 3,243 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

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

matlab

Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.

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

phylogenetics

Build and analyze phylogenetic trees using MAFFT (multiple alignment), IQ-TREE 2 (maximum likelihood), and FastTree (fast NJ/ML). Visualize with ETE3 or FigTree. For evolutionary analysis, microbial genomics, viral phylodynamics, protein family analysis, and molecular clock studies.

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

research-engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

davila7/claude-code-templates · 43 tokens

mapping-to-snomed

Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…

maziyarpanahi/openmed · 205 tokens