schedule

Generate YAML schedule specifications with cron or interval expressions.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/nmoralescyber/claude-skill-optimization --skill schedule-nmoralescyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/nmoralescyber/claude-skill-optimization/tree/main/skills/productivity/schedule
Command: npx skills add https://github.com/nmoralescyber/claude-skill-optimization --skill schedule-nmoralescyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of time-based task schedules that fire automatically, reducing manual reminders and ad-hoc follow-ups.

Core Features & Use Cases

  • Cron/interval based schedule specification generation for recurring tasks.
  • Supports time-zone aware scheduling and failure handling guidance.
  • Use cases include security automation cadences, operational reporting reminders, and personal productivity schedules.

Quick Start

Create a cron-style schedule that runs every Monday at 09:00 for the backup runbook.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I automate recurring tasks using a cron expression schedule?

Automate recurring tasks by generating a YAML schedule specification with cron expressions, trigger types, and timezones that fire actions automatically. This specification includes failure handling and notification details to reduce manual reminders.

What is a time-based schedule specification and when do I need it?

A time-based schedule specification is a YAML configuration defining trigger types, cron/interval expressions, and actions that fire automatically. You need it for security automation cadences, operational reporting reminders, or personal productivity schedules.

Can I create time-zone aware schedules for operational cadences?

Yes, you can create time-zone aware schedules for operational cadences. The generated YAML schedule specification supports timezone configurations alongside cron expressions, trigger types, actions, and failure notification details.

What's the best way to set up a Monday 09:00 backup runbook schedule?

The best way to set up a Monday 09:00 backup runbook schedule is to generate a cron-style YAML specification. This specification captures the trigger type, cron expression, timezone, action, output, and failure handling details required for automatic execution.

Does this scheduling approach support failure handling and notifications?

Yes, this scheduling approach supports failure handling and notifications. The generated YAML schedule specification explicitly includes failure and notification details alongside trigger type, cron expressions, timezone, action, and output configurations.

Do I need prior cron knowledge to generate a recurring task schedule?

Prior cron knowledge helps but is not strictly required. The schedule generation outputs a complete YAML specification with cron or interval expressions, trigger types, timezones, and actions, guiding you through the configuration structure.