Rename Slide Skill

Rename slides by updating file names, export identifiers, and configuration entries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of renaming slides, ensuring consistency across file names, export identifiers, and configuration settings.

Core Features & Use Cases

  • Comprehensive Renaming: Update a slide's file name, export name, ID, title, and short title simultaneously.
  • Partial Renaming: Modify only the title and short title without altering the slide's file or export name.
  • Use Case: You've decided to change the focus of a slide from "Market Share" to "Competitive Landscape." This Skill can update the slide's file name to 07-competitive-landscape.tsx, its export to Slide07CompetitiveLandscape, its ID to competitive-landscape, and its titles accordingly.

Quick Start

Rename slide 5 from "old-name" to "new-name".

Frequently Asked Questions about Rename Slide Skill

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

FAQPage Schema
How do I rename a slide and update its configuration entries at the same time?

To rename a slide comprehensively, you update the file name, export identifier, ID, title, and short title simultaneously. This ensures consistency across all presentation assets and configuration settings in one operation.

Can I partially rename a slide without altering its file name or export identifier?

Yes, you can perform a partial rename to modify only the slide's title and short title. This operation leaves the underlying file name and export identifier completely untouched while updating the display text.

What naming conventions do I need to follow when renaming presentation slides?

Renaming slides requires adherence to specific naming conventions for the file, export, ID, title, and short title fields. Following these configuration rules ensures your presentation framework recognizes and renders the updated assets correctly.

What is the best way to refactor a slide from Market Share to Competitive Landscape in a presentation?

The best way to refactor a slide is to update all related identifiers at once, changing the file name to `07-competitive-landscape.tsx`, the export to `Slide07CompetitiveLandscape`, the ID, and the titles to maintain consistency across the presentation framework.

Does renaming a presentation slide update the export identifier automatically?

During a full renaming operation, the export identifier is updated along with the file name, ID, and titles. However, if you choose a partial rename, the export identifier and file name remain unchanged while only the titles are modified.

Why does renaming a slide file require updating configuration entries?

Renaming a slide file requires updating configuration entries to maintain consistency across presentation assets. The framework relies on matching file names, export identifiers, and IDs to correctly route and render the updated slide within the application.