Claude Code + Codex CLI

Skills for your
AI coding agent

A plugin marketplace that works in Claude Code and Codex CLI. Ship code, write PRs, build decks, generate diagrams — all with a single command.

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 add
Selected plugins installed with codex plugin add
Plugin entries added to ~/.codex/config.toml
Plugin 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