Skip to main content
Run any Skill in Manus
with one click
GitHub repository

course-builder

course-builder contains 10 collected skills from tobyilee, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
19
updated
2026-05-03
Forks
6
Occupation coverage
5 occupation categories ยท 100% classified
repository explorer

Skills in this repository

asset-build
instructional-coordinators-259031

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.

2026-05-03
course-builder
instructional-coordinators-259031

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 invoke for follow-ups โ€” "์žฌ์‹คํ–‰", "์„น์…˜๋งŒ ๋‹ค์‹œ", "์—…๋ฐ์ดํŠธ", "์ด์ „ ๊ฒฐ๊ณผ ๊ฐœ์„ ", "์ฝ”์Šค ์ˆ˜์ •". Do NOT invoke for single-artifact requests (just a slide, just a quiz) โ€” those should call the specific authoring skill directly.

2026-05-03
tts-synthesis
software-developers

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 speaker_affect overlays. Triggered after coherence-review passes and before/within asset-build, or as a standalone step. Also invoke for "์˜ค๋””์˜ค ์ƒ์„ฑ", "TTS ํ•ฉ์„ฑ", "๊ฐ•์˜ ์Œ์„ฑ ๋งŒ๋“ค์–ด", "voice ๋ณ€๊ฒฝ", "speed ์กฐ์ •".

2026-05-03
script-writing
writers-and-authors

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.

2026-04-24
slide-authoring
software-developers

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.

2026-04-24
coherence-review
instructional-coordinators-259031

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.

2026-04-23
class-planning
instructional-coordinators-259031

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.

2026-04-22
curriculum-design
instructional-coordinators-259031

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.

2026-04-22
note-writing
english-language-and-literature-teachers-postsecondary

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.

2026-04-22
quiz-generation
instructional-coordinators-259031computer-science-teachers-postsecondary

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.

2026-04-22