scheduling

Create one-time reminders and recurring schedules via CronManager.

1|1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/zahlmann/jarvis --skill scheduling-zahlmann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduling
Source: https://github.com/zahlmann/jarvis/tree/main/.claude/skills/scheduling
Command: npx skills add https://github.com/zahlmann/jarvis --skill scheduling-zahlmann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling reminders and recurring tasks can be error-prone if requests are only acknowledged without creating definite, time-bound actions.

Core Features & Use Cases

  • Create one-time reminders and recurring tasks using a CronManager-powered pipeline.
  • Validate and store unique task definitions, schedules, and task descriptions for reliable execution.
  • Use cases include reminders for meetings, deadlines, and periodic notifications across user conversations.

Quick Start

Ask me to schedule a reminder or recurring task and I will create the corresponding cron job using CronManager.

Frequently Asked Questions about scheduling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring tasks and reminders in an automated workflow?

You can schedule recurring tasks and reminders by requesting the creation of a cron job, which uses a deterministic pipeline to validate and store unique task definitions for reliable execution across your workflows.

Can I set up one-time reminders for meetings and deadlines?

Yes, you can set up one-time reminders for meetings and deadlines by creating a one-shot scheduled task that triggers a notification at the specified time without repeating.

How does cron-based task scheduling validate recurring schedules?

Cron-based task scheduling validates recurring schedules by enforcing a deterministic pipeline that checks and stores unique task names, schedule definitions, and descriptions to ensure reliable time-bound execution.

What is the best way to automate periodic notifications across user interactions?

The best way to automate periodic notifications is to define a recurring scheduled task using a cron job, which validates and stores the task to trigger reminders consistently across user interactions.

Do I need any external dependencies to create and manage scheduled tasks?

No external dependencies are required to create and manage scheduled tasks, as the cron-based task pipeline operates internally via a CronManager to handle unique task naming and execution.