By mikersays
Review and rewrite documentation in place using Google's Technical Writing guidelines
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.Uses power tools
Uses Bash, Write, or Edit tools
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 tech-writerStage, commit, and push all changes in one step, with auto-generated message if none given
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 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
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Make your AI agent code with your project's architecture, rules, and decisions.