Docs Drift Check can be installed in Codex in two practical ways today.
Use this when the plugin should live inside a specific repository.
- Copy
plugins/docs-drift-check/into the target repo underplugins/. - Copy or update
.agents/plugins/marketplace.json. - Restart Codex.
- Open the plugin browser and install the plugin from that repo marketplace.
This repository already includes the install helper:
bash scripts/install_local_plugin.sh /path/to/target-repoUse this when you want the plugin available across your local Codex workflows.
- Copy the plugin into your personal plugin directory.
- Point
~/.agents/plugins/marketplace.jsonat that plugin path. - Restart Codex.
The official Codex build docs for local plugin installation are here:
After installation, you can:
- ask Codex directly to check for docs drift
- invoke the plugin explicitly
- invoke the bundled skill with
$docs-drift-check
Example prompts:
Use $docs-drift-check on this branch.Check whether this PR likely needs README or setup updates.Review this diff for docs drift before merge.