Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add fmschulz/omics-skills --skill manuscript-review-councilgit clone --depth 1 https://github.com/fmschulz/omics-skillsWrote 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/fmschulz/omics-skills/manuscript-review-council)<a href="https://agentmods.dev/skills/fmschulz/omics-skills/manuscript-review-council"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/manuscript-review-council/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/fmschulz/omics-skills/manuscript-review-council"><img src="https://agentmods.dev/badge/skills/fmschulz/omics-skills/manuscript-review-council.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00043 | $0.01975 |
| Opus 5 | $0.00022 | $0.00988 |
| Sonnet 5 | $0.00009 | $0.00395 |
| Haiku 4.5 | $0.00004 | $0.00198 |
Grade A, and why
manuscript-review-council 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 5d 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 — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Manuscript Review Council
Run a journal-style review council instead of a single blended opinion. This skill is self-contained and works in both Codex and Claude Code.
The council definition lives in local files:
- role roster:
references/reviewer-roles.md - workflow and artifact bundle:
references/council-workflow.md - per-reviewer handoff template:
templates/reviewer-brief.md - editor synthesis template:
templates/editor-meta-review.md
Instructions
- Confirm the review context: manuscript or revision stage, target venue if known, desired decision scale, and whether the user wants a full review, triage, version comparison, or rebuttal assessment.
- Gather the review packet before delegating:
- manuscript text or accessible PDF/DOCX
- title, abstract, main claims, methods snapshot, and figure or table list
- user priorities such as novelty, rigor, statistics, reproducibility, or journal fit
- prior reviews or author response if this is a revision
- Normalize the manuscript into a shared packet for every reviewer. At minimum, preserve section boundaries, figure references, and the claims being evaluated. If the source is a PDF or DOCX, extract a sectioned text view before review. Use
references/council-workflow.mdfor the packet contents. - Load the local council definition before delegating:
- reviewer roles and activation rules:
references/reviewer-roles.md - stage flow and artifact bundle:
references/council-workflow.md - reviewer prompt skeleton:
templates/reviewer-brief.md - editor synthesis skeleton:
templates/editor-meta-review.md
- reviewer roles and activation rules:
- Use the platform's native delegation primitive when available:
- Codex: spawn specialist sub-agents or workers
- Claude Code: spawn Task agents or equivalent delegated runs
- If delegation is unavailable, emulate the same reviewer roles sequentially and keep outputs role-separated
- Launch these three default reviewers in parallel:
- Domain reviewer: novelty, significance, positioning against prior work, and overclaiming
- Methods and statistics reviewer: design, controls, benchmarks, sample size, figure interpretation, and analysis validity
- Skeptical reviewer: weakest links, alternate explanations, unsupported causal claims, and missing controls
- Add support reviewers only when triggered by the manuscript:
- Reproducibility reviewer for computational papers, code or data availability, workflow clarity, and parameter transparency
- Ethics or compliance reviewer for human subjects, animal work, privacy, conflicts, dual-use, or citation bias concerns
- Translational reviewer when the manuscript makes clinical, ecological, or deployment claims that need reality checks
- Give every reviewer the same structured contract:
- one-paragraph summary
- top strengths
- major concerns
- minor concerns
- must-fix experiments or analyses
- confidence level
- provisional recommendation:
accept,minor_revision,major_revision, orreject - direct grounding in manuscript sections, figures, tables, or explicit missing information
- Require reviewers to ground criticisms in the manuscript text or in clearly missing information. Do not invent citations, datasets, reviewer expectations, or unstated experiments.
- Run a cross-review pass after the first round:
- compare disagreements
- merge duplicate concerns
- identify the few issues that actually drive the decision
- separate fatal flaws from fixable revision items
- Capture a lightweight artifact bundle even if the user only asked for prose:
- shared review packet
- reviewer reports
- disagreement or conflict notes
- editor meta-review
- validate deterministic paths and machine-readable issues against
schemas/review-bundle.schema.jsonwithskills/manuscript-review-council/scripts/validate_review_bundle.py - every
source_rolesentry must name a reviewer present inreviewer_reports: an issue is attributable or it is not an issue - running fewer than the three default reviewers requires a
reduced_council_reasonon the bundle
- Write an editor meta-review that includes:
- headline recommendation
- rationale across novelty, rigor, evidence strength, clarity, reproducibility, and significance
- ranked major revisions
- ranked minor revisions
- questions for the authors
- a short decision letter or reviewer summary
- If outside validation is needed, do targeted spot-checks instead of broad literature review:
- use
/polars-dovmedfor claim-specific literature context - use
/bio-logicfor evidence-strength and causal-claim stress tests - never fabricate supporting papers
- use
- If the user wants polished review prose, a rebuttal outline, or a cleaned-up decision letter, use
/scientific-writingafter the council establishes the factual review skeleton.- Requests to rewrite manuscript prose or draft an author rebuttal/response letter route directly to
/scientific-writing; do not start a council unless the user also asks for scientific critique or resolution assessment.
- Requests to rewrite manuscript prose or draft an author rebuttal/response letter route directly to
- Preserve provenance in the final deliverable:
- keep per-reviewer notes separate from the editor synthesis
- point to sections, figures, or tables when possible
- clearly mark inference versus explicit manuscript statement
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago Changed · +2 lines 4805efc27fbe
- 12d ago First seen · 167 lines · 43 tokens per session scan A 276f5f8d69c6
manuscript-review-council is a skill published in the GitHub repository fmschulz/omics-skills (7 stars, last pushed 6d ago), licensed MIT. It adds 43 tokens to every session and 1,975 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-31.
Other skills, from other repositories
imaging-data-commons
Query and download public cancer imaging data from NCI Imaging Data Commons. Invoke for any question about IDC collections, cancer imaging datasets, DICOM data access, radiology (CT, MR, PET) or pathology AI training sets, metadata queries, visualization, or license checks — even when the user doesn't explicitly…
tamarind
Access a collection of open-source molecular design and structural biology tools on the Tamarind Bio platform, via its REST API or MCP server — no local GPUs required. Tamarind bundles popular open-source models for structure prediction (AlphaFold, Boltz, Chai, ESMFold), protein, binder, and de novo design…
lab-hardware-cad
Design custom laboratory hardware as parametric build123d models and export fabrication-ready STEP, STL, and DXF files - microfluidic chips and molds, optomechanical mounts and breadboard adapters, cuvette and microplate holders, tube racks, animal-behavior rigs, and 3D-printed instrument fixtures. Use when a research…
onekgpd
Query the 1000 Genomes Project dataset (3,202 whole-genome-sequenced individuals, GRCh38) at the level of individual participants. Use when a question is about individuals or variants in the 1000 Genomes Project cohort: which individuals carry variants matching specific criteria in a gene or region, which individuals…
pkpd-modeling
Pharmacokinetic and pharmacodynamic modelling and simulation - non-compartmental analysis, compartmental and population PK, PK/PD and exposure-response, TMDD, PBPK orientation, bioequivalence, allometric scaling and first-in-human dose, drug interaction prediction, and Bayesian therapeutic drug monitoring. Use when…
relsa-severity-assessment
Multivariate severity assessment and humane endpoint prediction for laboratory animal studies using the RELSA (RELative Severity Assessment) score and ARIMA-based foRcast forecasting. Use when combining welfare readouts — body weight or weight loss, body temperature, clinical or nesting scores, biomarkers, activity…