pptx-unpack-presentation

Sub-skill of pptx: Unpack Presentation (+2).

5 stars

Best use case

pptx-unpack-presentation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of pptx: Unpack Presentation (+2).

Teams using pptx-unpack-presentation should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/unpack-presentation/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/data/documents/pptx/unpack-presentation/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/unpack-presentation/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How pptx-unpack-presentation Compares

Feature / Agentpptx-unpack-presentationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of pptx: Unpack Presentation (+2).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Unpack Presentation (+2)

## Unpack Presentation


```bash
unzip presentation.pptx -d presentation_extracted/
```

## Edit XML


Navigate to `ppt/slides/` and edit `slide1.xml`, etc.

## Repack


```bash
cd presentation_extracted
zip -r ../modified.pptx .
```

Related Skills

pptx

5
from vamseeachanta/workspace-hub

PowerPoint presentation toolkit for creating new presentations, editing existing ones, and using templates. Supports HTML-to-PPTX conversion, slide manipulation, and professional design. Use when building presentations, slide decks, or visual reports.

python-pptx-data-driven-presentation-from-database

5
from vamseeachanta/workspace-hub

Sub-skill of python-pptx: Data-Driven Presentation from Database (+1).

python-pptx-6-template-based-generation

5
from vamseeachanta/workspace-hub

Sub-skill of python-pptx: 6. Template-Based Generation.

python-pptx-5-image-and-shape-manipulation

5
from vamseeachanta/workspace-hub

Sub-skill of python-pptx: 5. Image and Shape Manipulation.

python-pptx-4-table-creation

5
from vamseeachanta/workspace-hub

Sub-skill of python-pptx: 4. Table Creation.

python-pptx-2-advanced-text-formatting

5
from vamseeachanta/workspace-hub

Sub-skill of python-pptx: 2. Advanced Text Formatting.

python-pptx-1-basic-presentation-creation

5
from vamseeachanta/workspace-hub

Sub-skill of python-pptx: 1. Basic Presentation Creation.

pptx-read-and-modify

5
from vamseeachanta/workspace-hub

Sub-skill of pptx: Read and Modify (+2).

pptx-before-writing-code

5
from vamseeachanta/workspace-hub

Sub-skill of pptx: Before Writing Code (+1).

pptx-basic-creation-with-python-pptx

5
from vamseeachanta/workspace-hub

Sub-skill of pptx: Basic Creation with python-pptx (+3).

pptx-apply-template

5
from vamseeachanta/workspace-hub

Sub-skill of pptx: Apply Template.

test-oversized-skill

5
from vamseeachanta/workspace-hub

A test fixture skill that exceeds 200 lines with multiple H2/H3 sections for split testing.