By mikersays
Generate a self-contained HTML slide deck from a topic — single file, dark theme, keyboard nav
A marketplace of plugins for Claude Code and Codex CLI.
/plugin marketplace add mikersays/mikersays-plugins
Then install any plugin:
/plugin install ship@mikersays-plugins
Native (recommended):
codex plugin marketplace add mikersays/mikersays-plugins
codex plugin add ship@mikersays-plugins
Repeat codex plugin add <plugin>@mikersays-plugins for each plugin you want.
Headless (one-liner):
curl -sL https://raw.githubusercontent.com/mikersays/mikersays-plugins/master/INSTALL.md \
| codex exec --full-auto --add-dir ~/.codex --add-dir ~/.agents --skip-git-repo-check -
Interactive — paste this prompt into a Codex session:
Read https://raw.githubusercontent.com/mikersays/mikersays-plugins/master/INSTALL.md and follow the instructions exactly to install the mikersays-plugins marketplace on this machine. Create or update the local marketplace file and hooks config, verify the install, and tell me the final result.
The headless/interactive methods clone the repo to ~/.codex/plugins/mikersays/mikersays-plugins, symlink skills into ~/.agents/skills/, register all plugins in ~/.agents/plugins/marketplace.json, and install a SessionStart hook that auto-updates the marketplace on every Codex startup.
| Plugin | Description | Usage |
|---|---|---|
| ship | Git commit and push in one command | /ship [message] |
| tech-writer | Review and rewrite docs using Google's Technical Writing guidelines | /tech-writer [file path] |
| deck | Generate a self-contained HTML slide deck from a topic | /deck [topic] |
| roadmap | Generate a visual HTML Gantt-chart roadmap from a markdown file | /roadmap [file] |
| diagram | Generate interactive SVG diagrams from a description | /diagram [description] |
| monograph | Build a multi-page PhD-level GitHub Pages site on any topic, with research, free-licensed photography, and a topic-tuned design — shipped to docs/ via parallel expert subagents | /monograph [topic] |
| bootcamp | Swarm of expert subagents builds an interactive zero-to-hero course site — modules, worked examples, exercises with solutions, checkpoints, a capstone, and progress tracking — shipped to docs/ and deployed on GitHub Pages | /bootcamp [topic] |
| pr | Create a GitHub PR with auto-generated title, summary, and test plan | /pr [title] |
| plan | Track bugs, features, chores, and todos as markdown in docs/plan/ | /plan-init /plan-add /plan-list /plan-update /plan-close |
| issues | Per-issue bug/feature/incident tracker in docs/issues/ with symptom/repro/root cause/fix/verification, branch-on-start, and an alignment-before-implement rule | /issue-init /issue-new /issue-start /issue-close |
| handoff | Audit session context and persist what matters for the next agent | /handoff |
| maintenance | Sync docs, run installer, run uninstaller | /sync-docs /install-marketplace /uninstall-marketplace |
plugins/<name>/.claude-plugin/plugin.json and .codex-plugin/plugin.json (name, description, version; codex also needs "skills": "./skills/" and an interface object)skills/<skill-name>/SKILL.md (optionally add agents/openai.yaml for Codex UI metadata)README.md for documentation/sync-docs (from the maintenance plugin) to register the plugin across all three marketplace files, INSTALL.md, UNINSTALL.md, and docs/index.htmlpython3 scripts/validate.py to confirm consistency. Enable the pre-commit hook once per clone with git config core.hooksPath .githooks so this runs automatically.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mikersays/mikersays-plugins --plugin deckStage, commit, and push all changes in one step, with auto-generated message if none given
Review and rewrite documentation in place using Google's Technical Writing guidelines
Generate a self-contained interactive HTML Gantt chart from a markdown roadmap file
Create a GitHub PR for the current branch with auto-generated title, summary, and test plan
Generate an interactive SVG diagram (architecture, sequence, flowchart, ER) from a description
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.