Proofreads academic papers and manuscripts for grammar, typos, layout issues, consistency, and writing quality. Produces a detailed report without editing source files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/social-science-research:proofread [filename, 'all', or path to manuscript]When to use
proofread, check typos, grammar check, look for errors, proofread all, polish this, check my writing, any mistakes, proofread before sending, clean-up pass
[filename, 'all', or path to manuscript]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the mandatory proofreading protocol on papers or manuscripts. Produces a report of all issues WITHOUT editing any source files.
Run the mandatory proofreading protocol on papers or manuscripts. Produces a report of all issues WITHOUT editing any source files.
Identify files to review:
$ARGUMENTS is a specific filename: review that file only$ARGUMENTS is all: review all files in manuscripts/ and Quarto/ (if it exists)$ARGUMENTS is a file in manuscripts/: treat as manuscript (not slides)$ARGUMENTS is empty or ambiguous and multiple files exist, use AskUserQuestion:
For each file, launch the proofreader agent that checks for:
GRAMMAR: Subject-verb agreement, articles (a/an/the), prepositions, tense consistency TYPOS: Misspellings, search-and-replace artifacts, duplicated words LAYOUT ISSUES: Overfull hbox (LaTeX slides/manuscripts), content exceeding slide boundaries (Quarto), table/column overflow in manuscripts CONSISTENCY: Citation format, notation, terminology, variable names matching table column names ACADEMIC QUALITY: Informal language, missing words, awkward constructions
Produce a detailed report for each file listing every finding with:
Save each report to quality_reports/:
.tex slide files: quality_reports/FILENAME_report.md.qmd slide files: quality_reports/FILENAME_qmd_report.mdquality_reports/FILENAME_proofread.mdIMPORTANT: Do NOT edit any source files.
Only produce the report. Fixes are applied separately after user review (see rules/proofreading-protocol.md).
Present summary to the user:
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub felpix-studios/social-science-research --plugin social-science-research