Install
$ agentstack add skill-zjsthmjialin-inspiration-deck-workshop-inspiration-deck-workshop ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Inspiration Deck Workshop
Use this skill to create local static HTML presentation decks that can be opened directly in a browser, validated with the project CLI, and packaged as reusable client-ready examples.
When to Use
Use this skill for:
- Business reports, product launches, proposal pitches, course modules, research briefs, project roadmaps, workshop playbooks, and social carousel decks.
- Requests that need a real HTML presentation rather than a chat-only outline.
- Workflows where the output should be checked by a validator before being handed off.
- Client previews where theme, motion, layout, and speaker notes matter.
Before Authoring
Confirm any missing basics:
- Topic and desired outcome.
- Audience and decision context.
- Slide count or speaking duration.
- Visual direction or theme.
- Whether speaker notes are needed.
- Desired delivery format: browser HTML, PNG, PDF, or a reusable template.
If the user has not specified a visual direction, choose a conservative existing theme that matches the scenario rather than inventing a new theme.
Default Workflow
- List available options when needed:
node tools/cli.mjs list decksnode tools/cli.mjs list themesnode tools/cli.mjs list layouts
- Start from an existing deck template instead of a blank page:
node tools/cli.mjs new --template --theme
- Edit only the generated deck unless the user explicitly asks to change shared assets.
- Keep visible slides focused on audience-facing content.
- Put speaker cues, narration, and reminders in ``.
- Validate the deck:
node tools/cli.mjs validate --write-manifest
- When export is requested, use:
node tools/cli.mjs export --format png --outnode tools/cli.mjs export --format pdf --out
- Report the checked
index.htmlpath,manifest.jsonpath, and any exported artifact paths.
Quality Gate
Before calling a deck complete:
- Run
node tools/cli.mjs validate --write-manifest. - Confirm every slide has a
data-title. - Confirm the deck has a
theme-linkstylesheet and runtime script. - Confirm speaker notes are present when requested.
- For client samples, open or screenshot the deck when possible and check that the first slide renders correctly on desktop and mobile-sized viewports.
Useful References
README.zh-CN.md: project overview and phase validation commands.docs/skill-install-and-usage.md: installation and day-one usage guide.docs/skill-delivery-checklist.md: packaging and external handoff checklist.templates/theme-animation-gallery/index.html: live theme and motion showroom.examples/client-product-launch/index.html: generated client-ready sample deck.
Guardrails:
- Do not copy author details, README prose, code headers, template text, or branded wording from reference projects.
- Do not add a license file unless the project owner explicitly changes the license plan.
- Do not edit global runtime or theme files for a single deck unless the task is explicitly about shared assets.
- Do not present an unvalidated deck as ready for delivery.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zjsthmjialin
- Source: zjsthmjialin/inspiration-deck-workshop
- License: MIT
- Homepage: https://zjsthmjialin.github.io/theme-motion-showroom-preview/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.