pptx-deck-creation
v1.0.0Create production-ready, editable PowerPoint decks through a spec-first, coordinate-explicit workflow with read-only reference analysis and quality gates.
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
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add pptx-deck-creation@claude-code-workflowsPaste 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-marketplace→pptx-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/agentsClone 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
├── .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
Use when preparing the narrative, sources, and design context for a new editable PPTX deck.
Use when validating or repairing an editable PPTX deck for geometry, accessibility, native editability, source lineage, and OOXML package integrity.
Use when analyzing a reference PPTX for read-only structure, theme, typography, layout rhythm, diagnostics, derived template catalogs, or safe OOXML package inspection.
Use when authoring or repairing a coordinate-explicit JSON specification for an editable PPTX deck.
Use when selecting and placing approved supporting icons, images, SVGs, diagrams, or infographics in an editable PPTX deck.
Plugin manifests2
{
"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"
}
}{
"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"
]
}For maintainers
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)