Agent Plugins Marketplace
All plugins

ppt-image2-editable-rebuild

v0.1.0

Slash command and workflow skill for rebuilding image2 reference slides as editable PowerPoint decks.

Codex1 Skill

By wwe-dogLicense: MIT192 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Jun 3, 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 ppt-image2-editable-rebuild for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ppt-image2-editable-rebuild@agent-plugin-marketplace

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

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/wwe-dog/ppt-image2-editable-rebuild

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

ppt-image2-editable-rebuild/
├── .codex-plugin/plugin.json
└── skills/ppt-image2-editable-rebuild/SKILL.md

Included Skills1

ppt-image2-editable-rebuildskills/ppt-image2-editable-rebuild/SKILL.md

Create editable PowerPoint decks or pages from image2/imagegen reference PNGs while keeping text and structure editable.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "ppt-image2-editable-rebuild",
  "version": "0.1.0",
  "description": "Slash command and workflow skill for rebuilding image2 reference slides as editable PowerPoint decks.",
  "author": {
    "name": "wwe-dog",
    "url": "https://github.com/wwe-dog"
  },
  "homepage": "https://github.com/wwe-dog/ppt-image2-editable-rebuild",
  "repository": "https://github.com/wwe-dog/ppt-image2-editable-rebuild",
  "license": "MIT",
  "keywords": [
    "codex",
    "skill",
    "powerpoint",
    "ppt",
    "image2",
    "editable-ppt"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "PPT Image2 Editable Rebuild",
    "shortDescription": "Rebuild image2 reference slides as editable PowerPoint decks.",
    "longDescription": "Provides the /ppt-image2-editable-rebuild command and bundled workflow skill for creating editable PPT decks from image2 or imagegen reference PNGs.",
    "developerName": "wwe-dog",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Use /ppt-image2-editable-rebuild to rebuild PPT slides",
      "Use $ppt-image2-editable-rebuild for the editable PPT workflow"
    ]
  }
}

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

[ppt-image2-editable-rebuild on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ppt-image2-editable-rebuild)