tobyilee

85 mods across 4 repositories, 180 stars between them.

slide-author

73

tobyilee/course-builder

Agent Claude Code

Slide deck author. Converts class beats into Marp Markdown and renders to HTML. Produces 4-7 slides per class with LO id in footer, ensures zero render errors and no overflow.

22 4mo ago A 42 tokens original MIT

tts-synthesizer

74

tobyilee/course-builder

Agent Claude Code

TTS audio engineer. Synthesizes per-slide MP3 + concatenated full.mp3 from a class transcript using the tts-synthesis pipeline. Owns engine selection, retry policy, beat-aware speaker affect overlay, and audio idempotency.

22 4mo ago A 56 tokens original MIT

asset-build

75

tobyilee/course-builder

Skill Claude CodeCodex

Final build step — render all Marp slides, validate SSML, synthesize the course manifest, and package bundle.zip. Use when coherence review has passed and the course is ready for deployment. Triggered by the asset-builder agent.

22 4mo ago C 50 tokens original MIT

class-planning

76

tobyilee/course-builder

Skill Claude CodeCodex

Plan a single class as a beat sheet (hook → teach → example → practice → recap) used jointly by slide, note, and script authors. Use when turning a class spec into beats, allocating duration across beats, or assigning visual/speaker cues. Triggered by the class-planner agent.

22 4mo ago A 64 tokens original MIT

coherence-review

77

tobyilee/course-builder

Skill Claude CodeCodex

Cross-artifact QA for the course pipeline. Verify LO coverage, Bloom balance, slide↔script cue alignment, note↔slide consistency, tone, quiz factual validity, and transcript speakability. Use when reviewing generated course assets before build. Triggered by the coherence-reviewer agent.

22 4mo ago A 62 tokens original MIT

course-builder

78

tobyilee/course-builder

Skill Claude CodeCodex

Orchestrate end-to-end online course generation from a topic. Invoke when user asks to "create a course", "design a curriculum", "build online lectures", "강의 만들어", "코스 설계", "커리큘럼 짜", "섹션별 퀴즈 포함 강의", "TTS 스크립트 강의", or any request to produce structured learning material with slides + notes + scripts + quizzes. Also…

22 4mo ago A 157 tokens original MIT

curriculum-design

79

tobyilee/course-builder

Skill Claude CodeCodex

Design course-level and section-level curriculum scaffolding. Use when writing Learning Objectives, choosing Bloom's Taxonomy levels, splitting a topic into sections, or breaking sections into classes. Triggered by curriculum-architect and section-designer agents.

22 4mo ago A 51 tokens original MIT

note-writing

80

tobyilee/course-builder

Skill Claude CodeCodex

Write lecture notes in Markdown (400-900 words) with Intro/Concept/Example/Pitfalls/Recap structure and cross-references to slides. Use when turning class beats into a study-ready note.md document. Triggered by the note-writer agent.

22 4mo ago A 56 tokens original MIT

quiz-generation

81

tobyilee/course-builder

Skill Claude CodeCodex

Generate section-level quizzes (5-9 items) with Bloom balance, plausible distractors, LO mapping, and required explanations. Use when creating quiz.json after all classes in a section are complete. Triggered by the quiz-master agent.

22 4mo ago A 50 tokens original MIT

script-writing

82

tobyilee/course-builder

Skill Claude CodeCodex

Write TTS-ready transcripts with [slide N] cues, [pause:ms] markers, and optional SSML. Convert raw code/URLs/long numbers to speakable forms. Use when turning slides+beats into a narrator script. Triggered by the script-writer agent.

22 4mo ago A 60 tokens original MIT

slide-authoring

83

tobyilee/course-builder

Skill Claude CodeCodex

Author slide decks in Marp Markdown and render to HTML. Use when turning class beats into 4-7 slides per class, applying Marp frontmatter/layout rules, preventing overflow, or rendering via the marp CLI. Triggered by the slide-author agent.

22 4mo ago A 57 tokens original MIT

tts-synthesis

84

tobyilee/course-builder

Skill Claude CodeCodex

Synthesize TTS audio from course transcripts with pluggable engines (OpenAI gpt-4o-mini-tts default, edge-tts fallback). Use when turning a class transcript.txt into per-slide MP3s plus a concatenated full.mp3, handling [slide N] / [pause:ms] markers, retries, and per-slide speakeraffect overlays. Triggered after…

22 4mo ago A 128 tokens original MIT