Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake
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"] })
npx skills add ruvnet/ruflo --skill autopilot-loopHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.