processing-wwdc-session

Build a structured WWDC session workspace with transcript, code, notes, and digest.

3|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ivan-magda/blog --skill processing-wwdc-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: processing-wwdc-session
Source: https://github.com/ivan-magda/blog/tree/main/.agents/skills/processing-wwdc-session
Command: npx skills add https://github.com/ivan-magda/blog --skill processing-wwdc-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when the user drops an Apple Developer session video URL (developer.apple.com/videos/play/...) to research into the blog's workspace, or adds a screenshots/ folder to an already-processed session dir. Builds workspace/wwdcNN/{num}-{slug}/ with transcript, code, meta, notes, and a synthesized digest; compresses slide screenshots and folds their info back into the digest.

Core Features & Use Cases

  • Derives a per-session workspace under workspace/wwdcNN/ and creates transcript.md, meta.md, code.md, notes.md, and digest.md to support drafting blog posts from WWDC content.
  • Performs two phases: Phase A fetch and build to generate initial artifacts, then Phase B enrichment when screenshots are provided to fold slide information into the digest.
  • Keeps workspace/ as gitignored scratch to ensure zero shippable changes, while digest.md remains the authoritative synthesis for the post.

Quick Start

Drop a WWDC session URL into the workspace or drop a screenshots/ folder into an existing session dir to trigger the workflow.

Frequently Asked Questions about processing-wwdc-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn WWDC session videos into a research digest?

To turn WWDC session videos into a research digest, provide a developer.apple.com video URL to build a workspace containing the transcript, meta, code, notes, and a synthesized digest for drafting blog posts.

Can I fold WWDC slide screenshots into an existing session digest?

Yes, you can fold WWDC slide screenshots into an existing session digest by adding a screenshots folder to the processed session directory, which triggers a workflow to compress images and enrich the synthesized digest.

How does the workflow generate a blog post digest from an Apple Developer video?

The workflow generates a blog post digest from an Apple Developer video by fetching session content, creating markdown files for transcripts and notes, and enforcing a synthesis model to produce the final digest.

Do I need a specific model to synthesize the WWDC transcript digest?

Yes, you need a specific model to synthesize the WWDC transcript digest, as the workflow enforces a designated model for the digest synthesis to ensure high-quality research-ready output.

Will processing WWDC videos alter my published blog content?

Processing WWDC videos will not alter your published blog content, because the workflow creates a workspace directory as a gitignored scratch space, keeping all shippable changes at zero.