simple-deck

Creates portable single-file HTML decks combining seed template and slide layouts.

84.7k|9.9k|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/nexu-io/open-design --skill simple-deck-nexu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simple-deck
Source: https://github.com/nexu-io/open-design/tree/main/skills/simple-deck
Command: npx skills add https://github.com/nexu-io/open-design --skill simple-deck-nexu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Creating portable, configurable slide decks usually requires multiple files and tools; Simple-deck consolidates a deck into a single HTML artifact built from a seed template and a set of paste-ready layouts.

Core Features & Use Cases

  • Single-file HTML decks that are easy to share and run locally
  • Reusable layouts from references/layouts.md for quick-pitches, product overviews, or study materials
  • Lightweight seed-driven workflow that preserves slide rhythm and navigation rules

Quick Start

Copy the seed template to index.html, replace tokens to customize your deck, and open index.html in a browser.

Frequently Asked Questions about simple-deck

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

FAQPage Schema
How do I create a single-file HTML presentation deck?

To create a single-file HTML presentation deck, you copy a seed template to index.html, replace tokens to customize slides, and open the file locally in a browser.

What are the advantages of a single-file HTML deck over traditional slide tools?

A single-file HTML deck is fully portable, easy to share, and runs locally without external dependencies, ensuring a deterministic artifact with enforced navigation rules and responsive design.

Can I build a product pitch or study guide using paste-ready slide layouts?

Yes, you can assemble product pitches, product overviews, or study materials by combining a seed template with reusable layouts sourced from a markdown reference file.

Do I need any external libraries or frameworks to run these HTML slides?

No external libraries or frameworks are needed. The deck is a lightweight, self-contained HTML file that operates deterministically by assembling internal template assets and layout references.

How does the seed template enforce slide rhythm and navigation?

The seed template enforces a 5-rule navigation script and theme rhythm by structuring the assembled HTML deck, ensuring cohesive transitions and responsive behavior across all slide layouts.