scaffold-exercises

Generate educational exercise directory structures with sections, problems, solutions, and explainers.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Jmarques/orford-sur-le-lac_embarcations --skill scaffold-exercises-jmarques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-exercises
Source: https://github.com/Jmarques/orford-sur-le-lac_embarcations/tree/main/.agents/skills/scaffold-exercises
Command: npx skills add https://github.com/Jmarques/orford-sur-le-lac_embarcations --skill scaffold-exercises-jmarques

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of exercise directory structures, making it easy to organize and manage educational content with sections, problems, solutions, and explainers.

Core Features & Use Cases

  • Automated Directory Creation: Generates the complete directory structure for educational exercises.
  • Customizable Templates: Allows for the creation of exercise stubs with sections, problems, solutions, and explainers.
  • Linting Support: Ensures that the created directories pass linting checks for code quality.

Quick Start

Create a new exercise section for 'Introduction to Algorithms' with a problem, solution, and explainer.

Frequently Asked Questions about scaffold-exercises

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create exercise directory structures for educational courses?

This Skill automates exercise directory structure creation by generating folders for sections, problems, solutions, and explainers, ensuring your educational content stays organized and ready for training use.

What directory structure is needed for organizing educational exercises with solutions and explainers?

A proper exercise directory structure separates sections, problems, solutions, and explainer files. This Skill automatically generates that complete hierarchy so educational content remains logically organized and easy to navigate.

Can I generate exercise stubs with customizable templates for problems and solutions?

Yes, the Skill supports customizable templates to create exercise stubs containing sections, problems, solutions, and explainers, allowing you to tailor the generated directory structure to specific educational needs.

Do I need to run linting validation after generating exercise directories?

Yes, generated directories must pass linting standards. You need to execute the 'pnpm ai-hero-cli internal lint' command to validate that the created exercise structure meets required code quality checks.

Does this directory structure generator work without any external dependencies?

The Skill operates with no listed dependencies for directory generation itself, but you must have pnpm and the ai-hero-cli tool available to run the required 'internal lint' validation command afterward.