diff --git a/plugins/skill-codex/skills/codex/SKILL.md b/plugins/skill-codex/skills/codex/SKILL.md
index f01c147..782b6fc 100644
--- a/plugins/skill-codex/skills/codex/SKILL.md
+++ b/plugins/skill-codex/skills/codex/SKILL.md
@@ -15,6 +15,7 @@ description: Use when the user asks to run Codex CLI (codex exec, codex resume)
- `--full-auto`
- `-C, --cd
`
- `--skip-git-repo-check`
+ - `"your prompt here"` (as final positional argument)
3. Always use --skip-git-repo-check.
4. When continuing a previous session, use `codex exec --skip-git-repo-check resume --last` via stdin. When resuming don't use any configuration flags unless explicitly requested by the user e.g. if he species the model or the reasoning effort when requesting to resume a session. Resume syntax: `echo "your prompt here" | codex exec --skip-git-repo-check resume --last 2>/dev/null`. All flags have to be inserted between exec and resume.
5. **IMPORTANT**: By default, append `2>/dev/null` to all `codex exec` commands to suppress thinking tokens (stderr). Only show stderr if the user explicitly requests to see thinking tokens or if debugging is needed.