Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From hyrex-loop-workers
Start a Hyrex background worker (audit, optimize, testgaps, etc.) on a recurring schedule
npx claudepluginhub akhilyad/deployy --plugin hyrex-loop-workersHow this command is triggered — by the user, by Claude, or both
Slash command
/hyrex-loop-workers:hyrex-loopFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
$ARGUMENTS Start a cache-aware /loop worker. Parse the worker name from $ARGUMENTS. Available workers: - **audit** (critical) -- security scanning - **optimize** (high) -- performance optimization - **testgaps** (normal) -- test coverage analysis - **map** (normal) -- codebase mapping - **consolidate** (low) -- memory consolidation - **predict** (normal) -- predictive preloading - **document** (normal) -- auto-documentation Run the worker via `npx @hyrex/cli@latest hooks worker dispatch --trigger WORKER_NAME`, then use `ScheduleWakeup` with delay 270s (cache-warm) to schedule the next ite...
Share bugs, ideas, or general feedback.
$ARGUMENTS Start a cache-aware /loop worker. Parse the worker name from $ARGUMENTS.
Available workers:
Run the worker via npx @hyrex/cli@latest hooks worker dispatch --trigger WORKER_NAME, then use ScheduleWakeup with delay 270s (cache-warm) to schedule the next iteration.