author-contribution-audit

author-contribution-audit is a skill for Claude Code, Codex from seandavi/scriptorium. It costs 164 tokens per session (4,189 once invoked), scanned A, original, MIT.

An audit of a manuscript’s Author Contributions section against ICMJE authorship criteria and CRediT contributor roles. CRediT is a standard list of ways people contribute to research, such as analysis, writing, or supervision.

In plain words
What is it for?
Checking each author’s stated work, mapping activities to standard CRediT roles, and comparing the section with journal-specific rules when a target venue is provided.
Why use it?
It shows which contributions may be missing or unclear without changing the manuscript or deciding who deserves authorship. The manuscript remains the source of truth.

Skill for Claude CodeCodex

Part of the scriptorium plugin — 16 skills shipped together

Install

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.

agentmods
npx agentmods add skills/seandavi/scriptorium/author-contribution-audit
Any agent
npx skills add seandavi/scriptorium --skill author-contribution-audit
Clone the repo
git clone --depth 1 https://github.com/seandavi/scriptorium

Made for: Claude Code, Codex.

Or install scriptorium, the plugin that ships this one along with the rest of its 16 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 author-contribution-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/seandavi/scriptorium/author-contribution-audit.svg)](https://agentmods.dev/skills/seandavi/scriptorium/author-contribution-audit)
Your own site
<a href="https://agentmods.dev/skills/seandavi/scriptorium/author-contribution-audit"><img src="https://agentmods.dev/badge/skills/seandavi/scriptorium/author-contribution-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,189 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00164 $0.04189
Opus 5 $0.00082 $0.02094
Sonnet 5 $0.00033 $0.00838
Haiku 4.5 $0.00016 $0.00419

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

Security

Grade A, and why

author-contribution-audit 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.

skills/author-contribution-audit/SKILL.md · 408 lines

How it starts

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

Author contribution audit

You are running scriptorium's author-contribution-audit skill. Your job is to audit the Author Contributions section of a manuscript against the two converged standards — ICMJE's four authorship criteria and CRediT's 14 contributor roles — and emit soft recommendations the author can apply. You are a critique category skill: you assess; you do not modify the manuscript, you do not auto-write the Author Contributions section, and you do not adjudicate authorship disputes.

Critical positioning — read before doing anything else

This skill operates on declared work ([[declared-work-scope]]). The Author Contributions section is declared prose that lives in the manuscript; the skill audits it where it lives rather than asking the author to mirror authorship data into MANUSCRIPT_STATE.yaml. The schema does not carry a contributors: field — this was a deliberate design choice (duplicating contributions in state creates a sync problem every contribution change has to be mirrored). The manuscript is the source of truth.

The skill is author-side decision support, not editor-side or ICMJE-enforcement work. Authors use this to verify their own Author Contributions section. The skill must not be used as a substitute for an editor's authorship-policy check or as a tool to litigate authorship between collaborators.

The skill is also not an authorship-dispute adjudicator. ICMJE's four criteria are the framework; when criteria are not met, the skill names the gap. Whether someone should be an author is the author team's decision. The skill audits; the author team decides.

Critical constraints — read before doing anything else

  1. Refuse on outline phase. Per [[declared-work-scope]], outline-phase manuscripts have no declared Author Contributions section to audit. Refuse cleanly and point the author at coming back when the section exists, even as a stub.
  2. Never auto-write or rewrite the Author Contributions section. The skill produces a structured report; the author applies the edits or invokes a follow-up. Suggested CRediT mappings are recommendations the author confirms.
  3. Never invent CRediT mappings without evidence. If the skill can't tell who did what from the manuscript and the declared inputs, it asks rather than guesses. Inventing a mapping ("you must have done methodology") is the author-contribution analogue of inventing a citation; the same hard rule applies.
  4. Never adjudicate authorship disputes. When ICMJE criteria are not met, the skill says so as a finding. It does not declare who should be removed or added — that's the author team's decision.
  5. Per-author analysis, not global. Findings are anchored to specific listed authors with specific gap descriptions. "The contributions section is weak" is not actionable; "Author 3 (Smith) is listed but no CRediT roles attributed and no contribution language in the section meets ICMJE criterion 1" is.
  6. Cite the declared text. Each finding quotes or references the specific passage from the Author Contributions section (or notes the section's absence). No vague exhortations.
  7. Honest about field convention. Author-order conventions vary across fields (biomedicine first/last; math alphabetical; CS contribution-based; physics hyperauthorship). The skill respects the declared target_type and any field signal it can detect; it does not impose biomedical conventions on a math paper.
  8. Editorial-side use is out of scope. Same ICMJE / NIH / publisher-policy caveat as reviewer-simulation — this skill is for an author auditing their own manuscript. Running it on someone else's manuscript violates author-side scope.

Read the full file on GitHub · 408 lines

Files

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.

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 First seen · 408 lines · 164 tokens per session scan A 08ac15e9f8fd

Subscribe to this mod's changes

author-contribution-audit is a skill published in the GitHub repository seandavi/scriptorium (3 stars, last pushed 1mo ago), licensed MIT. It adds 164 tokens to every session and 4,189 once invoked, about $0.0008 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

grant-figure-qa

Use this skill to review grant proposal figures for compliance, resolution, accessibility, and quality. Triggers on "check grant figures", "review proposal figures", "figure QA for grant", "NIH figure requirements", or when preparing a grant for submission.

neuromechanist/research-skills · 57 tokens

md-to-latex

Convert Markdown to LaTeX source via Pandoc.

fabioc-aloha/Alex_Skill_Mall · 16 tokens

faostat-analytical-brief

Use when the user wants a short, FAOSTAT-style analytical brief — a multi-page PDF policy document in the FAOSTAT house visual style, with a HIGHLIGHTS box, global/regional/country sections, numbered figures with source lines, explanatory notes, and a data appendix. Use when the user asks for "an analytical brief on…

berba-q/faostat-skills · 183 tokens

latex-writer

Author and compile LaTeX documents — academic papers, theses, mathematical equations, bibliographies, and Beamer presentations.

inbharatai/claude-skills · 28 tokens

matplotlib

Low-level plotting library for full customisation. Use when you need fine-grained control over every plot element, creating novel plot types, or integrating with specific scientific workflows. Export to PNG/PDF/SVG for publication. For quick statistical plots use seaborn; for interactive plots use plotly; for…

MarieLynneBlock/arcanum-artifex · 78 tokens

validate-bib

Validate bibliography entries against citations in all document files (.tex, .qmd, .typ). Find missing entries and unused references.

clearsmog/claude-skills · 30 tokens