Registers the Inspiration Deck Workshop skill for DSH: local static HTML presentation decks (6 deck templates, 25+ layouts, 23 themes & motion showroom) with a validate + PNG/PDF export CLI and smoke tests, zero runtime dependencies.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:zjsthmjialin/inspiration-deck-workshop
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Inspiration Deck Workshop is a static HTML presentation toolkit for creating polished, animated presentation pages with local coding agents. It is designed for fast proposal drafts, product demos, client briefings, research summaries, social carousels, and reusable presentation templates.
Preview: Theme Motion Showroom
Theme Showcase

| Premium Stage | Product Launch | Executive Brief | Creator Pop |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
The full promotional image set is available in docs/assets/theme-showcase.
What It Includes
- 23 visual themes for business, technology, editorial, creative, and premium launch scenarios.
- 25 reusable page layouts for covers, timelines, metrics, comparison pages, roadmaps, and story sections.
- 21 CSS animation presets and 5 lightweight canvas visual effects.
- Complete deck templates for talks, business reports, product launches, proposals, courses, social content, roadmaps, research briefs, workshops, and campaign reviews.
- Local HTML/CSS/JS output that can be opened, customized, exported, or hosted.
How To Use
Create a new deck from a template:
node tools/cli.mjs new my-deck --template product-launch --theme platinum-launch
Open the generated index.html in a browser, then edit the HTML content, theme, layout, and animations as needed.
Export slides when needed:
node tools/cli.mjs export my-deck --format png --out dist/my-deck-png
node tools/cli.mjs export my-deck --format pdf --out dist/my-deck.pdf
Recommended Uses
- Client proposal and sales presentation pages.
- Product launch and feature announcement decks.
- Strategy, research, and executive briefing documents.
- Course modules and internal training pages.
- Social media carousel drafts and visual storyboards.
- Reusable presentation style libraries for local AI workflows.
DeepSeek Harness Plugin
Inspiration Deck Workshop is also a DeepSeek Harness (DSH) plugin: one command installs the skill into DSH so any session can build HTML presentation decks through the standard workflow (template → edit → validate → export PNG/PDF).
dsh plugin --profile web add dsh-inspiration-deck-workshop
After installing, restart DSH Web and ask your agent to "make a product launch deck" — it loads the skill and follows its workflow.
- npm: https://www.npmjs.com/package/dsh-inspiration-deck-workshop
- Plugin source lives in the
dsh-inspiration-deck-workshop/directory of this repository (the skill packaged as a DSH bundle). - Requirements: Node ≥ 18; PNG/PDF export needs a local Chrome/Chromium.
Notes
This project focuses on high-quality static HTML presentation output. PPTX export, account systems, collaboration features, cloud editing, and template marketplace features are outside the current scope.
Contact
Author: zjsthm@gmail.com
WeChat: 63656299
License
Released under the MIT License.
Links
More in this category
GanyuanRan/Aegis★ 1014
Software-engineering method pack for coding agents, with skills for baseline-first planning, systematic debugging, prompt hygiene, verification before completion, and repair/retirement tracking.
superdesigndev/superdesign-skill★ 417
Design skill for UI and marketing graphics on the Superdesign canvas: reads the repo for context, extracts its design system, then generates and iterates branchable design drafts, flow pages, and reusable components through the Superdesign CLI.
Ikalus1988/MisakaNet★ 387
Failure-recovery memory: search and record failure-recovery lessons from real engineering sessions, with BM25 + semantic RAG retrieval and a lessons knowledge base.
Vladimir-Human/humanizer-ru#dsh★ 100
Cleans AI traces from Russian text: finds chatbot copy-paste artefacts (ChatGPT, Gemini, Grok, Perplexity, DeepSeek) and rewrites the text into natural prose on request; 39 regex markers with an evidence registry, offline, text-only bundle.
dhicoc/dsh-reverse-skill★ 18
Complete reverse-skill pack (85 SKILL.md) as a DeepSeek Harness Cordis plugin: reverse engineering, authorized pentesting and security-research skill router.
zhaiyateng/dsh-design-skills★ 10
Design-aesthetics skill pack (10 styles: dark SaaS, minimal white, neumorphism, brutalism, glassmorphism, Japanese minimal, bento grid, cyberpunk, vaporwave, art deco) with runnable landing-page demos: tokens, component rules, forbidden lists, and acceptance checklists per style.



