academic-writing
Write or revise thesis and paper prose section by section (abstract, introduction, related work, method, results, discussion, conclusion) with the conventions…
Structure a talk, thesis defence, or project presentation as a slide-by-slide outline with one message per slide, an opening that states the point, evidence slides that carry a claim in the title, a timed run of show, anticipated questions with answers, and speaker notes, sized
$ npx -y skills add KhaledSaeed18/dotclaude --skill presentation-outline --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/presentation-outlineContext preview
The summary Claude sees to decide when to auto-load this skill.
Structure a talk, thesis defence, or project presentation as a slide-by-slide outline with one message per slide, an opening that states the point, evidence slides that carry a claim in the title, a timed run of show, anticipated questions with answers, and speaker notes, sized
name: presentation-outline description: "Structure a talk, thesis defence, or project presentation as a slide-by-slide outline with one message per slide, an opening that states the point, evidence slides that carry a claim in the title, a timed run of show, anticipated questions with answers, and speaker notes, sized to the slot. Produces the outline and notes, not the slide design. Use when preparing a defence, a conference or team talk, a demo, or a status presentation, or when a deck has content but no argument." argument-hint: "the occasion, the audience, the slot length, and the material (thesis, report, or notes)"
A presentation is an argument with a time limit. The audience remembers one message and two or three supporting points; everything else is either evidence for those or noise. Build the outline from the message down, then fit it to the minutes.
One sentence the audience should repeat afterwards. For a defence: the contribution and what supports it ("A citation-verification hook cuts fabricated references in AI-assisted drafts to zero in our study, and here is how we know"). For a status talk: the state and the ask. Write it first; every slide either supports it or goes.
**Defence or research talk** (20 to 40 min): 1. Title, name, one line of context. 2. The problem and why it matters (one concrete example, one number). 3. The gap and the research questions (verbatim from the thesis). 4. Approach in one diagram. 5. Method essentials (what an examiner needs to trust the results; details in backup slides). 6. Results: one slide per research question, claim in the title, one figure or table. 7. Limitations, stated plainly. 8. Contributions and what they mean. 9. Future work (concrete next studies). 10. Thank you and the message restated. Then backup slides for questions.
**Team or status talk** (10 to 15 min): state, evidence, risks, ask, next steps.
**Demo**: what you will show and why it matters; the demo, scripted with a fallback recording; what was hard; what is next.
Each slide gets:
Cut any slide whose title is not a claim or whose removal does not weaken the argument.
List the eight likely questions (for a defence, take them from `thesis-reviewer`'s report), each with a two-sentence answer and the backup slide that supports it. Rehearse the three hardest aloud.
# <Talk title>: outline (slot 30 min: 20 talk + 10 Q&A) Message: ... Audience: ... | # | Title (claim) | Visual | Note (what you say) | Min | | 1 | ... | ... | ... | 1 | ... Total: 19 min ## Backup slides - B1: full hyperparameter table - ... ## Anticipated questions 1. Q: Why n = 10 and not more? A: ... (B2) ... ## Rehearsal plan Run 1 alone with a timer; run 2 to a colleague for the questions; run 3 the day before, standing.
Run `humanize` on the notes; spoken language tolerates fewer tells than written.
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,…