Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub rhuss/cc-slidevEvidence-based presentation creation with Slidev, enforced design guardrails, and multi-platform diagrams
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Share bugs, ideas, or general feedback.
Create developer-focused technical presentations using Slidev with evidence-based design guardrails
A Claude Code plugin for creating technical presentations powered by Slidev - the presentation framework for developers. Specifically designed for tech talks, conference presentations, internal demos, and developer-focused content.
Key differentiator: Evidence-based design principles are enforced as guardrails, not suggestions. The plugin automatically prevents common presentation mistakes through hard limits based on cognitive science research.
See real-world technical presentations created with this plugin, including source code and PDF exports:
Slidev is a web-based presentation tool built for developers. Write your slides in markdown, use Vue components, live code with Monaco editor, and export to PDF/PPTX. This plugin adds intelligent automation, evidence-based guardrails, and complete workflow management on top of Slidev's powerful foundation.
These are not suggestions - they're automatic hard limits based on cognitive science research:
When content exceeds limits: The plugin creates additional slides instead of cramming. Quality over convenience.
01-title.md, 02-hook.md etc. in slides/ directoryEnd-to-end presentation creation:
npm install -g @slidev/cli
LaTeX (pdflatex) - For handout generation
brew install --cask mactex-no-guisudo apt-get install texlive-latex-base texlive-latex-extramermaid-cli - For high-quality offline diagram rendering
npm install -g @mermaid-js/mermaid-cli
excalidraw-brute-export-cli - For Excalidraw diagram rendering (auto-installed on first use)
npm install -g excalidraw-brute-export-cli
npx playwright install-deps
npx playwright install chromium
Via Marketplace (recommended):
# Add the marketplace (once)
/plugin marketplace add rhuss/cc-rhuss-marketplace
# Install the plugin
/plugin install slidev@cc-rhuss-marketplace
From source:
git clone https://github.com/rhuss/cc-slidev.git
cd cc-slidev
# Install plugin via Makefile
make install
# After making changes, reinstall
make reinstall
See CONTRIBUTING.md for the full development workflow.
Here's a full end-to-end workflow for creating a technical presentation: