create_presentation
Scaffold a new Slidev presentation in the root directory: creates folder, slides.md, and package.json, then installs dependencies.
Instructions
Scaffold a new Slidev presentation (folder + slides.md + package.json) in the root directory. Runs npm install unless install=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Folder name (letters, digits, . _ -) | |
| theme | No | Slidev theme, e.g. 'default', 'seriph' | |
| title | No | Presentation title (defaults to name) | |
| install | No | Run npm install (default true) |