This sets up background workers that run on Claude Code's native loop scheduling, keeping your prompt cache warm with carefully timed 270 second intervals. You dispatch workers through MCP hooks for things like security audits, performance optimization, or test coverage analysis, then schedule the next iteration with ScheduleWakeup. The delay formula is tuned to stay under cache TTL so you're not burning tokens on cold starts. Eight preconfigured workers are included, from predictive preloading to auto-documentation. If you're already using Ruflo and want continuous background tasks without manual triggering, this handles the scheduling mechanics for you.
npx skills add https://github.com/ruvnet/ruflo --skill loop-worker