academic-writing
Write or revise thesis and paper prose section by section (abstract, introduction, related work, method, results, discussion, conclusion) with the conventions…
Build a literature review as an argument from paper-reader notes: cluster the notes into themes, surface agreements, tensions, and methodological patterns, locate the gap the thesis fills, and draft the review chapter so that each paragraph advances a claim rather than
$ npx -y skills add KhaledSaeed18/dotclaude --skill lit-review-synthesis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/lit-review-synthesisContext preview
The summary Claude sees to decide when to auto-load this skill.
Build a literature review as an argument from paper-reader notes: cluster the notes into themes, surface agreements, tensions, and methodological patterns, locate the gap the thesis fills, and draft the review chapter so that each paragraph advances a claim rather than
name: lit-review-synthesis description: "Build a literature review as an argument from paper-reader notes: cluster the notes into themes, surface agreements, tensions, and methodological patterns, locate the gap the thesis fills, and draft the review chapter so that each paragraph advances a claim rather than summarising one paper. Every citation comes from the notes and the .bib. Use when the reading is done and the related-work or background chapter needs writing, or when a draft review reads like an annotated bibliography." argument-hint: "(optional) the notes directory, the research question record, and a target length"
A literature review is an argument that ends in the gap. It is not a sequence of "Smith (2023) did X. Jones (2024) did Y." Every paragraph makes a point about the field, and papers appear as evidence for that point. This skill works only from `paper-reader` notes so that every sentence about a paper is traceable.
1. `research/notes/*.md` (the notes; refuse to proceed with fewer than five, and say why). 2. `research/QUESTION.md` (the research question the review must lead to). 3. `references.bib` (keys must match note front matter). 4. Target length and the department's expected structure, if any.
Read every note and tabulate, in `research/evidence-matrix.md`:
| key | year | type | setting | method | main finding | limitation | relevance | themes | | --- | --- | --- | --- | --- | --- | --- | --- | --- |
The `themes` column is filled in Step 2. This table is a thesis artifact in its own right (appendix material) and lets the student see the field at a glance.
Cluster notes into three to six themes. Good themes are claims about the field, not topic labels: "Rule-based feedback scales but does not transfer across assignments" rather than "Rule-based approaches". Test each theme:
Then map the tensions: where do papers disagree, and is the disagreement explained by method, setting, or time? Disagreements are the most valuable paragraphs in a review.
Note methodological patterns across the field (everyone uses dataset D; nobody reports variance; evaluations are all with novices). These become the "limitations of prior work" paragraph and often *are* the gap.
Write the outline as claims, one line per paragraph:
1. Intro: scope of the review and how sources were found (from search-log.md). 2. Theme A claim. Evidence: smith2023, lee2022. Tension: chen2021 finds the opposite, in setting S. 3. ... N-1. Methodological limitations across the field. N. The gap, stated as the research question, and what this thesis does about it.
Get the student's agreement on the outline before drafting; restructuring a drafted chapter costs a week.
Run `citation-verifier` on the draft (Level 3 especially), then `humanize`. Report the ratio of synthesis sentences to single-paper sentences; below 1:2 the chapter is still an annotated bibliography.
`chapters/02-related-work.md` or `.tex` (the student's choice), the evidence matrix, and the agreed outline at the top of the file as a comment.
The argument-first structure is adapted from [lit-review](https://github.com/bethww/lit-review) by bethww (MIT).
Reusable Claude Code extension registry. skills, subagents, slash commands, and hooks for engineering, git, testing, and security workflows. Distributed as a shadcn GitHub registry and as installable plugins.
Write or revise thesis and paper prose section by section (abstract, introduction, related work, method, results, discussion, conclusion) with the conventions…
Report computational benchmarks and experimental comparisons the way examiners and reviewers expect: fair baselines run under the same conditions, multiple…
Maintain the thesis .bib file as a single source of truth: fetch verified BibTeX from a DOI, arXiv id, or title via CrossRef and arXiv, normalise citation keys…
Expand a set of key papers into the literature around them by walking the citation graph with the Semantic Scholar and OpenAlex APIs: backward (references),…
Audit every citation in a chapter, paper, or proposal against the .bib file and the real world: each cite key must exist, each entry must resolve to a live DOI…
Structure a thesis whose contribution is a built artifact (tool, system, method, model) using design science research: explicit problem and requirements,…