Agent Plugins Marketplace
All plugins

pptx-deck-creation

v1.0.0

Create production-ready, editable PowerPoint decks through a spec-first, coordinate-explicit workflow with read-only reference analysis and quality gates.

CodexClaude Code5 Skills

By kimtthLicense: MIT39.9k GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pptx-deck-creation for Codex and Claude Code

Installs for the current user
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add pptx-deck-creation@claude-code-workflows

Paste and run these commands in a terminal with Codex. They add and refresh the claude-code-workflows catalog, then install this plugin.

Compatibility: the page URL and API slug “pptx-deck-creation” remain stable.

  • Codex: pptx-deck-creation@agent-plugin-marketplacepptx-deck-creation@claude-code-workflows

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wshobson/agents

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pptx-deck-creation/.

Plugin files

plugins/pptx-deck-creation/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/pptx-deck-context/SKILL.md
├── skills/pptx-quality-gates/SKILL.md
├── skills/pptx-reference-deck-analysis/SKILL.md
├── skills/pptx-slide-specification/SKILL.md
└── skills/pptx-visual-assets/SKILL.md

Included Skills5

pptx-deck-contextskills/pptx-deck-context/SKILL.md

Use when preparing the narrative, sources, and design context for a new editable PPTX deck.

pptx-quality-gatesskills/pptx-quality-gates/SKILL.md

Use when validating or repairing an editable PPTX deck for geometry, accessibility, native editability, source lineage, and OOXML package integrity.

pptx-reference-deck-analysisskills/pptx-reference-deck-analysis/SKILL.md

Use when analyzing a reference PPTX for read-only structure, theme, typography, layout rhythm, diagnostics, derived template catalogs, or safe OOXML package inspection.

pptx-slide-specificationskills/pptx-slide-specification/SKILL.md

Use when authoring or repairing a coordinate-explicit JSON specification for an editable PPTX deck.

pptx-visual-assetsskills/pptx-visual-assets/SKILL.md

Use when selecting and placing approved supporting icons, images, SVGs, diagrams, or infographics in an editable PPTX deck.

Plugin manifests2

plugins/pptx-deck-creation/.codex-plugin/plugin.json
{
  "name": "pptx-deck-creation",
  "version": "1.0.0",
  "description": "Create production-ready, editable PowerPoint decks through a spec-first, coordinate-explicit workflow with read-only reference analysis and quality gates.",
  "skills": "./skills/",
  "author": {
    "name": "kimtth"
  },
  "repository": "https://github.com/kimtth/agent-pptify-kit",
  "license": "MIT",
  "keywords": [
    "powerpoint",
    "pptx",
    "presentations",
    "slide-decks",
    "deck-generation",
    "slide-design"
  ],
  "interface": {
    "displayName": "Pptx Deck Creation",
    "shortDescription": "Create production-ready, editable PowerPoint decks through a spec-first, coordinate-explicit workflow with read-only…",
    "category": "creative"
  }
}
plugins/pptx-deck-creation/.claude-plugin/plugin.json
{
  "name": "pptx-deck-creation",
  "version": "1.0.0",
  "description": "Create production-ready, editable PowerPoint decks through a spec-first, coordinate-explicit workflow with read-only reference analysis and quality gates.",
  "author": {
    "name": "kimtth"
  },
  "repository": "https://github.com/kimtth/agent-pptify-kit",
  "license": "MIT",
  "category": "creative",
  "keywords": [
    "powerpoint",
    "pptx",
    "presentations",
    "slide-decks",
    "deck-generation",
    "slide-design"
  ],
  "agents": [
    "./agents"
  ],
  "skills": [
    "./skills/pptx-deck-context",
    "./skills/pptx-slide-specification",
    "./skills/pptx-visual-assets",
    "./skills/pptx-reference-deck-analysis",
    "./skills/pptx-quality-gates"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pptx-deck-creation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pptx-deck-creation)