← ClaudeAtlas

slidev-template-creatorlisted

Creates a reusable Slidev project template from an existing Slidev presentation via URL
mdeuerlein/ai-loomkit · ★ 0 · Data & Documents · score 73
Install: claude install-skill mdeuerlein/ai-loomkit
# Slidev Template Creator Turns a finished Slidev presentation into a clean, reusable project template with layouts, components, design tokens, placeholder content, and documentation. ## Goal An existing presentation should not become a copy, but a maintainable Slidev template that lets you quickly start new presentations in the same visual style. The template should: - preserve the existing visual design as well as possible - provide reusable layouts and Vue components - contain central styles and design tokens - replace project-specific content with placeholders - include example slides demonstrating how to use the layouts - be locally installable, runnable, and exportable - be documented concisely and practically ## Input The skill always requires the URL of the source presentation. - When invoked with an argument, for example `/slidev-template-creator <url>`, use the argument as the URL. - When invoked without an argument, first ask for the URL of the presentation. - Only start analysis or file operations once a URL is available. ## Prerequisites - Work in the target project or clone/download the source presentation into a suitable working folder. - First read the existing Slidev structure, in particular `slides.md`, `package.json`, `theme/`, `components/`, `layouts/`, `assets/`, and central styles. - Do not blindly overwrite existing files. Check existing content and preserve a sensible project structure if Slidev is already cleanly organized. - Install or run