aiwithmo

Lesson Doctor — Development skill for Claude Code

Development community

Check that this machine can run the lesson-cut toolchain, and say exactly what is missing.

How to install Lesson Doctor

Installs to ~/.claude/skills/aiwithmo-lesson-cut-lesson-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aiwithmo-lesson-cut-lesson-doctor && curl -fsSL https://raw.githubusercontent.com/aiwithmo/lesson-cut/HEAD/commands/lesson-doctor.md -o ~/.claude/skills/aiwithmo-lesson-cut-lesson-doctor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Lesson Doctor does


name: lesson-doctor description: Check that this machine can run the lesson-cut toolchain, and say exactly what is missing

Run the prerequisites check:

bash "${CLAUDE_PLUGIN_ROOT}/scripts/doctor.sh"

It checks ffmpeg and ffprobe, the python version and the three modules the toolchain imports, an ASR backend, and whether libass actually resolves the caption font. That last one matters more than it sounds: a missing font does not fail anything, it silently substitutes another fac

Alternatives in Development

  • Octo Doctor — Environment diagnostics — check providers, auth, config, hooks, scheduler, and more 2.8k ★
  • Check Setup.En — Top-level alias — see lesson/check-setup.en.md for the full body 347 ★
  • Theoretical Economics Claude Skill — Read the file SKILL.md at the root of this project and follow every instruction in it exactly 164 ★

Full documentation available on GitHub

View Source Repository