Help us improve
Share bugs, ideas, or general feedback.
From ruflo-autopilot
Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake
npx claudepluginhub erfwn81/velora --plugin ruflo-autopilotHow 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:
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
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"] })