regenerate-course-content

Rebuilds static HTML course content from Markdown sources using a TypeScript build system.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/amdmax/claude_marketplace --skill regenerate-course-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: regenerate-course-content
Source: https://github.com/amdmax/claude_marketplace/tree/main/.claude/skills/regenerate-course-content
Command: npx skills add https://github.com/amdmax/claude_marketplace --skill regenerate-course-content

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the process of rebuilding static HTML course content from markdown sources, ensuring that updates are correctly compiled and providing a clear report of the changes.

Core Features & Use Cases

  • Automated Rebuild: Converts markdown files to HTML, processes charts and diagrams, minifies assets, and copies images.
  • Build Verification: Reports on generated files, asset minification, and course structure validation.
  • Error Handling: Provides guidance for troubleshooting common build errors.
  • Use Case: After updating lesson content in markdown files, run this skill to automatically generate the new HTML pages and verify that the build process completed successfully.

Quick Start

Run the command /regenerate-course-content to rebuild the course HTML from markdown sources.

Frequently Asked Questions about regenerate-course-content

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

FAQPage Schema
How do I convert markdown course content to static HTML?

You can convert markdown to static HTML by running an automated TypeScript build process that transforms markdown sources into HTML pages, processes charts and diagrams, minifies assets, and copies images while validating the final course structure.

What is the best way to rebuild HTML course pages after updating markdown lessons?

The best way to rebuild HTML course pages after updating markdown lessons is to run an automated build command that recompiles the markdown sources into static HTML, processes embedded charts and diagrams, minifies assets, and validates the course structure to ensure the updates are correctly compiled.

Does the markdown to HTML build process handle charts, diagrams, and image assets?

Yes, the markdown to HTML build process handles charts, diagrams, and image assets. It actively processes charts and diagrams during the HTML conversion and copies images to the appropriate output directory to ensure all visual assets are included in the rebuilt course.

How do I troubleshoot common build errors when generating HTML from markdown?

To troubleshoot common build errors when generating HTML from markdown, review the build verification report which details generated files, asset minification results, and course structure validation. This report offers specific guidance and troubleshooting steps for resolving common build errors encountered during compilation.

Do I need a TypeScript build system to compile markdown into static course HTML?

Yes, you need a TypeScript build system to compile markdown into static course HTML. The build process relies on TypeScript to automate the markdown to HTML conversion, process charts and diagrams, minify assets, and validate the overall course structure during the rebuild.

Why does my markdown to HTML course build fail structure validation?

Your markdown to HTML course build may fail structure validation if the source files are improperly formatted or missing required elements. The build system reports validation results and provides troubleshooting steps to help identify and resolve structural inconsistencies in the generated course content.