Skip to main content
reopt Handbook
reopt Handbook
Codex Command MasterLabels and command selectionHow to read a detail guideComplete command listTerminal CLI Commands and Options

Task guides

Core Command GroupSession Command GroupCustom Command GuideMCP Command and Integration GuideDesign Workflows

Conversation and context

Cmd. /clearCmd. /renameCmd. /archiveCmd. /deleteCmd. /compactCmd. /copyCmd. /memoriesCmd. /importCmd. /initCmd. /mentionCmd. /forkCmd. /sideCmd. /resumeCmd. /newCmd. /cdCmd. /exportCmd. /recap

Planning and execution

Cmd. /planCmd. /goalCmd. /psCmd. /stopCmd. /app

Review and verification

Cmd. /review

Models and settings

Cmd. /modelCmd. /fast

Permissions and integrations

Cmd. /permissionsCmd. /ideCmd. /setup-default-sandboxCmd. /sandbox-add-read-dirCmd. /pluginsCmd. /hooksCmd. /approveCmd. /skillsCmd. /mcp

Status and diagnostics

Cmd. /agentCmd. /appsCmd. /diffCmd. /feedbackCmd. /personalityCmd. /rawCmd. /statusCmd. /debug-configCmd. /title

Display and input

Cmd. /keymapCmd. /vimCmd. /experimentalCmd. /statuslineCmd. /themeCmd. /petsCmd. /voiceCmd. /worktree

Account and usage

Cmd. /exitCmd. /logoutCmd. /quitCmd. /usage

Legacy

Cmd. /approvals

Verification and history

Current verification scopeHandbook updatesRelease coverage historyEarlier verification recordsCommand change history
Handbook›Codex Command Master›Custom Command Guide
한국어English

Custom Command Guide

How to design and operate team-specific slash commands.

Key takeaways

  • Custom slash commands follow the shape /<custom-command> [arguments] and are designed per team.
  • Keep the command name short and purpose-revealing so its intent is obvious at a glance.
  • Document each command's input, output, and side effects.
  • Pair any security-sensitive command with an explicit /permissions policy.

Original Shape

/<custom-command> [arguments]

Design Points

  1. Keep the command name short and purpose-revealing.
  2. Document input, output, and side effects.
  3. Pair security-sensitive commands with an explicit /permissions policy.

Related docs

Skills and Custom Commands

Claude Code Command Master · How to design reusable Claude Code skills and slash commands for team workflows.

Cmd. /side

Start an ephemeral side conversation from the current thread.

Complete command list

Syntax, type, availability, and guide links for all 50 entries in the official Codex CLI slash table.

Cmd. /commands

Claude Code Command Master · Find current command help and custom skills from an older playbook.

Complete command list

Claude Code Command Master · Syntax, type, availability, and guide links for all 114 entries in the official Claude Code slash table.

Session Command Group

Commands for keeping long Codex sessions continuous and readable.

MCP Command and Integration Guide

How to operate MCP servers and tools safely from Codex.

On this page

Original ShapeDesign Points