Paper to group meeting
Skill StaryMoon/paper-to-group-meeting-skill/skills/paper-to-group-meeting
Turn a research PDF into a page-cited group-meeting preparation pack containing extracted text, section candidates, figure assets, a talk outline, speaker-note prompts, and discussion questions. Use when preparing a lab presentation, paper reading, journal club, or advisor meeting from a paper.From its SKILL.md
npx -y skills add StaryMoon/paper-to-group-meeting-skill --skill paper-to-group-meetingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 264 tokens by cl100k_base, as published. Nobody here has run it
Paper to Group Meeting
Prepare an evidence-linked talk pack before designing slides. Keep page citations on claims, distinguish paper statements from your interpretation, and give limitations the same attention as headline results.
Workflow
- Run the deterministic preparation step:
python3 scripts/prepare_group_meeting.py paper.pdf --output output/talk-pack
- Read
paper-text.mdwith page anchors. Usesection-map.jsonfor navigation, not as a substitute for reading. - Inspect
figures/contact-sheet.png; select figures that carry an argument, not every available image. - Fill
talk-outline.mdin this order: problem, gap, method, evidence, limitations, relevance, discussion. - Put a page citation beside every quantitative claim in
speaker-notes.md. - Only then build slides with the user's preferred presentation tool.
Quality rules
- Do not attribute claims to the paper without a page anchor.
- Explain the evaluation protocol before quoting the best number.
- Include at least one limitation and one failure case when available.
- Keep method detail proportional to the audience and meeting length.
- End with discussion questions specific enough to answer.
See references/talk-contract.md for recommended slide allocation.
What ships with it: 3 files
6.2 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml222 B
references/
- talk-contract.md581 B
scripts/
- prepare_group_meeting.pyruns5.4 KB