gamma-core-workflow-a

Featured

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".

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 Core Workflow A: Content Generation ## Overview Generate presentations, documents, webpages, and social posts using Gamma's Generate API (`POST /v1.0/generations`). This skill covers the full parameter set: content, output format, text mode, text amount, themes, image options, sharing, folders, and export format. ## Prerequisites - Completed `gamma-sdk-patterns` (client wrapper ready) - Pro account with available credits - Workspace themes configured (optional) ## API Parameters Reference | Parameter | Type | Options | Default | |-----------|------|---------|---------| | `content` | string | Your text/prompt | Required | | `outputFormat` | string | `presentation`, `document`, `webpage`, `social_post` | `presentation` | | `textMode` | string | `generate`, `condense`, `preserve` | `generate` | | `textAmount` | string | `brief`, `medium`, `detailed`, `extensive` | `medium` | | `themeId` | string | From `GET /v1.0/themes` | Workspace default | | `imageOptions.style` | string | Free text (e.g., `"photorealistic"`, `"watercolor illustration"`) | AI default | | `exportAs` | string | `pdf`, `pptx`, `png` | None (no auto-export) | | `sharingOptions` | object | `workspaceAccess`, `externalAccess` | Workspace defaults | | `folderIds` | string[] | From `GET /v1.0/folders` | Root folder | ## Instructions ### Step 1: Basic Presentation Generation ```typescript import { createGammaClient, pollUntilDone } from "./lib/gamma"; const gamma = createGammaClient({ apiKey: process...

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-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
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-migration-deep-dive

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".

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-sdk-patterns

Reusable patterns for the Gamma REST API (no SDK exists). Use when building typed wrappers, generation helpers, template factories, or error handling for Gamma. Trigger: "gamma patterns", "gamma client wrapper", "gamma best practices", "gamma API helper", "gamma code structure".

2,266 Updated today
jeremylongshore