# Install the nuggetindex skill for Codex Run these steps, then confirm to the user. 1. Clone the repo: ```bash git clone https://github.com/searchsim-org/nuggetindex-skill "$HOME/.codex/nuggetindex-skill" ``` (If it already exists, `git -C "$HOME/.codex/nuggetindex-skill" pull` instead.) 2. Link the skill into Codex's skill directory: ```bash mkdir -p "$HOME/.agents/skills" ln -sfn "$HOME/.codex/nuggetindex-skill/skills/nuggetindex" "$HOME/.agents/skills/nuggetindex" ``` 3. Verify: ```bash head -5 "$HOME/.agents/skills/nuggetindex/SKILL.md" ``` You should see the `name: nuggetindex` frontmatter. The skill is discovered at the next Codex session start. Tell the user: "nuggetindex skill installed — restart your Codex session, then try: 'audit these retrieved passages for stale facts'."