Manage scheduled jobs (cron). Use when the user wants to create, edit, or delete a reminder, recurring schedule, or automated agent task (agent_turn). MUST call get_current_time before creating a one-shot job so the absolute date/time is accurate.
$npx -y skills add omnigentx/jarvis --skill cron-managementInstalls into the current project.
Run `npx skills use "https://github.com/omnigentx/jarvis" --skill "omnigentx/jarvis/cron-management"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/omnigentx/jarvis" that are relevant to the current task. Run `npx skills add "https://github.com/omnigentx/jarvis"` and select the relevant skills, then follow their instructions.