scaffold-exercises

Generate standardized course exercise directories with problem, solution, and explainer subfolders.

9|Updated May 25, 2026
One-click install
npx skills add https://github.com/wzser/supermatrix --skill scaffold-exercises-wzser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-exercises
Source: https://github.com/wzser/supermatrix/tree/main/platform/skill-master/skills/scaffold-exercises
Command: npx skills add https://github.com/wzser/supermatrix --skill scaffold-exercises-wzser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of setting up new exercise directories for courses, automatically creating well-structured sections with problems, solutions, and explainers, while ensuring the output passes linting.

Core Features & Use Cases

  • Automated Directory Structure: Quickly create complete exercise directory structures for new course sections or exercises.
  • Standardization: Ensures a uniform directory and file naming convention that's easy to navigate.
  • Code Linting Compliance: Generated structures comply with code linting standards to maintain clean code quality.

Quick Start

To create an exercise for the 'retrieval-with-bm25' topic within the 'retrieval-skill-building' section, use the following command: /scaffold-exercises --create -s retrieval-skill-building -e retrieval-with-bm25.

Frequently Asked Questions about scaffold-exercises

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

FAQPage Schema
How do I create an exercise directory structure for a new course section?

You can create an exercise directory structure by running a scaffold command that automatically generates section and exercise folders containing standardized problems, solutions, and explainer subdirectories with READMEs.

What is the standard file structure for course exercises with problems and solutions?

The standard file structure features separate subfolders for problems, solutions, and explainers, each populated with README files to maintain uniform directory and file naming conventions for course creation.

Can I use generated exercise directories with code linting tools?

Yes, generated exercise directories fully comply with code linting standards. The automated structure is designed to pass linting checks, ensuring clean code quality for educational software and curriculum content.

Does scaffold-exercises require any dependencies or components to run?

No, scaffold-exercises requires no external dependencies or components to run. It independently generates the standardized exercise directory structure, making it accessible for immediate curriculum design.

What's the best way to organize course content for multiple sections and exercises?

The best way to organize course content is using an automated directory scaffold that systematically coordinates section and exercise directories, creating a uniform structure with dedicated problem, solution, and explainer folders.