slides
v0.1.0Crea y edita presentaciones Slidev en el directorio actual, siguiendo tus preferencias guardadas en AGENTS.md.
By ZapatoProgrammingLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install slides for Codex and Claude Code
codex plugin marketplace add ZapatoProgramming/slidesdev-plugin
codex plugin marketplace upgrade slidesdev
codex plugin add slides@slidesdevPaste and run these commands in a terminal with Codex. They add and refresh the slidesdev catalog, then install this plugin.
Compatibility: the page URL and API slug “slides” remain stable.
- Codex:
slides@agent-plugin-marketplace→slides@slidesdev
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ZapatoProgramming/slidesdev-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/slides-create/SKILL.md├── skills/slides-edit/SKILL.md└── skills/slides-preferences/SKILL.md
Included Skills3
Create a new Slidev presentation (slides.md + package.json) in the current working directory, following the user's preferences from AGENTS.md. Use when the user asks to make, create, generate or draft a presentation, slides, deck or talk ("hazme una presentación sobre…", "crea unas slides de…", "prepara una charla de 10 minutos", "make a deck about…"). For changes to an existing slides.md use slides-edit instead.
Edit an existing Slidev presentation. Use whenever the working directory (or a folder the user mentions) contains a Slidev slides.md and the user asks to change anything in it — a slide's text, size, animation, layout, transition, theme, colors, images, code, diagrams, order, or to add/remove/split slides — even if they never mention the plugin or Slidev ("haz más grande la animación de la diapo 3", "pon la slide de arquitectura a dos columnas", "quita la última diapositiva", "make the title on slide 2 bigger", "añade una slide sobre costos después de la agenda").
Load, create or update the user's presentation style preferences stored in AGENTS.md (project first, then global ~/.config/slides/AGENTS.md). Use before creating or editing a Slidev presentation, and when the user wants to change how their slides should look ("cambia mis preferencias de presentaciones", "from now on my slides should use a dark theme", "quiero menos texto en mis slides").
Plugin manifests2
{
"name": "slides",
"version": "0.1.0",
"description": "Crea y edita presentaciones Slidev en el directorio actual, siguiendo tus preferencias guardadas en AGENTS.md.",
"author": {
"name": "ZapatoProgramming",
"url": "https://github.com/ZapatoProgramming"
},
"homepage": "https://github.com/ZapatoProgramming/slidesdev-plugin",
"repository": "https://github.com/ZapatoProgramming/slidesdev-plugin",
"license": "MIT",
"keywords": [
"slidev",
"slides",
"presentation",
"presentations",
"deck",
"markdown",
"agents-md"
],
"skills": "./skills/",
"interface": {
"displayName": "Slides para Slidev",
"shortDescription": "Presentaciones Slidev a tu gusto",
"longDescription": "Genera presentaciones Slidev (slides.md + package.json) en el directorio de trabajo y las edita con lenguaje natural. Lee tus preferencias de estilo desde AGENTS.md (proyecto, luego global) y las crea con unas pocas preguntas si aún no existen.",
"developerName": "ZapatoProgramming",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/ZapatoProgramming/slidesdev-plugin",
"defaultPrompt": [
"Hazme una presentación de 10 minutos sobre la arquitectura de este repo",
"Crea unas slides para explicar Docker a principiantes",
"Haz más grande la animación de la diapo 3"
],
"brandColor": "#2B90B6",
"screenshots": []
}
}{
"name": "slides",
"version": "0.1.0",
"description": "Crea y edita presentaciones Slidev en el directorio actual, siguiendo tus preferencias guardadas en AGENTS.md.",
"author": {
"name": "ZapatoProgramming",
"url": "https://github.com/ZapatoProgramming"
},
"homepage": "https://github.com/ZapatoProgramming/slidesdev-plugin",
"repository": "https://github.com/ZapatoProgramming/slidesdev-plugin",
"license": "MIT",
"keywords": [
"slidev",
"slides",
"presentations",
"markdown",
"agents-md"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[slides on Agent Plugins Marketplace](https://pluginsmp.com/plugins/slides)