技能 效率工具 周期性后台任务调度器

周期性后台任务调度器

v20260716
loop-worker
本工具用于调度和运行系统后台的周期性工作流。它支持执行安全审计、性能优化、内存整合、代码映射和自动文档生成等一系列任务,目的是确保系统持续处于维护良好的最佳运行状态。
获取技能
203 次下载
概览

Use /loop for in-session periodic workers. Cache-aware delays keep prompt cache warm:

  • Delay formula: min(270, cache_ttl * 0.9) -- default 270s

Dispatch a worker via MCP: mcp__plugin_ruflo-core_ruflo__hooks_worker-dispatch({ trigger: "WORKER_NAME" })

Then schedule the next iteration: ScheduleWakeup({ delaySeconds: 270, reason: "next WORKER_NAME iteration" })

Available Workers

Worker Interval Description
audit 270s Security analysis
optimize 270s Performance optimization
consolidate 600s Memory consolidation
predict 270s Predictive preloading
map 600s Codebase mapping
testgaps 270s Test coverage analysis
document 600s Auto-documentation
benchmark 600s Performance benchmarking

MCP tool responses include [LOOP_SUGGESTION] and [CRON_SUGGESTION] hints -- follow them.

信息
Category 效率工具
Name loop-worker
版本 v20260716
大小 1.16KB
更新时间 2026-07-18
语言