How this command is triggered — by the user, by Claude, or both
Slash command
/manuscript:manuscript-prep <journal-name> [--checklist]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Manuscript Preparation Format a manuscript for a specific journal and run the submission checklist. Load the `manuscript:manuscript-formatting` skill for reference. ## Process ### 1. Identify Target Journal !echo "Target: $ARGUMENTS" ### 2. Locate Manuscript Files !ls -la *.md *.tex *.docx *.bib 2>/dev/null || echo "No manuscript files found" !ls -la figures/ 2>/dev/null || echo "No figures directory" ### 3. Check Journal Requirements Using the journal-requirements reference, verify: - Word/page limits - Required sections - Reference style - Figure format and resolution requirements ...
Format a manuscript for a specific journal and run the submission checklist. Load the manuscript:manuscript-formatting skill for reference.
!echo "Target: $ARGUMENTS"
!ls -la *.md *.tex *.docx *.bib 2>/dev/null || echo "No manuscript files found" !ls -la figures/ 2>/dev/null || echo "No figures directory"
Using the journal-requirements reference, verify:
Apply journal-specific formatting:
Run the full checklist from the manuscript-formatting skill:
Present a checklist summary with pass/fail for each item.
npx claudepluginhub neuromechanist/research-skills --plugin manuscript/paper-reviewRuns pre-submission audit of current paper using parallel review agents, checking content, arguments, numbers, references, DOIs, writing, figures, formatting, replication. Produces severity-ranked report with journal-readiness checklist.
/paper-referencesVerifies ML paper references against arXiv, Crossref, DBLP, and Semantic Scholar. Detects hallucinated citations, preprint/preprint status, and missing fields, then auto-fixes or reports issues.
/reviewPerforms PhD-level peer review of academic manuscripts and research proposals. Accepts text, URL, or file path as input.
/ars-revision-coachParses reviewer comments from academic papers and outputs a Revision Roadmap plus a Response Letter skeleton, without auto-writing the revision.
/writeGenerates academic writing artifacts including literature evidence matrices, argument plans, chapter drafts, full manuscript drafts, or revision roadmaps. Supports continue-existing, chapter-only, revision-only workflows.