Choose your plugins
Select the ones you want — your install commands update below.
11 of 11 selected
·
Install
Choose your agent.
Native — recommended
Add the marketplace, then install each plugin you want. Run from the terminal.
bash
codex plugin marketplace add mikersays/mikersays-plugins
codex plugin add ship@mikersays-plugins
Or from inside a Codex session:
prompt
/plugin marketplace add mikersays/mikersays-plugins
/plugin add ship@mikersays-plugins
Headless — one-liner
Ask codex exec to run the native plugin commands. Grants write access only to ~/.codex.
bash
Interactive
Open a Codex session in any directory
bash
codex
Paste this prompt
The agent runs the native marketplace and plugin install commands for your selection.
prompt
What gets installed
Marketplace source added with
codex plugin marketplace addSelected plugins installed with
codex plugin addPlugin entries added to
~/.codex/config.tomlPlugin source and cache managed by Codex CLI
Launch Claude Code first. These are slash commands, not terminal commands.
Start Claude Code in your project (run
claude in your terminal, or open the desktop / IDE app),
then type the commands below at the Claude Code prompt — don't paste them into your shell.
Add the marketplace
slash command
/plugin marketplace add mikersays/mikersays-plugins
Install your selected plugins
slash commands
Usage
examples
# Commit and push all changes
/ship fix login redirect
# Open a PR
/pr add dark mode toggle
# Review a doc
/tech-writer docs/api.md
# Build a slide deck
/deck microservices architecture