Use when scheduling the canonical biweekly services-audit cron loop for Empirica's AI service scanner (Phase 3). The auditor body is empirica services-audit — captures a fresh scan, diffs against the previous, and emits a notification when novel running services appear. This skill provides the prompt template that wires the body into Claude Code's /loop cron mode + Empirica's loop registry. Recommended cadence: 0 6 1,15 * * (1st and 15th of each month at 06:00 UTC — biweekly).
$npx -y skills add empiricaai/empirica --skill services-audit-cronInstalls into the current project.
Run `npx skills use "https://github.com/empiricaai/empirica" --skill "empiricaai/empirica/services-audit-cron"` 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/empiricaai/empirica" that are relevant to the current task. Run `npx skills add "https://github.com/empiricaai/empirica"` and select the relevant skills, then follow their instructions.