Slidev Deployment
Automates Slidev presentation deployment to GitHub Pages from a local repository using yoanbernabeu's streamlined process.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add slidev-deployment npx -- -y @trustedskills/slidev-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"slidev-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/slidev-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the deployment of Slidev presentations. It handles building the presentation from your markdown files and deploying it to a designated hosting location, streamlining the process of sharing your slides online. The skill simplifies the technical aspects of publishing Slidev projects, allowing users to focus on content creation.
When to use it
- You've created a Slidev presentation using Markdown and want to easily publish it online.
- You need to regularly update your Slidev presentations and want an automated deployment process.
- You’re collaborating with others on a Slidev project and require consistent, reproducible deployments.
- You want to avoid manual build and deployment steps for your Slidev projects.
Key capabilities
- Automated Slidev presentation building
- Deployment to hosting locations (specific details not provided in source)
- Simplifies the publishing process of Slidev presentations
Example prompts
- "Deploy my Slidev project located at
/path/to/my/slides." - "Build and deploy the latest version of my presentation."
- “Publish my slide deck to the default hosting location.”
Tips & gotchas
The skill requires a working Slidev environment. Ensure you have Slidev installed and configured before attempting deployment.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.