generate-custom

Generate HTML outputs from project data using installed template categories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/julieclarkson/case-study-maker --skill generate-custom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-custom
Source: https://github.com/julieclarkson/case-study-maker/tree/main/skills/generate-custom
Command: npx skills add https://github.com/julieclarkson/case-study-maker --skill generate-custom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate outputs for any installed template category by automating the assembly of content from your project data into design templates, saving time and preserving consistency.

Core Features & Use Cases

  • Discover and select built-in or custom categories from .case-study/templates/ or templates/ to tailor outputs (e.g., pitch-deck, linkedin, or one-pager).
  • Read project data (events, repo, commits, media) and render placeholders in the chosen template, producing ready-to-share HTML assets.
  • Use with the generate workflow to create polished case studies, portfolios, or marketing materials from existing templates.

Quick Start

Install the plugin and trigger the command to generate a new category output using your current project data.

Frequently Asked Questions about generate-custom

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

FAQPage Schema
How do I generate HTML outputs from project data using installed templates?

To generate HTML outputs, this Skill automates the assembly of project data into selected template categories. It reads events and media from your project, fills placeholders in the chosen template, and outputs a ready-to-share HTML file along with optional CSS and JS assets.

What template categories can I use for automated case study generation?

Automated case study generation supports any built-in or custom template category discovered in the .case-study/templates/ or templates/ directories. You can tailor outputs for formats like pitch-decks, linkedin posts, or one-pagers by selecting a specific category and theme.

How does rendering project data into HTML templates work?

Rendering project data into HTML templates works by reading your project's events, repo, commits, and media to populate placeholders in a selected template. The process replaces the placeholders with actual data to produce polished, ready-to-share HTML assets automatically.

Do I need a specific directory structure to output custom HTML files?

To output custom HTML files, you need a specific directory structure containing your templates. The Skill discovers installed custom categories by scanning the .case-study/templates/ or templates/ directories to find the design files needed for rendering your project data.

Can I create marketing materials from existing templates without manual coding?

Creating marketing materials from existing templates without manual coding is the primary use case. The Skill uses your current project data to fill template placeholders automatically, producing polished portfolios, pitch-decks, or one-pagers and outputting the final HTML plus optional assets.

What is the best way to automate case study assembly from repository data?

The best way to automate case study assembly is to trigger the generate command after selecting a category template and theme. This reads your repository data, events, and media to render placeholders, saving time and preserving consistency across the final HTML output.