Remove Slide Skill

Delete a slide by number, name, or ID and renumber remaining files.

6|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/theclaymethod/pls-fix --skill remove-slide-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Remove Slide Skill
Source: https://github.com/theclaymethod/pls-fix/tree/main/.claude/skills/remove-slide
Command: npx skills add https://github.com/theclaymethod/pls-fix --skill remove-slide-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the removal of slides from a presentation deck, including updating file names, import statements, and slide configurations.

Core Features & Use Cases

  • Slide Deletion: Safely removes a specified slide from the presentation.
  • Automated Renumbering: Renames subsequent slide files and updates their export names.
  • Configuration Updates: Modifies config.ts to reflect the removed slide and updated slide order.
  • Verification: Runs a build command to ensure the deck remains error-free after modifications.

Quick Start

Use the remove slide skill to delete slide number 5.

Frequently Asked Questions about Remove Slide Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove a slide from a deck and automatically renumber the rest?

Renaming subsequent slide files after deletion automatically updates their export names and modifies the presentation's `config.ts` file to accurately reflect the newly updated slide order and configuration.

Can I identify a presentation slide for removal by name or ID instead of number?

Yes, this slide removal process handles identification by slide number, name, or ID, ensuring the correct presentation file is targeted before updating all relevant import statements and configurations.

How to update config.ts when deleting a presentation slide?

Updating `config.ts` when deleting a presentation slide is handled automatically by modifying the file to reflect the removed slide and updating the slide order configurations.

What is the best way to ensure deck integrity after deleting a slide?

The best way to ensure deck integrity after deleting a slide is running a build verification step, which checks that all updated import statements and configurations remain error-free.

Does removing a slide automatically update import statements across the presentation?

Yes, removing a slide automatically updates all relevant import statements across the presentation files, ensuring that broken references are fixed during the slide deletion and renumbering process.