By mikersays
Create a GitHub PR for the current branch with auto-generated title, summary, and test plan
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 prStage, 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
Generate a self-contained HTML slide deck from a topic — single file, dark theme, keyboard nav
Generate an interactive SVG diagram (architecture, sequence, flowchart, ER) from a description
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development