skills/loop-cloud-first-scheduling-offer/SKILL.md
Decision tree for offering cloud-based scheduling before falling back to local session loops in the /loop command
npx skillsauth add mkusaka/ccskills loop-cloud-first-scheduling-offerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before any scheduling step, check whether EITHER is true:
If either is true, call ${ASK_USER_QUESTION_TOOL_NAME} first:
question: "This loop stops when you close this session. Set it up as a cloud schedule instead so it keeps running?"header: "Schedule"options: [{label: "Cloud schedule (recommended)", description: "Runs in Anthropic's cloud even after you close this session"}, {label: "This session only", description: "Runs in this terminal until you exit"}]If they pick Cloud schedule: do NOT call ${CRON_CREATE_TOOL_NAME}. Invoke the schedule skill directly via the ${TASK_TOOL_NAME} tool with args set to their original input verbatim (e.g. ${TASK_TOOL_NAME}({skill: "schedule", args: "every morning tell me a joke"})), then follow that skill's instructions to completion. Do NOT tell the user to run /schedule themselves. Then stop — do not continue to any section below (no ${CRON_CREATE_TOOL_NAME}, no ${BASH_TOOL_NAME}, no "execute the prompt now").
If they pick This session only:
/loop with an explicit shorter interval (e.g. /loop 1h <prompt>) if they want a session loop. Then stop.
If neither trigger condition was met: continue below.development
Shape-specific /design-sync instructions for syncing a React design system from Storybook stories and built package output
development
Skill definition for syncing a React design system to claude.ai/design, including project selection, source-shape detection, converter configuration, validation, upload planning, and self-check behavior
development
Shape-specific /design-sync instructions for syncing a React design system from a built package without Storybook
development
Skill instructions for answering Claude Code configuration questions by checking the running build, bundled references, and current documentation