slide-creator

Generate self-contained HTML slides with inline CSS from agency.config.json.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ekatasingh1107/b2b-gtm-skills --skill slide-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slide-creator
Source: https://github.com/ekatasingh1107/b2b-gtm-skills/tree/main/skills/capabilities/slide-creator
Command: npx skills add https://github.com/ekatasingh1107/b2b-gtm-skills --skill slide-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Branded, consistent slide decks are time-consuming to create from scratch; this Skill automates generating self-contained HTML slides from your config, ensuring brand-wide consistency with minimal manual effort.

Core Features & Use Cases

  • Generate complete HTML slide decks as self-contained files with inline CSS and built-in navigation.
  • Read branding and tone from agency.config.json to ensure consistent visuals across decks.
  • Produce decks for pitches, proposals, case studies, trainings, and conference talks with configurable structure.

Quick Start

Run the slide-creator to generate a branded HTML deck from your agency.config.json.

Frequently Asked Questions about slide-creator

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

FAQPage Schema
How do I generate branded HTML presentation slides from a config file?

To generate branded HTML presentation slides, you provide a topic, audience, and an agency.config.json file. The system reads your branding parameters to produce self-contained HTML slide files with inline CSS and a navigation index.

What is the best way to automate pitch deck creation with brand-consistent styling?

Automating pitch deck creation with brand-consistent styling is done by defining your visual tone in an agency.config.json file. The generator then outputs self-contained HTML slides, ensuring brand-wide consistency without manual formatting.

Do I need an agency.config.json file to create self-contained HTML slide decks?

Yes, an agency.config.json file in the project root is required to create these HTML slide decks. This configuration file provides the branding and tone instructions necessary to ensure consistent visuals across all generated slides.

Can I generate HTML slides for case studies and conference talks from the same config?

Yes, you can generate HTML slides for case studies, conference talks, proposals, and trainings from the same config. By supplying optional case-study data alongside your topic and audience inputs, the system configures the deck structure accordingly.

What are the limitations of generating self-contained HTML slide files with inline CSS?

A key limitation of self-contained HTML slide files with inline CSS is that each slide is an independent file rather than a dynamic web application. While this ensures portability, complex real-time interactivity across the deck is limited to the navigation index.