codeck
v2.5.0AI presentation deck room for Codex. /codeck turns local materials into a single-file HTML deck with outline, design, review, speech, and export lanes.
By hiyeshuLicense: MIT205 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 8, 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 codeck for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codeck@agent-plugin-marketplacePaste 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/hiyeshu/codeckClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/codeck/SKILL.md├── skills/codeck-design/SKILL.md├── skills/codeck-export/SKILL.md├── skills/codeck-outline/SKILL.md├── skills/codeck-review/SKILL.md└── skills/codeck-speech/SKILL.md
Included Skills6
codeck entry point. Scans local files for materials, shows pipeline dashboard with diagnostic intelligence, guides user to the next step. Use when the user says "codeck", "new deck", "make a presentation", "make a deck", "new slides", "build a presentation", "export", "speech", "script", or wants to start or continue a presentation project. /codeck is the user-facing entry; legacy sub-skills are internal modules.
Designer role. Reads deck.md, generates a single HTML presentation file with CSS design system + JS slide engine + per-slide content. Accepts visual references (URLs, screenshots, design specs) and extracts design signals to inform the isomorphic mapping. Use whenever the user says "design slides", "generate deck", "generate the deck", "build slides", "visual style", "reference this style", "like this design", "design", "generate slides", "visual style", "reference this style", or wants to turn an outline into actual slides.
Internal publisher module for /codeck. Exports deck to PDF or PPTX with post-export QA. User-facing export requests should enter through /codeck; this skill defines the export behavior.
Editor role. Reads local materials, asks narrative questions, plans story arc. Outputs $DECK_DIR/deck.md as the sole content source. Use whenever the user says "outline", "plan slides", "organize materials", "structure", "table of contents", "narrative", or wants to structure content into a presentation.
Reviewer role. Opens rendered HTML, inspects every slide visually, fixes problems in custom.css or slides.html and rebuilds through build-html.sh. Use whenever the user says "review", "QA", "check slides", "inspect", "audit", "proofread", or wants feedback on a rendered deck.
Internal speech module for /codeck. Reads deck content, asks about style and duration only when missing, generates a verbatim speech transcript with stage directions. Outputs $DECK_DIR/speech.md.
Plugin manifests2
{
"name": "codeck",
"version": "2.5.0",
"description": "AI presentation deck room for Codex. /codeck turns local materials into a single-file HTML deck with outline, design, review, speech, and export lanes.",
"author": {
"name": "hiyeshu",
"url": "https://github.com/hiyeshu"
},
"homepage": "https://codeck.sh",
"repository": "https://github.com/hiyeshu/codeck",
"license": "MIT",
"keywords": [
"presentation",
"slides",
"deck",
"html",
"skills"
],
"skills": "./skills/",
"interface": {
"displayName": "codeck",
"shortDescription": "Turn a folder of notes into a designed single-file HTML presentation.",
"longDescription": "codeck opens a persistent deck room. Outline, design, review, speech, and export skills collaborate through room files in ~/.codeck, producing a self-contained HTML deck plus PDF/PPTX exports.",
"developerName": "hiyeshu",
"category": "Productivity",
"brandColor": "#111111",
"capabilities": [
"Material scanning and diagnosis",
"Narrative outline",
"Single-file HTML deck generation",
"Visual QA review",
"PDF/PPTX export and speech scripts"
],
"defaultPrompt": [
"/codeck — build a presentation from the files in this folder.",
"Change the visual style of my deck.",
"Export my deck to PDF."
]
}
}{
"name": "codeck",
"displayName": "codeck",
"version": "2.5.0",
"description": "AI presentation deck room. /codeck scans materials, plans the story, designs a single-file HTML deck, reviews it, and exports PDF/PPTX.",
"author": {
"name": "hiyeshu",
"url": "https://github.com/hiyeshu"
},
"homepage": "https://codeck.sh",
"repository": "https://github.com/hiyeshu/codeck",
"license": "MIT",
"keywords": [
"presentation",
"slides",
"deck",
"html",
"skills"
],
"skills": "./skills/"
}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.
[codeck on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codeck)