What problem does it solve? Setting up course exercise folders by hand is error-prone: naming conventions, required readme files, and lint rules are easy to get wrong, causing failed validation runs. This Skill scaffolds the entire directory tree correctly the first time and verifies it with the linter. ## Core Features & Use Cases - Directory Scaffolding: Creates section folders (XX-section-name) and exercise folders (XX.YY-exercise-name) with problem/, solution/, and explainer/ variants following dash-case naming conventions. - Lint-Validated Output: Generates non-empty readme.md stubs and runs pnpm ai-hero-cli internal lint, iterating on fixes until validation passes. - Safe Renumbering: Uses git mv to move or renumber exercises while preserving git history, then re-validates. - Use Case: Given a course plan outlining a new section on memory skill building with three exercises, generate the full folder tree with stub readmes, pass lint, and commit the result in one workflow. ## Quick Start Scaffold the exercises from my course plan into the exercises directory and make sure they pass lint.