From autonomous
Bring a stalled rover back online. Reads the loop file, relights the cron via autonomous:cron, summarises where the traverse left off, and fires the next iteration. Reached via rover:rover with a loop-file path.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autonomous:wakeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Revive a loop that was paused, auto-stopped, or lost its cron because the Claude session ended.
Revive a loop that was paused, auto-stopped, or lost its cron because the Claude session ended.
.autonomous/ should continuerover:rover (the rover entry point), which always passes a path; if a run lands here without one, treat that as a caller bug and surface the missing argument to the operator rather than guessing which loop to revive.cron_job_id. Use CronList if available via the Skill/Tool interface. A cron_job_id of stopped or failed is a durable terminal marker and means the loop needs a fresh cron regardless of file age. A cron_job_id of none (persistent process) means the original run never had a heartbeat; whether this wake gets one depends on the wake session, not the recorded value (step 4 re-decides).## Context or similar), verify the current branch matches or offer to switch. If no branch was recorded, continue on the current branch.autonomous:keepalive (the wake session is a fresh process and may be interactive or persistent regardless of how the original run started). When the probe finds an interactive session it restores the heartbeat via autonomous:cron and writes the new cron_job_id; a freshly woken mission is active, so autonomous:cron schedules at the active cadence rather than resuming a stale backoff interval. When the probe finds a persistent process it writes none (persistent process) and the loop simply drives the next iteration without a heartbeat. Either way autonomous:cron no-ops when there is nothing to schedule, so a persistent-mode file never triggers a stray CronCreate.## Input section waiting to be readcron concurrency section) before running one iteration of the current phase. This prevents the fresh cron from firing the same iteration in parallel. Release the lock when done.After a context compaction, the conversation summary usually contains phase words (SURVEY, DRIVE, INSPECT, STANDBY). If you see those and a loop file, prefer wake over manual takeover.
The cron is live and will drive from here. If the operator is present, they can add notes to the ## Input section or let the cron tick by itself.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub epologee/laicluse-agent-fieldkit --plugin autonomous