slide-meme-inserter
v0.1.0Plan, review, and insert recognizable memes into HTML slide decks.
by amnotyoungMIT76updated 2 weeks ago
Source
git clone https://github.com/amnotyoung/slide-meme-inserterClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/insert-slide-memes/SKILL.md
Skills1
Plan, select, and add restrained, context-aware, widely recognizable memes to HTML slide decks in two modes. Use postprocess mode when Codex receives a completed HTML deck and must insert or revise memes without weakening its message, layout, accessibility, or navigation. Use plan-and-build mode when Codex is planning or generating a new HTML presentation and should decide meme timing, candidates, captions, and layout as part of the storyline before building the deck. Accept user-supplied meme images, local files, URLs, template names, captions, and placement instructions in either mode; prioritize them without skipping rights, safety, accessibility, or rendering checks. Search across languages and meme cultures when the user has not fixed the asset. Trigger for requests to create funnier HTML slides, add supplied or searched memes, plan humor beats, generate a meme-aware deck, or review existing meme placement.
Manifests2
{
"name": "slide-meme-inserter",
"version": "0.1.0",
"description": "Plan, review, and insert recognizable memes into HTML slide decks.",
"author": {
"name": "amnotyoung",
"url": "https://github.com/amnotyoung"
},
"homepage": "https://github.com/amnotyoung/slide-meme-inserter",
"repository": "https://github.com/amnotyoung/slide-meme-inserter",
"license": "MIT",
"keywords": [
"html-slides",
"memes",
"presentation",
"codex-skill",
"slide-generation"
],
"skills": "./skills/",
"interface": {
"displayName": "Slide Meme Inserter",
"shortDescription": "Plan or add rights-reviewed memes to HTML slide decks.",
"longDescription": "Create meme-aware HTML presentations or add restrained memes using strict clearance or a limited practical review for one-off internal live talks.",
"developerName": "amnotyoung",
"category": "Productivity",
"capabilities": [
"Research",
"Write"
],
"websiteURL": "https://github.com/amnotyoung/slide-meme-inserter",
"defaultPrompt": [
"Add context-fitting, recognizable memes to this HTML slide deck.",
"Plan a new HTML presentation with restrained meme moments.",
"Insert my supplied meme using strict or practical rights review."
]
}
}{
"name": "slide-meme-inserter",
"description": "HTML 슬라이드의 기획 단계부터 밈을 설계하고 strict 또는 제한된 practical 권리 심사를 거쳐 절제해 삽입하는 Claude Code 플러그인입니다.",
"version": "0.1.0",
"author": {
"name": "amnotyoung",
"url": "https://github.com/amnotyoung"
},
"homepage": "https://github.com/amnotyoung/slide-meme-inserter",
"repository": "https://github.com/amnotyoung/slide-meme-inserter",
"license": "MIT",
"keywords": [
"html-slides",
"memes",
"presentation",
"claude-code-plugin",
"slide-generation"
]
}