kortix-presentation

Create, edit, extract, and validate Kortix-branded PowerPoint presentations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jbreel77888/Agent-AiNorx --skill kortix-presentation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kortix-presentation
Source: https://github.com/jbreel77888/Agent-AiNorx/tree/main/.claude/skills/kortix-presentation
Command: npx skills add https://github.com/jbreel77888/Agent-AiNorx --skill kortix-presentation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, defusedxml, Pillow, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the tedious and error-prone work of creating, editing, and validating PowerPoint presentations that must conform to strict brand guidelines, ensuring every deck is visually consistent, technically valid, and free from generic AI-slide artifacts before delivery.

Core Features & Use Cases

  • On-Brand Deck Creation: Generate .pptx files using Kortix colors, Roobert typography, and the official symbol logo with proper layout, spacing, and shadow rules.
  • Template Editing & Rebranding: Unpack existing decks, edit OOXML directly, recolor to Kortix tokens, remove template hallmarks like accent underlines and gradients, and repack with validation.
  • Schema Validation & Repair: Automatically fix pptxgenjs OOXML defects and validate against ECMA-376 / ISO-IEC 29500 XSDs to prevent PowerPoint repair dialogs.
  • Content Extraction: Pull text and data from existing decks using markitdown for quick review or migration without modifying the source.
  • Use Case: Imagine you need to send an investor pitch deck tomorrow. Use this Skill to generate a 6-slide presentation that follows Kortix brand rules, passes strict OOXML validation, and renders perfectly in PowerPoint.

Quick Start

Use the kortix-presentation skill to build a 6-slide pitch deck introducing the Kortix platform and save it as a schema-validated .pptx file.

Frequently Asked Questions about kortix-presentation

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

FAQPage Schema
How do I create a brand-compliant PowerPoint pitch deck from scratch?

To create a brand-compliant pitch deck, generate .pptx files using predefined color palettes, typography, logo placement, and layout discipline. This ensures visual identity consistency and produces schema-validated presentations ready for delivery.

What's the best way to fix OOXML defects in pptxgenjs presentations?

Fix OOXML defects in pptxgenjs presentations by automatically repairing the generated files and validating them against ECMA-376 and ISO-IEC 29500 XSDs to prevent PowerPoint repair dialogs.

Do I need LibreOffice and Poppler installed to validate pptx files?

Yes, validating pptx files and rendering them requires Node.js with pptxgenjs, Python 3 with lxml and defusedxml, LibreOffice, and Poppler to perform schema validation and render output correctly.

How do I rebrand an existing PowerPoint template and remove custom accent underlines?

To rebrand an existing template, unpack the deck, edit the OOXML directly, recolor elements to brand-specific tokens, remove template hallmarks like accent underlines and gradients, and repack with schema validation.

Can I extract text and data from existing slide decks without modifying the source file?

Yes, extract text and data from existing slide decks without modifying the source by using markitdown to pull content for quick review or migration, preserving the original presentation file integrity.

Why does PowerPoint show a repair dialog when opening generated pptx files?

PowerPoint shows a repair dialog when generated pptx files contain OOXML defects that fail ECMA-376 standards. Automatically fixing these defects and validating against XSDs prevents this issue.