build-tool

Generate a Fast Track wizard tool from course content and reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bgzbgz/show-time --skill build-tool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-tool
Source: https://github.com/bgzbgz/show-time/tree/main/.claude/skills/build-tool
Command: npx skills add https://github.com/bgzbgz/show-time --skill build-tool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation and deployment of a new Fast Track wizard tool from user-supplied materials, reducing manual setup effort and speeding delivery.

Core Features & Use Cases

  • Tool generation from course content, Excel-like inputs, and reports.
  • Auto-creates HTML tool skeleton, seeds tool metadata in Supabase, and triggers GitHub deployment.
  • Use Case: Quickly convert a client request into a ready-to-run Fast Track wizard module and push it to production.

Quick Start

Provide the source materials (course.md, Excel screenshot, and a report.md) and run the build-tool skill to generate the new wizard tool.

Frequently Asked Questions about build-tool

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

FAQPage Schema
How do I automate building a wizard tool from course content and reports?

You can automate wizard tool generation by supplying course.md, Excel screenshots, and report.md files to create the HTML skeleton, seed Supabase metadata, and trigger GitHub deployment.

What is needed to generate a Fast Track wizard from source materials?

Generating a Fast Track wizard requires course content, Excel-like inputs, and a report.md file. The process creates an HTML tool skeleton, seeds metadata in Supabase, and handles GitHub deployment with validation.

Can I deploy a generated wizard tool directly to GitHub?

Yes, you can deploy a generated wizard tool directly to GitHub. The build process includes automated GitHub deployment steps that push the newly created HTML tool to production after Supabase seeding.

Does the wizard generation process include error handling and validation?

Yes, the wizard generation process includes built-in error handling and validation. It validates the user-provided source materials and specifications before proceeding with file generation and Supabase seeding.

How do I seed tool metadata in Supabase during the build process?

Seeding tool metadata in Supabase happens automatically during the build process. After generating the HTML tool skeleton from your source materials, the process seeds the required metadata directly into Supabase.

What are the limitations when converting course content into a wizard module?

A limitation when converting course content into a wizard module is the strict dependency on specific input formats. You must provide structured course.md, Excel-like screenshots, and report.md files for successful generation.