From thesis-speedrun
Use when planning, writing, rewriting, or editing a thesis, dissertation, project report, chapter, section, abstract, related work, implementation chapter, conclusion, or LaTeX report files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thesis-speedrun:latex-report-writerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write the report in LaTeX unless the user explicitly asks otherwise. Make the report short, defensible, and aligned with the examiner's rubric.
Write the report in LaTeX unless the user explicitly asks otherwise. Make the report short, defensible, and aligned with the examiner's rubric.
Before writing, load ../../references/report-writing.md and ../../references/report-structures.md. If the report is about Proposer, legal AI, RAG+KG, mediation, housing disputes, or outcome prediction, also load ../../references/proposer-final-report.md. If the user asks about marks or bands, also load ../../references/assessment-rubric.md. If the work touches citations, AI use, declarations, or source provenance, load ../../references/source-declarations.md.
Get or infer:
.tex, .bib, figure, and table filesIf key inputs are missing, make a labelled assumption and keep moving.
Pick a structure pattern from report-structures.md, then create a report map before drafting prose:
| Chapter/section | Page budget | Claim it proves | Evidence needed | Current state |
| --- | ---: | --- | --- | --- |
Default structure:
Do not copy a sample report's exact shape. Use the closest skeleton and compress it to fit the user's page budget.
\chapter, \section, and \subsection for structure.\label{...} and \ref{...} for cross-references.\cite{...} or the project's existing citation command. Never invent BibTeX keys for real sources; mark missing citations as TODO: cite source.biblatex with style=authoryear or the template's Harvard package.latexmk -pdf.## Report Map
## Fastest LaTeX Edit
## Evidence Gaps
## Citation/Declaration Risks
## Next Compile Check
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub msh4r1f/thesis-agent-toolkit --plugin thesis-speedrun