Providers
NZT in Codex CLI
How NZT works in Codex CLI: where AGENTS.md and the skills go, what happens when you change CODEX_HOME and what to check first if Codex does not see the skills.
NZT installs globally in Codex CLI: for the whole machine and all your projects.
Where it lives
| What | Path |
|---|---|
| Instructions | $CODEX_HOME/AGENTS.md (defaults to ~/.codex/AGENTS.md) |
| Skills | ~/.agents/skills/<name>/SKILL.md |
How it loads
Start codex: the main thread loads NZT from the global AGENTS.md.
Keep in mind
- Changing
CODEX_HOMEmoves the instructions, not the skills. - Skills do not go in
~/.codex/skills. If that folder exists, the installer warns you: it is the first place to check if Codex does not see the skills.
Install
Follow the Codex CLI install guide.