html-ppt-obsidian-claude-gradient

Generates HTML slide decks using a GitHub-dark purple gradient template for developer tutorials.

Updated May 20, 2026
One-click install
npx skills add https://github.com/Keimoshi/Silverloft --skill html-ppt-obsidian-claude-gradient-keimoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-ppt-obsidian-claude-gradient
Source: https://github.com/Keimoshi/Silverloft/tree/main/open-design-port/skills/html-ppt-obsidian-claude-gradient
Command: npx skills add https://github.com/Keimoshi/Silverloft --skill html-ppt-obsidian-claude-gradient-keimoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Creating visually consistent, developer-styled HTML presentations from scratch is time-consuming, and generic slide templates rarely match the GitHub-dark aesthetic that technical audiences expect for MCP, Agent, and dev-tool tutorials. ## Core Features & Use Cases - Pre-styled full-deck template: Ships a complete 8-slide example deck with GitHub-dark #0d1117 background, purple-blue radial ambient light, 60px grid mask, purple pill tags, and tri-color gradient headings (#a855f7 to #60a5fa to #34d399). - Code-focused slide patterns: Includes GitHub-style code blocks with syntax color classes, numbered step layouts, comparison cards, stat cards, quote slides, and purple left-border highlight blocks. - Speaker notes and runtime integration: Supports hidden speaker notes via <aside class="notes"> and connects to the shared html-ppt keyboard runtime, themes, and animations through copy-and-rewrite or inline asset recipes. - Use Case: A developer advocate needs a changelog-style deck for an MCP server tutorial; this template provides the cover, setup steps, config code block, stats, and CTA slides with the exact visual identity already built. ## Quick Start Ask the AI to build a developer tutorial presentation using the html-ppt-obsidian-claude-gradient template, specifying the topic, target audience, and whether MCP or Agent configuration examples should be included.

Frequently Asked Questions about html-ppt-obsidian-claude-gradient

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

FAQPage Schema
How do I create an HTML slide deck with a GitHub dark theme?

Copy the obsidian-claude-gradient template's index.html and style.css into your project, keep the .tpl-obsidian-claude-gradient body class, and replace the demo slide content while preserving the structural CSS classes. The template provides cover, steps, code, stats, and quote slide patterns.

What presentation style works for MCP or Agent developer tutorials?

A GitHub-dark aesthetic with syntax-highlighted code blocks and numbered setup steps fits developer tutorials well. This template includes a dedicated code slide style with GitHub palette colors for config files like claude_desktop_config.json.

Why do the shared CSS and JS assets 404 after copying the template?

The upstream template links assets via ../../../assets/ relative paths that only resolve inside the original directory tree. Either copy fonts.css, base.css, animations.css, and runtime.js into a project-local assets folder and rewrite the paths, or inline their contents directly into index.html.

Can I change the color theme of the HTML deck?

Yes, the deck supports 36 alternative themes from the html-ppt assets/themes directory. Swap the theme via the theme-link stylesheet element, and audiences can cycle themes at runtime by pressing the T key.

How do I add speaker notes without showing them on slides?

Place speaker notes inside <aside class="notes"> or <div class="notes"> elements, which are hidden from the audience by CSS. Never put presenter-only text as visible slide content; the runtime displays notes in a separate presenter view.