presentation
v0.2.4Presentation builder: create interactive Reveal.js presentations from JSON using the Agentic Presentation Builder engine
By Seyed Yahya ShiraziLicense: BSD-3-Clause46 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 presentation for Codex and Claude Code
codex plugin marketplace add neuromechanist/research-skills
codex plugin marketplace upgrade research-skills
codex plugin add presentation@research-skillsPaste and run these commands in a terminal with Codex. They add and refresh the research-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “presentation” remain stable.
- Codex:
presentation@agent-plugin-marketplace→presentation@research-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/neuromechanist/research-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/presentation/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/presentation-builder/SKILL.md
Included Skills1
This skill should be used when the user asks to "create a presentation", "make slides", "build a slide deck", "create a talk", "make a keynote", "create a Reveal.js presentation", "generate presentation slides", "make a conference talk", "create a lecture", "build a poster presentation", "create presentation JSON", or mentions presentations, slides, slide decks, Reveal.js, talk preparation, conference presentations, or lecture slides.
Plugin manifests2
{
"name": "presentation",
"version": "0.2.4",
"description": "Presentation builder: create interactive Reveal.js presentations from JSON using the Agentic Presentation Builder engine",
"author": {
"name": "Seyed Yahya Shirazi",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"skills": "./skills/",
"keywords": [
"presentation",
"slides",
"revealjs",
"json",
"mermaid",
"katex",
"agentic"
]
}{
"name": "presentation",
"version": "0.2.4",
"description": "Presentation builder: create interactive Reveal.js presentations from JSON using the Agentic Presentation Builder engine",
"author": {
"name": "Seyed Yahya Shirazi",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"skills": "./skills/",
"keywords": [
"presentation",
"slides",
"revealjs",
"json",
"mermaid",
"katex",
"agentic"
]
}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.
[presentation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/presentation)