From ruflo-autopilot
Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-autopilot:autopilot-loopThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run one autopilot iteration using Claude Code's native /loop:
Run one autopilot iteration using Claude Code's native /loop:
mcp__claude-flow__autopilot_statusmcp__claude-flow__autopilot_disable and stopmcp__claude-flow__autopilot_predict for the optimal next actionmcp__claude-flow__autopilot_logScheduleWakeup({ delaySeconds: 270, reason: "next autopilot iteration" })Always use delay 270s (under 300s cache TTL) to keep the prompt cache warm between iterations.
Autopilot discovers tasks from:
Configure: mcp__claude-flow__autopilot_config({ taskSources: ["team-tasks", "swarm-tasks"] })
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
3plugins reuse this skill
First indexed Jun 13, 2026
npx claudepluginhub k2k22k2k22/ruflo --plugin ruflo-autopilot