# Codex Install Notes

Install this directory under `${CODEX_HOME:-$HOME/.codex}/skills/timeback-content-alpha/` with `SKILL.md` at the root.

```bash
curl -fsSLL https://platform3-andymontgomery-9773s-projects.vercel.app/content/alpha/skill_pack/install.sh | bash -s -- codex
```

Before final output for a Content app or report, run:

```bash
node "$CONTENT_SKILL_DIR/checks/verify-skill-pack.mjs"
```

The verifier must remain the only executable file in the pack. It proves the pack and live surface line up; it is not a Content implementation.
