What problem does it solve?
Manually creating course exercise directory structures is time-consuming and error-prone, especially when they must adhere to strict linting rules for educational platforms, leading to repeated fixes and delayed course launches.
Core Features & Use Cases
- Automated Structure Generation: Creates properly named section and exercise folders following dash-case naming conventions and numeric ordering.
- Stub File Creation: Generates required non-empty readme.md stubs for problem, solution, and explainer subfolders to meet platform requirements.
- Lint Validation Integration: Runs platform lint checks automatically to ensure the generated structure passes all rules before commit.
- Use Case: Course creators building programming or technical training courses can use this skill to set up consistent, valid exercise scaffolding in minutes instead of hours of manual work.
Quick Start
Use the scaffold-exercises skill to generate the complete exercise directory structure for the new "Advanced React Patterns" course section based on your provided course outline and validate it passes all platform lint rules.