Use whenever you write or run scientific analysis code (physics, earth/geo, biology, chemistry, or social science) in this workspace — before executing it and again after generating results. Runs a deterministic domain-correctness gate that catches code which runs but is scientifically wrong (unit/dimension mismatch, Euclidean distance on lat/lon without a CRS, 0-based/1-based coordinate and strand errors, impossible SMILES valence, uncorrected multiple comparisons, averaging a categorical code). Surfaces structured findings; never claims the code is correct.
$npx -y skills add ai4s-research/open-science --skill domain-checkInstalls into the current project.
Run `npx skills use "https://github.com/ai4s-research/open-science" --skill "ai4s-research/open-science/domain-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ai4s-research/open-science" that are relevant to the current task. Run `npx skills add "https://github.com/ai4s-research/open-science"` and select the relevant skills, then follow their instructions.