byempiricaai· 18 skills
Use when wiring the canonical cortex inbox+outbox polling loop into Claude Code's /loop. This is the orchestration spine — every empirica claude polls Cortex on a fast adaptive cadence (30s base, 5m max) for proposals addressed to itself + status changes on its own outgoing proposals. Self-throttles when an empirica transaction is open (the AI is already busy; no need to interrupt). The canonical loop catalog (empirica/core/cockpit/canonical_loops.py) auto-installs this when the TUI cockpit toggles L on an instance that has no loops registered. This skill is the body the AI runs each fire.
$npx -y skills add empiricaai/empirica --skill cortex-mailbox-pollInstalls into the current project.
Run `npx skills use "https://github.com/empiricaai/empirica" --skill "empiricaai/empirica/cortex-mailbox-poll"` 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.