INSTALLATION / TWO PARTS
Install Preflight Scout for Codex or Claude Code.
The skill tells Codex or Claude Code how to use Preflight Scout. The CLI reads the diff, runs Chromium, and saves the report.
Confirm the alpha exists before installing
The package is intentionally version-pinned. If npm does not return 0.1.0, use the source path documented in the repository instead.
npm view @preflight-scout/cli@0.1.0 version --registry=https://registry.npmjs.org/01
Install the CLI
The CLI reads the diff, runs the approved browser mission, and writes the evidence packet. Node.js 22.13 or newer is required.
npm install --global @preflight-scout/cli@0.1.0 --registry=https://registry.npmjs.org/02
Install Chromium
Chromium is installed separately so the npm package stays small.
preflight-scout install-browser03 / AGENT SKILL
Add Preflight Scout to your coding agent
Codex
codex plugin marketplace add fenutech/preflight-scout
codex plugin add preflight-scout@preflight-scoutInvoke $preflight-scout:preflight-scout.
Claude Code
claude plugin marketplace add fenutech/preflight-scout
claude plugin install preflight-scout@preflight-scoutInvoke /preflight-scout:preflight-scout.
After either install, restart the client and start a new task or session in the repository before invoking the skill.
