Help us improve
Share bugs, ideas, or general feedback.
From hyrex-autopilot
Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake
npx claudepluginhub akhilyad/deployy --plugin hyrex-autopilotHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-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__hyrex__autopilot_statusmcp__hyrex__autopilot_disable and stopmcp__hyrex__autopilot_predict for the optimal next actionmcp__hyrex__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__hyrex__autopilot_config({ taskSources: ["team-tasks", "swarm-tasks"] })