Edit Slide Skill

Modify presentation slides via natural language instructions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to modify existing slides in a presentation using natural language commands, streamlining the editing process and making it accessible to non-technical users.

Core Features & Use Cases

  • Content Modification: Update text, numbers, and other content directly on a slide.
  • Layout and Design Adjustments: Restructure slides, change element arrangements, and apply design system components.
  • Template Flexibility: Ability to break out of predefined templates and compose slides directly from design system primitives when needed.
  • Use Case: A user can say "Change the title on slide 3 to 'Our Q4 Performance' and add a small icon next to it" and the skill will update the slide accordingly.

Quick Start

Use the edit slide skill to change the title of slide two to "Introduction".

Frequently Asked Questions about Edit Slide Skill

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

FAQPage Schema
How do I modify existing presentation slides using natural language commands?

You can modify presentation slides by issuing natural language instructions to update text, restructure layouts, and integrate design system components, which streamlines the editing process for non-technical users.

Can I update slide content and change element arrangements without manual coding?

Yes, you can update content and change element arrangements directly. The skill processes natural language commands to restructure slides and apply design system components dynamically without manual coding.

Does editing slides with natural language require React component knowledge?

Understanding React component composition and CSS variables for styling is required under the hood. However, users only need to provide natural language instructions to execute the slide modifications.

What is the best way to break out of predefined presentation templates?

To break out of predefined templates, you can compose slides directly from design system primitives. This allows flexible layout restructuring and dynamic content modification using natural language.

How do I change a specific slide title and add an icon using a text prompt?

You can change a slide title and add an icon by instructing the skill in plain text, such as asking it to change a title on a specific slide and add a small icon next to it.

Are there limitations when using design system components for slide editing?

Slide editing relies on React component composition and CSS variables for styling. Complex layout restructuring may be constrained by the available design system primitives and the underlying component architecture.