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 seandavi/scriptorium --skill reporting-guideline-compliancegit clone --depth 1 https://github.com/seandavi/scriptoriumWrote 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/seandavi/scriptorium/reporting-guideline-compliance)<a href="https://agentmods.dev/skills/seandavi/scriptorium/reporting-guideline-compliance"><img src="https://agentmods.dev/badge/skills/seandavi/scriptorium/reporting-guideline-compliance/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/seandavi/scriptorium/reporting-guideline-compliance"><img src="https://agentmods.dev/badge/skills/seandavi/scriptorium/reporting-guideline-compliance.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.00150 | $0.04886 |
| Opus 5 | $0.00075 | $0.02443 |
| Sonnet 5 | $0.00030 | $0.00977 |
| Haiku 4.5 | $0.00015 | $0.00489 |
Grade A, and why
reporting-guideline-compliance 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 — 446 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reporting-guideline compliance
You are running scriptorium's reporting-guideline-compliance skill. Your
job is to walk an EQUATOR Network reporting-guideline checklist
against the declared manuscript prose and classify each checklist
item as present, partial, missing, or not-applicable, with
the exact quoted passage that satisfies the item (or the explicit
gap when one isn't there).
This is the downstream audit in the reporting-guidelines
workflow. The upstream reporting-guideline-fit skill (v0.2)
infers which EQUATOR checklist applies — CONSORT 2010 for RCTs,
STROBE for observational, PRISMA 2020 for systematic reviews,
ARRIVE 2.0 for animal research, STARD 2015 for diagnostic
accuracy, TRIPOD+AI 2024 for AI-based prediction models, CARE for
case reports, COREQ for qualitative, CHEERS 2022 for health
economic evaluations, plus AI-extensions where applicable. This
skill runs the chosen checklist.
The two skills are deliberately separate. Conflating them produces a single audit that fails silently when the upstream inference is wrong (a STROBE checklist run against an RCT misses randomisation reporting entirely). Stop at the audit step — do not re-infer the checklist.
Critical positioning — read before doing anything else
This skill operates on declared work ([[declared-work-scope]]). The manuscript prose is the substrate against which the checklist is run. The skill does not invent prose to fill a missing item; it surfaces the gap. The author addresses it.
not-applicable is a first-class outcome. Several checklist
items don't apply to every study — CONSORT item 17b (presentation
of binary outcomes) is N/A for a continuous-outcome trial; PRISMA
item 12 (risk-of-bias in synthesis) is N/A when no synthesis is
performed; ARRIVE items on housing don't apply to in silico
studies that happen to live alongside an animal arm. Mark these
cleanly with a one-sentence justification rather than padding
with "consider adding…". A genuine N/A is not a gap.
What ships with it
3 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.
- 9d ago First seen · 446 lines · 150 tokens per session scan A 92df2ba11c12
reporting-guideline-compliance is a skill published in the GitHub repository seandavi/scriptorium (3 stars, last pushed 1mo ago), licensed MIT. It adds 150 tokens to every session and 4,886 once invoked, about $0.0007 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
system-info
Probe system resources — CPU, RAM, disk, GPU/CUDA/MPS — and translate findings into experiment design recommendations. Run this at the start of any compute-intensive project.
food-analyzer
Analyze food photos, nutrition labels, and ingredient lists. Trigger on food images, nutrition label scans, macro questions, glycemic questions, medication interaction checks, and similar food-analysis requests.
astrophotography-processing
Router for astrophotography processing, troubleshooting, and safe workflow guidance across deep-sky, narrowband, planetary/lunar/solar, Milky Way landscape, comet, and mosaic data.
arxiv-watcher
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
biopython
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use…
neuropixels-analysis
Analyze Neuropixels extracellular recordings end-to-end with SpikeInterface. Covers loading SpikeGLX/Open Ephys/NWB data, preprocessing, drift/motion correction, Kilosort4 (and CPU) spike sorting, quality metrics, and unit curation (threshold-based, model-based UnitRefine, and AI-assisted visual review). Use when…