skills/schedule-recurring-cron-and-run-immediately/SKILL.md
Converts an interval to a cron expression, schedules a recurring task via the cron creation tool, confirms to the user, and immediately executes the task without waiting for the first cron fire
npx skillsauth add mkusaka/ccskills schedule-recurring-cron-and-run-immediatelyInstall 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.
${PREAMBLE}
${INTERVAL} to a 5-field cron expression. Supported suffixes: s → ceil to nearest minute, m (minutes), h (hours), d (days). Examples: 5m → */5 * * * *, 1h → 0 * * * *, 1d → 0 0 * * *. If the interval doesn't cleanly divide its unit, round to the nearest clean interval and tell the user what you rounded to.cron: the expression from step 1prompt: the literal string ${SCHEDULED_PROMPT} — ${PROMPT_DESCRIPTION}recurring: true${INLINE_TASK_INSTRUCTIONS}
${ADDITIONAL_CONTEXT}
development
Skill for syncing a React design system to claude.ai/design by configuring the target project, running the converter, verifying previews, and uploading verified artifacts
tools
Skill instructions for creating or customizing Cowork plugins, including mode selection, research, implementation, packaging, connector replacement, and plugin delivery
development
Design sync sub-skill instructions for using a repo's Storybook as the fidelity oracle when building, validating, matching, uploading, and re-syncing component previews
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