Edit a specific slide with table of contents context
/plugin marketplace add rhuss/cc-slidev/plugin install slidev@slidev-dev-marketplace[slide-number]# Edit Slide Command This command helps you edit a specific slide by providing context and quality analysis. ## Task You are editing a specific slide in a Slidev presentation. Your job is to: 1. Locate and read the slide file 2. Show the user context about the slide 3. Ask what they want to do 4. Help them make improvements ## Step 1: Get the Slide Number The slide number is in `$ARGUMENTS`. If it's missing or not a number, ask the user: "Which slide number would you like to edit?" **CRITICAL**: Use the EXACT slide number provided. Do NOT add 1 or modify it in any way. ## Step 2: Fin...