WindTalkerGold

Web Presentation Generator

0
0
# Install this skill:
npx skills add WindTalkerGold/slides-maker --skill "Web Presentation Generator"

Install specific skill from multi-skill repository

# Description

A skill to generate beautiful web-based presentations using various templates.

# SKILL.md


name: Web Presentation Generator
description: A skill to generate beautiful web-based presentations using various templates.


Web Presentation Generator Skill

This skill allows you to generate professional web-based presentations by copying pre-built templates.

Configuration

Templates Directory: {{TEMPLATES_DIR}}

Capabilities

1. List Available Templates

To see the list of available styles/templates, look into the Templates Directory:
{{TEMPLATES_DIR}}

Common templates include:
- template-01-minimal
- template-02-dark
- template-03-corporate
- ...and others.

2. Create a Presentation

To create a new presentation, you must COPY the desired template directory AND the server script to the user's specified destination.

Instructions for the Agent:
1. Identify the user's desired template.
2. Construct the source path: {{TEMPLATES_DIR}}/<template-id>
3. Copy the template: Copy the entire directory content to the user's target destination.
4. Copy Server Script: Copy {{TEMPLATES_DIR}}/../server.js to the target destination (same folder as index.html).
* This is required because the slides use ES Modules which need a web server to run correctly (avoiding CORS issues).

3. Customize & Run

After generation, inform the user:
- Run node server.js to start the presentation.
- Edit slides/*.js to change content.

Example Interaction

User: "Create a dark mode presentation in ./my-talk"
Agent:
1. Locates {{TEMPLATES_DIR}}/template-02-dark.
2. Copies {{TEMPLATES_DIR}}/template-02-dark content to ./my-talk.
3. Copies {{TEMPLATES_DIR}}/../server.js to ./my-talk/server.js.
4. Tells user to run node server.js inside ./my-talk.

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.