character-deck-reviser

Creates and revises editable PowerPoint decks with character illustrations, reproducibility receipts, and QA validation.

Updated Aug 20, 2026
One-click install
npx skills add https://github.com/jkf87/character-deck-reviser --skill character-deck-reviser-jkf87
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: character-deck-reviser
Source: https://github.com/jkf87/character-deck-reviser
Command: npx skills add https://github.com/jkf87/character-deck-reviser --skill character-deck-reviser-jkf87

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve? Creating or revising character-based PowerPoint decks often breaks original assets, produces raster-only slides, and leaves no audit trail. This Skill builds editable PPTX decks from topics or documents, or revises existing decks while preserving original media, layout, and character identity, with deterministic run receipts and full-slide render QA. ## Core Features & Use Cases - Three operating modes: create builds new decks from topics or documents, copy-only edits wording while preserving all geometry, and copy-layout revises copy and layout with optional approved slide compression. - Deck kinds: character, curriculum, and research modes separate generated illustrations, editable diagrams, and real screen-capture evidence. - Reproducible delivery: input fingerprinting, deterministic run IDs, transparent-PNG verification, copy audits, and a sealed delivery-receipt.json alongside the final PPTX, renders, and montage. - Use Case: Turn a curriculum document and practice files into a 20-slide editable training deck where concepts use generated transparent-PNG illustrations, exact figures stay as editable PowerPoint objects, and the final package includes full renders, a montage, and an execution receipt. ## Quick Start Ask the agent to read your source document and character reference image and create a 15-slide editable PPTX using the character-deck-reviser create mode.

Frequently Asked Questions about character-deck-reviser

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

FAQPage Schema
How do I create an editable PowerPoint deck from a document?

Use the create mode with your source document and an optional character reference image. The Skill builds an evidence map from the document, designs the narrative flow, and outputs an editable PPTX where titles, body text, numbers, and sources remain PowerPoint text objects.

How do I revise an existing PPTX without losing the original design?

Use copy-only mode to change wording while preserving all positions, sizes, fonts, and media, or copy-layout mode to also adjust layout and information density. The compare_pptx.py script verifies slide size, media sets, and geometry against the original.

Can I reduce the slide count of an existing deck?

Yes, but only with copy-layout plus structure_policy compress after explicit user approval. A template-frame-map.json classifies every source slide as retained, merged, or omitted, and validate_compression_map.py verifies coverage and required content preservation.

Does it support transparent background images for slides?

Yes, new illustrations default to transparent PNGs with real alpha channels, using background transparent and PNG output format where the image API supports it. The seal step verifies actual transparent pixels and rejects white backdrops or fake checkerboards.

When should I not use this Skill for presentations?

Do not use it for raster-only image decks, since the contract requires editable PowerPoint text and objects. It is also not intended for decks where no reproducibility, source notes, or QA evidence are needed.