Add a new slide with a specific layout to an existing presentation
/plugin marketplace add clearfunction/cf-devtools/plugin install clearfunction-cf-devtools@clearfunction/cf-devtools[layout] e.g., 'two-cols', 'fact', 'section', 'code-comparison'slidev/# Add Slide to Presentation Add a new slide with layout: **$ARGUMENTS** ## Instructions 1. **Verify linting config exists** - Check for `.markdownlint.json` in the same directory as `slides.md`. If missing, create it first: 2. **Read the existing `slides.md`** file to understand: - Current theme and style - Content flow and structure - Where the new slide should be inserted 3. **Ask the user** (if not specified): - What content should this slide contain? - Where should it be inserted (after which slide)? 4. **Generate the slide** based on the requested layout: ...