scaffold-exercises

Parse exercise plans and scaffold chapter directories with explainer, problem, and solution variants.

779|80|Updated Jun 20, 2025
One-click install
npx skills add https://github.com/Haohao-end/openagent --skill scaffold-exercises-haohao-end
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-exercises
Source: https://github.com/Haohao-end/openagent/tree/main/api/internal/core/skills/catalog/scaffold-exercises
Command: npx skills add https://github.com/Haohao-end/openagent --skill scaffold-exercises-haohao-end

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of repeatedly setting up inconsistent directory structures for course or workshop exercises, including missing explainer/problem/solution variants and failures to meet lint expectations.

Core Features & Use Cases

  • Standardized exercise structure: Creates a predictable directory layout for each chapter and exercise name.
  • Multiple variants: Generates required variants such as explainer, problem, and solution in a consistent way.
  • Lint-passing skeletons: Writes minimal instruction files intended to satisfy linting for a ready-to-build course repo.

Quick Start

Ask the assistant to scaffold your course exercise directories so they follow the standard explainer/problem/solution layout and pass lint.

Frequently Asked Questions about scaffold-exercises

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

FAQPage Schema
How do I scaffold course exercise folders with explainer, problem, and solution variants?

To scaffold course exercise folders, you provide an exercise plan which the tool parses into chapters and names to generate standardized directories containing explainer, problem, and solution variants for consistent organization.

What is the best way to create a ready-to-edit workshop repository that passes lint?

The best way to create a lint-passing workshop repository is by generating standardized directory structures that place minimal instruction files for each variant, ensuring the skeletons meet lint expectations for a ready-to-build course.

Does this scaffolding tool generate lint-passing skeletons for all exercise variants?

Yes, this scaffolding tool generates lint-passing skeletons by writing minimal instruction files intended to satisfy linting for explainer, problem, and solution variants in your course repository.

How do I turn an exercise plan into a standardized directory structure for learning content?

You turn an exercise plan into a standardized directory structure by having the tool parse your plan into chapters and exercise names, automatically generating the standard folders for education and workshop learning content.

Why do my manually created workshop directories fail to meet lint expectations?

Manually created workshop directories often fail lint expectations due to inconsistent structures and missing variants, which this tool solves by generating standardized layouts with minimal lint-passing instruction files.

Can I use this scaffolding tool for both workshop and courseware directory setups?

Yes, you can use this scaffolding tool for both workshop and courseware setups, as it applies standardized directory structures with explainer, problem, and solution variants for any education or learning content.