Agent Plugins Marketplace
← All plugins

manuscript-guard

v0.2.125

Make every number in a scientific manuscript traceable to its source. Skills for setting up a paper project, drafting, literature verification, figure review, journal compliance, review panels, the Word round trip and the response to reviewers; hooks that refuse edits to machine-written files and hold a submission to submission standards.

Claude Code14 Skills

By Basile ChrétienLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
14 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install manuscript-guard for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install manuscript-guard@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/BasileChretien/manuscript-guard

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/analysis-plan/SKILL.md
├── skills/figure-review/SKILL.md
├── skills/journal-profile/SKILL.md
├── skills/literature-verify/SKILL.md
├── skills/manuscript-writing/SKILL.md
├── skills/methods-writer/SKILL.md
├── skills/paper-audit/SKILL.md
├── skills/project-setup/SKILL.md
├── skills/reporting-checklist/SKILL.md
├── skills/results-binding/SKILL.md
├── skills/review-panel/SKILL.md
├── skills/reviewer-response/SKILL.md
├── skills/submission-pack/SKILL.md
└── skills/word-roundtrip/SKILL.md

Included Skills14

analysis-planskills/analysis-plan/SKILL.md

Write the analysis plan in design/plan.md before the analysis exists, and record every deviation from it as it happens. Use at the start of a paper project, when check reports no-analysis-plan, plan-section-missing or plan-section-empty, or when the analysis is about to do something the plan did not say.

figure-reviewskills/figure-review/SKILL.md

Look at a rendered figure and record whether it is honest, complete and consistent with the results and the manuscript. Use when `manuscript-guard check` reports figure-unreviewed or figure-review-stale, after re-rendering a figure, or before a submission build.

journal-profileskills/journal-profile/SKILL.md

Choose a target journal with the author, then read that journal's instructions for authors and fill the annotated profile template with its limits, required sections and required statements. Use when choosing where to submit, when check reports journal-profile-missing or journal-profile-stale, or before submitting to a different journal.

literature-verifyskills/literature-verify/SKILL.md

Retrieve a source, extract a value with its verbatim quote, and record it so the chain from manuscript to published sentence can be verified. Use when adding a number from the literature, when check reports literature-source-missing or quote-not-in-source, or when a citation needs a stored source.

manuscript-writingskills/manuscript-writing/SKILL.md

Draft or revise manuscript prose that reads as though a person wrote it. Use when writing any section, when check reports ai-phrasing, ai-cadence or vague-attribution, or when revising text that was drafted quickly.

methods-writerskills/methods-writer/SKILL.md

Write or reconcile a Methods section against the analysis code that was actually run. Use when drafting Methods, when check reports methods-drift or methods-never-reconciled, or after the analysis changes.

paper-auditskills/paper-audit/SKILL.md

Check the numbers in a paper that was not written with manuscript-guard against the analysis outputs, and report honestly what a match is worth. Use when handed an existing .docx or Markdown manuscript whose numbers were typed by hand, before resubmitting an old paper, or before moving one into a manuscript-guard project.

project-setupskills/project-setup/SKILL.md

Start a manuscript-guard paper project and run its daily loop, from analysis plan to built .docx, and find which skill deals with a given finding. Use when starting a new paper, when adding manuscript-guard to an existing analysis repository, when paper.yaml or authors.yaml need filling in, or when unsure what to do next in a project that has a paper.yaml.

reporting-checklistskills/reporting-checklist/SKILL.md

Retrieve a reporting guideline's official checklist (STROBE, CONSORT, PRISMA, RECORD, SPIRIT, TRIPOD, ARRIVE and others) and record it so the build can check that every item is addressed. Use when check reports checklist-not-retrieved, or when adopting a new guideline.

results-bindingskills/results-binding/SKILL.md

Publish values from the analysis through the Python or R emitter, write them into the manuscript as bindings, and get an unbound number out of the red. Use when writing or changing an analysis script in a manuscript-guard project, when putting a result, table or figure into the text, or when check reports unclassified-number, unresolved-binding, value-splits-paragraph, unquoted-result, hand-authored-table, results-edited, script-newer, input-changed or duplicate-quantity.

review-panelskills/review-panel/SKILL.md

Assemble a review panel for a manuscript, run the reviews, and record them. Use before submission, when check reports no-review or review-missing, or when a round is complete and a second is due.

reviewer-responseskills/reviewer-response/SKILL.md

Answer a journal's reviewers point by point, with every claimed revision checked against the manuscript as it was sent. Use when a decision letter with reviewer comments arrives, before revising anything, when check reports point-unanswered, response-claims-nothing, claimed-change-did-not-happen, claimed-change-missed-the-point or anchor-unrecorded, or before resubmitting.

submission-packskills/submission-pack/SKILL.md

Assemble everything a journal asks for and write the covering letter. Use when a manuscript is ready to submit, or when check --submission is close to clean and you want to see what remains.

word-roundtripskills/word-roundtrip/SKILL.md

Send a co-author a Word document built from the Markdown source, and bring their edits and comments back without letting a hand-typed number or citation in. Use when a co-author wants a .docx to edit, when an edited .docx comes back, or before running manuscript-guard import.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "manuscript-guard",
  "description": "Make every number in a scientific manuscript traceable to its source. Skills for setting up a paper project, drafting, literature verification, figure review, journal compliance, review panels, the Word round trip and the response to reviewers; hooks that refuse edits to machine-written files and hold a submission to submission standards.",
  "version": "0.2.125",
  "author": {
    "name": "Basile Chrétien"
  },
  "homepage": "https://github.com/BasileChretien/manuscript-guard",
  "license": "MIT",
  "keywords": [
    "science",
    "manuscript",
    "reproducibility",
    "provenance",
    "pharmacovigilance",
    "zotero"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[manuscript-guard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/manuscript-guard)