NonDev Apps

Day 10 of 21

Slash commands - how to find and use shortcuts safely

Goal: Codex has a set of slash commands — shortcuts you type starting with "/" that control the session. Today you learn how to find the commands available on your version of Codex, identify which ones are safe for beginners, try two of them, and build a personal cheat sheet. Important: command names can differ between Codex versions, so today you learn how to find your local list rather than memorise a fixed set.

What to do

01

Start Codex and open the slash command menu

Open your terminal in your project folder and type "codex" to start. Once Codex is running and waiting for input, type a single forward slash "/" and then pause — do not press Enter yet. Look at what appears on screen. Most versions of Codex will show a dropdown or list of available slash commands as you type.

codex
02

Ask Codex to explain its available commands in plain English

Whether or not a dropdown appeared, type this exact prompt and press Enter. This asks Codex to describe its own command list in plain English — which is more reliable than guessing command names, because the list can vary between versions.

List every slash command available to me in this version of Codex. For each command, tell me: the exact command to type, what it does in plain English, and whether it is safe for a non-developer to use. Put commands that are safe for beginners first.
03

Identify the three safest commands for beginners

From the list Codex gave you, identify the commands that only read information or control the session — they do not edit files. Common safe examples include commands that show status, show the current model, clear the screen, or exit. If Codex described any commands as read-only or informational, those are your safest choices.

04

Try one safe read-only command

Pick one safe command from your list and type it into Codex. Read the response. If the response is information about the session, the model, or the project — that is what you expected. If anything looks like it is about to edit a file, type "stop" before pressing Enter on any confirmation.

05

Save your personal Codex cheat sheet

Open your notepad or a plain text file. Write down the commands you found today that are safe and useful. Keep the list to 3 to 5 commands maximum. For each one write: the exact command to type, and one sentence saying what it does. Save this file somewhere you can find it easily — next to your AGENTS.md file is a good place.

Expected result

You found the slash commands available in your version of Codex, identified which ones are safe for beginners, tried one safely, and saved a personal cheat sheet with 3 to 5 commands you understand and can use again.

Key takeaway

  • Slash command lists change between Codex versions — always find your local list by typing "/" or asking Codex directly. Only add a command to your cheat sheet after you know what it does. A list of 3 you understand beats a list of 20 you do not.
Day 10 - Slash commands - how to find and use... - NonDev Apps