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.
curl -O https://raw.githubusercontent.com/fbabelle/PrettySeriousResearcher/main/.claude/skills/research-paper/SKILL.mdgit clone --depth 1 https://github.com/fbabelle/PrettySeriousResearcherWrote 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/skills/fbabelle/prettyseriousresearcher/research-paper)<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.
<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>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.00057 | $0.03243 |
| Opus 5 | $0.00028 | $0.01622 |
| Sonnet 5 | $0.00011 | $0.00649 |
| Haiku 4.5 | $0.00006 | $0.00324 |
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.
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)
- First run? If
docs/tracking/state.jsonhas a null firstphase_windows[].startand the repo lacks the scaffold (docs/,README.md,architecture.md,.gitignore,memory.md), bootstrap it — create the layout described inresearch-repo-hygieneand set the first window'sstartto now. Then begin Phase 1. - Open the session clock. Set/refresh
docs/tracking/.session(start,last_heartbeat,phase). The authoritative time/token accounting is derived from transcripts byresearch-tracking;.sessionjust marks the open session. - Read state.
current_phaseand the gate flags fromstate.jsontell you where we are and what's allowed next. Ifdocs/HANDOFF.mdexists, read it beforearchitecture.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). - 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 — seeresearch-repo-hygiene). - Report status. Run
research-trackingand surface the compact effort+cost line, then state the current phase and the immediate next step.
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.
- 4d ago Changed · +2 lines a1e18fc81f3e
- 9d ago First seen · 82 lines · 57 tokens per session scan A d07b1316e6b5
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.
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…
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…
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.
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.
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.
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…