ai-tutorials
AI Course & Tutorial Design Guide
1. 核心理念
产出高质量的 AI 课程,由讲义和项目实战两部分组成。
- 项目是课程的精华和核心。学生通过动手做项目来真正理解概念
- 讲义是项目的铺垫,负责精炼地介绍重点概念,为项目扫清认知障碍
2. 工作流程(严格按顺序执行)
More from likefallwind/courseskills
codex2course
Use when creating course handouts, lecture notes, workshops, tutorials, PPT-like course slides, visual lecture materials, or course PDF decks from a topic, outline, handout, or existing course package.
3pdf2video
Use when turning a codex2course-produced course package (outline.md + handout.md + slide-units/ + slides/*.png) into a narrated lecture video — writes per-slide narration, synthesizes voice via either MINIMAX TTS (paid, higher quality) or Microsoft Edge TTS (free), and assembles slides + audio into a single mp4 with ffmpeg.
2makecourse
Use when publishing an AI-generated course directory into the aistudy101 website. The user provides the generated course path and says which curriculum course it corresponds to; Codex must register the course, keep the source repo link, copy generated lesson videos into website assets through sync, update data, run build verification, and leave source videos untouched.
2movecourse
Use when publishing AI-generated course lesson mp4 files into the aistudy101 website course-assets tree, especially from lesson*/ directories into static/course-assets/<course-id>/lesson*/video.
1