Creates Slidev markdown presentations for developers. Activates for: slides with code highlighting, technical talks, conference presentations, workshop materials, live coding decks, or markdown-based slides. Not for PowerPoint/Google Slides or non-presentation documents.
View on GitHubclearfunction/cf-devtools
cf-devtools
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/clearfunction/cf-devtools/blob/main/skills/slidev-presentations/SKILL.md -a claude-code --skill slidev-presentationsInstallation paths:
.claude/skills/slidev-presentations/# Slidev Presentations Skill Generate professional, browser-based presentations using [Slidev](https://sli.dev/) - the presentation framework for developers. ## When to Use This Skill Activate when the user requests: - Creating presentation slides - Technical talks or conference presentations - Developer-focused slide decks - Markdown-based presentations with code examples - Interactive presentations with animations ### Example Trigger Phrases These prompts should activate this skill: - "Create a presentation about Kubernetes architecture" - "Make slides for my talk on TypeScript best practices" - "Generate a Slidev deck explaining our API design" - "Build a technical presentation for the team meeting" - "I need slides for a conference talk on microservices" - "Create a workshop presentation with code examples" - "Make a deck covering React hooks for beginners" - "Generate presentation slides about CI/CD pipelines" ### NOT This Skill Do NOT activate for: - PowerPoint or Google Slides requests (different format) - Simple document or README generation - Non-presentation Markdown files - Requests for presentation tips without actual slide creation ## Recommended Workflow Follow the **plan-first approach** for quality presentations: ```text 1. Gather Context → 2. Create Plan → 3. Review Plan → 4. Generate Slides ``` ### Why Plan First? - Plans capture audience, duration, and core message - Review checkpoint before investing in slide generation - Plans become presenter notes and Q&A preparation - Easier to iterate on structure than on finished slides ### Workflow Options | Scenario | Command | Output | | ----------------------------- | ----------------------------------------------- | ------------- | | New presentation on a topic | `/slidev:plan [topic]` then `/slidev:from-plan` | Plan + Slides | | Presentation about a codebase | `/slidev:from-codebase [path]` |