Checks for information leakage across module boundaries, including temporal decomposition and false encapsulation. Use when modules change together, implementation details leak across boundaries, or structure follows execution order rather than knowledge ownership. Not for merge/split decisions (use module-boundaries) or interfaces over-specialized for one caller (use general-vs-special).
$npx -y skills add codybrom/clairvoyance --skill information-hidingInstalls into the current project.
Run `npx skills use "https://github.com/codybrom/clairvoyance" --skill "codybrom/clairvoyance/information-hiding"` 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/codybrom/clairvoyance" that are relevant to the current task. Run `npx skills add "https://github.com/codybrom/clairvoyance"` and select the relevant skills, then follow their instructions.