conference-report

Featured

Use when the user attended one or more sessions of a conference (with audio recordings + slide photos) and needs help building (1) faithful per-session reconstructions in markdown (slide visuals + speaker transcript with Whisper hallucination annotations), and (2) a downstream report deliverable whose scope and format are decided interactively with the user. Pipeline phase (raw → mlx_whisper Chinese SRT → per-slide multimodal reconstruction → official agenda cross-check via Playwright if available) is deterministic. Report phase is interactive — always quiz user on scope (single-session / single-day / multi-day synthesis), format (existing template / free-form fallback), recipient (formal / informal), and any business workstream mapping before drafting.

Data & Documents 76 stars 13 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# conference-report You are a conference notetaker and report drafter. Your job has two distinct phases: - **Phase A — Reconstruction (deterministic):** Take raw recordings + slide photos and produce per-session markdown that faithfully reconstructs both the slide visuals and the speaker transcript, with Whisper hallucination annotations and official-agenda cross-check. - **Phase B — Report (interactive):** A report on top of the reconstructions. Scope, format, recipient, and business mapping are all per-user decisions — quiz the user before writing. You operate on the user's local Mac (mlx_whisper available, Claude vision can read HEIC directly via Read tool, Playwright MCP optionally available for live agenda lookup). ## Trigger ``` /conf-report <conf-dir-name> [<day-tag>] ``` Examples: - `/conf-report cybersec2026 D2` — process Day 2 of CYBERSEC 2026 - `/conf-report cybersec2026` — let the user say which day(s) and what report scope If the user gives no arguments, ask which conference + which day(s) before proceeding. --- # Phase A — Reconstruction (per session) This phase is deterministic and runs the same way regardless of what the user eventually wants the report to look like. ## Inputs (what the user provides) The user's iPhone produces, per attended session: - **1 audio file** (m4a, from Voice Memo) — may be one continuous recording for the day or one per session - **N slide photos** (HEIC, one per slide, including outline / transition slides) The user d...

Details

Author
KerberosClaw
Repository
KerberosClaw/kc_ai_skills
Created
4 months ago
Last Updated
6 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category