academic-writing
Write or revise thesis and paper prose section by section (abstract, introduction, related work, method, results, discussion, conclusion) with the conventions…
Turn a meeting transcript, recording summary, or rough notes into a record people act on: decisions with their reasons, action items with one owner and a date each, open questions, and a short summary, in the team's existing notes format, with nothing invented and unclear
$ npx -y skills add KhaledSaeed18/dotclaude --skill meeting-notes --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/meeting-notesContext preview
The summary Claude sees to decide when to auto-load this skill.
Turn a meeting transcript, recording summary, or rough notes into a record people act on: decisions with their reasons, action items with one owner and a date each, open questions, and a short summary, in the team's existing notes format, with nothing invented and unclear
name: meeting-notes description: "Turn a meeting transcript, recording summary, or rough notes into a record people act on: decisions with their reasons, action items with one owner and a date each, open questions, and a short summary, in the team's existing notes format, with nothing invented and unclear attributions marked. Use after a meeting, when a transcript needs to become a shareable record, or when action items from a meeting keep getting lost." argument-hint: "the transcript or notes (paste or file path); optionally attendees and the meeting's purpose"
A meeting record is read by two people: the one who was there and forgot, and the one who was not there and needs to act. Both want the decisions and the actions, not the conversation. Summarise the conversation only as far as it explains a decision.
**Decisions**: something the group agreed will happen or be true. Record the decision, who made or confirmed it, the reason given, and any alternative rejected. A decision without a reason gets `[reason not stated]`, not a guessed one.
**Action items**: a verb, one owner (a person, never "the team"), a due date or `[date not set]`. If the transcript assigns nothing, list the action under "Unassigned" rather than picking someone.
**Open questions**: raised and not resolved, with who raised it and what resolving it would need.
**Information shared**: facts stated that others will need (a number, a date, a status), briefly.
Everything else (discussion, tangents, pleasantries) is left out unless it explains a decision.
# <Meeting name>, 2026-09-21 Attendees: A, B, C. Apologies: D. Notes: (author). ## Summary Three sentences on what the meeting was for and what came out of it. ## Decisions 1. **Ship the v2 API behind a flag on 1 Oct.** (B) Reason: mobile needs two weeks after the contract freezes. Rejected: shipping unflagged on 25 Sep. ## Action items | Action | Owner | Due | Status | | Freeze the v2 contract and publish the OpenAPI diff | A | 2026-09-24 | new | | (carried over) Fix the flaky checkout test | C | 2026-09-19 | overdue | ## Open questions - Do we deprecate v1 this quarter? (raised by C; needs the usage numbers B will pull) ## Shared - Error budget for September is 40% consumed (B). ## Next meeting 2026-09-28; agenda seeds: v1 deprecation decision.
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,…