academic-writing
Write or revise thesis and paper prose section by section (abstract, introduction, related work, method, results, discussion, conclusion) with the conventions…
Read one paper (PDF, arXiv id, DOI, or text) and produce a structured note: the claim, method, evidence, limitations, how it relates to the student's research question, and quotable passages with locations, so that lit-review-synthesis can build an argument from many notes. Use
$ npx -y skills add KhaledSaeed18/dotclaude --skill paper-reader --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/paper-readerContext preview
The summary Claude sees to decide when to auto-load this skill.
Read one paper (PDF, arXiv id, DOI, or text) and produce a structured note: the claim, method, evidence, limitations, how it relates to the student's research question, and quotable passages with locations, so that lit-review-synthesis can build an argument from many notes. Use
name: paper-reader description: "Read one paper (PDF, arXiv id, DOI, or text) and produce a structured note: the claim, method, evidence, limitations, how it relates to the student's research question, and quotable passages with locations, so that lit-review-synthesis can build an argument from many notes. Use when working through a reading list, when a supervisor asks what a paper actually shows, or before citing a paper for a specific claim." argument-hint: "path, DOI, or arXiv id of the paper; optionally the research question to read it against"
Read the paper, not the abstract. The note you produce will be trusted later, when the student is writing under deadline and will not reopen the PDF, so every claim in the note must be traceable to a page or section.
1. Abstract, introduction, conclusion: what the authors *claim*. 2. Method and setup: what they *did*, precisely enough to judge the claim. 3. Results, including tables: what the evidence *shows*, including what it does not show. 4. Related work and limitations: where they place themselves and what they concede. 5. References: which works they lean on (candidates for `citation-graph`).
Write one markdown file per paper under `research/notes/`, named `<firstauthor><year>-<short-title>.md`, with the BibTeX key in the front matter so `citation-verifier` and `lit-review-synthesis` can join them:
--- key: smith2023feedback title: ... authors: ... year: 2023 venue: ... doi: 10.xxxx/yyyy type: empirical | design | survey | theory | position read: 2026-09-21 relevance: high | medium | low --- ## One-sentence claim What the paper says it shows, in your words. ## Research question it answers Their question, and which of the student's sub-questions it bears on. ## Method Design, data (source, size), procedure, metrics, baselines. Enough to judge validity. ## Evidence The key results with numbers, and the table or figure each comes from (Table 3, Fig. 2). What was not tested. ## Limitations Theirs (from the paper) and yours (what you noticed). ## Relation to this thesis Supports / contradicts / extends / provides method for: which claim of the student's, and how. ## Quotable > "exact sentence" (p. 4, Sec. 3.2) At most five. Exact text, with location, for use in the review. ## Follow-up References worth chasing, with the reason.
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,…