academic-writing
Write or revise thesis and paper prose section by section (abstract, introduction, related work, method, results, discussion, conclusion) with the conventions…
Turn the research log and recent work into a concise supervisor update or meeting agenda: progress since the last meeting with evidence, decisions taken and their reasons, results with numbers, blockers with the specific help needed, and the next steps with dates, in under a
$ npx -y skills add KhaledSaeed18/dotclaude --skill supervisor-update --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/supervisor-updateContext preview
The summary Claude sees to decide when to auto-load this skill.
Turn the research log and recent work into a concise supervisor update or meeting agenda: progress since the last meeting with evidence, decisions taken and their reasons, results with numbers, blockers with the specific help needed, and the next steps with dates, in under a
name: supervisor-update description: "Turn the research log and recent work into a concise supervisor update or meeting agenda: progress since the last meeting with evidence, decisions taken and their reasons, results with numbers, blockers with the specific help needed, and the next steps with dates, in under a page. Use before a supervisor meeting, when asked for a progress email, or at a milestone." argument-hint: "(optional) since when, the meeting date, and email or agenda format"
Supervisors read updates between other things. The update's job is to let them help in the ten minutes they have: what moved, what is stuck, what decision they need to make. Everything else is noise.
1. `RESEARCH_LOG.md` entries since the last meeting (or the period asked for). The log is the evidence; if it is thin, say so and ask the student what happened. 2. Git history for the period (`git log --since`), new files under `research/notes/`, changed chapters. 3. The last update or meeting notes, to answer what was promised.
Subject: Thesis update, 21 Sep 2026 Since 7 Sep: - Read 6 papers on X (notes in research/notes/); the gap holds: none evaluates Y in setting Z. - Built the data pipeline (commit a1b2c3d); 412 sessions collected, 9 discarded for missing labels. - First results: variant B reduces latency 23% (n=10, SD 4%) at all sizes, table attached. Decided: - Dropped baseline C: its code does not run on our data format and reimplementing costs two weeks. Comparing against A and D only. Need from you: - Is a 23% reduction with n=10 enough for RQ2, or should I run n=30 (adds three days)? - Ethics amendment for the follow-up survey: can you sign the form (attached) by Thursday? Next two weeks: - Run the n=30 sweep if agreed (by 28 Sep). - Draft results chapter section 4.2 (by 3 Oct). - Literature synthesis outline for chapter 2 (by 5 Oct). Open questions carried over: 1 (dataset licence; waiting on the provider since 30 Aug).
Write to `research/updates/YYYY-MM-DD.md` and return the text. Log the update itself as a `/research-log` entry if the student agrees.
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,…