Codex is a local coding-agent surface for reading a repository, editing files, running checks, and carrying work through implementation. In this workshop track, Codex comes before skills because skills are most useful once the local agent surface is already installed and authenticated.Documentation Index
Fetch the complete documentation index at: https://labs.prompthon.io/llms.txt
Use this file to discover all available pages before exploring further.
Install
Install the Codex CLI with npm:nvm, use Node 22 for this workshop track:
Sign In
Start Codex from a repository and follow the sign-in flow:Basic Working Loop
Use Codex on a real repository, not a detached folder:- inspect the repo before editing
- keep changes scoped to the issue
- run the relevant checks before claiming completion
- summarize changed files, verification results, and any blockers
Good Defaults
- Keep secrets in local env files or system keychains, not in prompts.
- Avoid pasting private tokens into transcripts.
- Check
git status --shortbefore and after each task. - Prefer repo-native scripts and docs over generic instructions.
