scaffold-exercises

Generate section and exercise directories with stub readmes from a parsed plan.

16|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Insik-Han/han-monorepo-template --skill scaffold-exercises-insik-han
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-exercises
Source: https://github.com/Insik-Han/han-monorepo-template/tree/main/.agents/skills/scaffold-exercises
Command: npx skills add https://github.com/Insik-Han/han-monorepo-template --skill scaffold-exercises-insik-han

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables educators and content teams to auto-generate organized exercise scaffolds, including sections and exercises, that pass linting and are ready for review.

Core Features & Use Cases

  • Parse the plan to extract section names, exercise names, and variant types.
  • Create directory trees under exercises/ following the XX-YY naming scheme for sections and exercises.
  • Generate stub readmes in each variant folder and verify links and structure via lint.
  • Use cases include curriculum authoring, course onboarding, and rapid course expansion.

Quick Start

Run the scaffold-exercises plan to generate exercise directories and stub readmes, then run pnpm ai-hero-cli internal lint to validate.

Frequently Asked Questions about scaffold-exercises

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

FAQPage Schema
How do I automatically generate course exercise directories from a planning plan?

Automated exercise scaffolding parses your planning plan to extract section and exercise names, then generates a structured directory tree under exercises/ using an XX-YY naming scheme to organize course modules.

What is the best way to scaffold course exercises so they pass linting checks?

The best way to scaffold exercises for linting is to generate directory trees and stub readmes that adhere to structural rules, then run a lint command to verify link correctness and directory formatting before review.

Can I auto-create stub readmes for variant types during course module scaffolding?

Yes, course module scaffolding can parse the plan to identify variant types and automatically generate stub readmes in each corresponding variant folder to ensure every exercise variant is properly documented.

Do I need a specific plan format to scaffold course exercises and directory trees?

You need a structured planning plan that clearly defines section names, exercise names, and variant types to successfully scaffold course exercises and generate the corresponding directory trees.

Why does my automated exercise scaffold fail lint checks after generating directories?

Automated exercise scaffolds may fail lint checks if the generated stub readmes contain broken links or if the directory tree does not follow the required XX-YY naming scheme for sections and exercises.