deck-builder
v1.0.0Build and quality-check PowerPoint decks on top of any corporate template, with the brand supplied as configuration rather than baked into the skill.
By rl0veLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 20, 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 deck-builder for Codex and Claude Code
codex plugin marketplace add rl0ve/agent-skills
codex plugin marketplace upgrade rl0ve-agent-skills
codex plugin add deck-builder@rl0ve-agent-skillsPaste and run these commands in a terminal with Codex. They add and refresh the rl0ve-agent-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “deck-builder” remain stable.
- Codex:
deck-builder@agent-plugin-marketplace→deck-builder@rl0ve-agent-skills
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/rl0ve/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deck-builder/.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "deck-builder",
"version": "1.0.0",
"description": "Build and quality-check PowerPoint decks on top of any corporate template, with the brand supplied as configuration rather than baked into the skill.",
"author": {
"name": "rl0ve"
},
"homepage": "https://github.com/rl0ve/agent-skills",
"license": "MIT",
"keywords": [
"powerpoint",
"pptx",
"python-pptx",
"slides",
"presentation",
"template",
"brand",
"ooxml"
],
"skills": "./skills/",
"interface": {
"displayName": "Deck Builder",
"shortDescription": "On-brand .pptx from any corporate template",
"developerName": "rl0ve",
"category": "Productivity",
"defaultPrompt": [
"Build a deck from this narrative using our corporate template",
"Why does my generated deck open with a repair dialog?",
"Condense this deck without losing the proof points"
]
}
}{
"name": "deck-builder",
"version": "1.0.0",
"description": "Build and quality-check PowerPoint decks on top of any corporate template, with the brand supplied as configuration rather than baked into the skill.",
"author": {
"name": "Robert Love"
},
"keywords": [
"powerpoint",
"pptx",
"python-pptx",
"slides",
"presentation",
"template",
"brand",
"ooxml"
]
}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.
[deck-builder on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deck-builder)