gamma-migration-deep-dive

Featured

Deep dive into migrating to Gamma from other presentation platforms. Use when migrating from PowerPoint, Google Slides, Canva, or other presentation tools to Gamma. Trigger with phrases like "gamma migration", "migrate to gamma", "gamma import", "gamma from powerpoint", "gamma from google slides".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Gamma Migration Deep Dive ## Current State !`npm list 2>/dev/null | head -10` ## Overview Migrate presentation workflows from PowerPoint, Google Slides, Canva, or other platforms to Gamma's AI-powered generation. Gamma takes a fundamentally different approach -- instead of manually placing slides, you provide content and Gamma generates the presentation. Migration is about converting your content pipeline, not your slide files. ## Prerequisites - Gamma API access (Pro+ plan) - Source presentations accessible for content extraction - Node.js 18+ for migration scripts - Completed `gamma-install-auth` setup ## Migration Approaches | Approach | When to Use | Effort | |----------|-------------|--------| | Content extraction + regeneration | Lots of text-heavy presentations | Medium | | Import via Gamma UI | One-off migration of key decks | Low | | Template recreation | Repeatable presentation formats | Medium | | Parallel operation | Gradual transition over time | Low | **Key insight:** You don't "import" slides into Gamma. You extract content from old presentations and regenerate them using Gamma's AI. This often produces better results than the originals. ## Instructions ### Step 1: Inventory Source Presentations ```typescript // scripts/inventory-presentations.ts import { readdir, stat } from "node:fs/promises"; import { join, extname } from "node:path"; interface PresentationInfo { path: string; format: string; sizeMB: number; lastModified: Date; } async...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

gamma-upgrade-migration

Upgrade Gamma SDK versions and migrate between API versions. Use when upgrading SDK packages, handling deprecations, or migrating to new API versions. Trigger with phrases like "gamma upgrade", "gamma migration", "gamma new version", "gamma deprecated", "gamma SDK update".

2,266 Updated today
jeremylongshore
AI & Automation Featured

gamma-core-workflow-a

Generate presentations, documents, and webpages via Gamma API. Use when creating content from text prompts, configuring themes, image styles, text modes, and output formats. Trigger: "gamma generate", "gamma presentation from text", "gamma AI slides", "gamma create deck", "gamma content generation".

2,266 Updated today
jeremylongshore
AI & Automation Featured

gamma-data-handling

Handle data privacy, retention, and compliance for Gamma integrations. Use when implementing GDPR compliance, data retention policies, or managing user data within Gamma workflows. Trigger with phrases like "gamma data", "gamma privacy", "gamma GDPR", "gamma data retention", "gamma compliance".

2,266 Updated today
jeremylongshore
AI & Automation Featured

gamma-hello-world

Generate your first Gamma presentation via the API. Use when learning the generate-poll-retrieve workflow, testing API connectivity, or creating a minimal example. Trigger: "gamma hello world", "gamma quick start", "first gamma presentation", "gamma example", "gamma test".

2,266 Updated today
jeremylongshore
AI & Automation Featured

gamma-core-workflow-b

Generate from templates, retrieve exports, and manage sharing via Gamma API. Use when creating content from template gammas, downloading PDF/PPTX/PNG exports, or configuring sharing and folder organization. Trigger: "gamma template", "gamma export", "gamma download PDF", "gamma PPTX", "gamma sharing", "gamma from template".

2,266 Updated today
jeremylongshore