cron-management

Manage and persist cron tasks by updating config.json across restarts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill cron-management-jbode-mhhs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-management
Source: https://github.com/JBODE-mhhs/Zeus2.0-public/tree/main/templates/analyst/.claude/skills/cron-management
Command: npx skills add https://github.com/JBODE-mhhs/Zeus2.0-public --skill cron-management-jbode-mhhs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you create, restore, and manage cron jobs so recurring tasks survive restarts and stay aligned with config.json.

Core Features & Use Cases

  • Create recurring and one-shot crons by updating config.json and launching via appropriate commands.
  • Restore and reconcile cron state after restarts or failures.
  • Troubleshoot and remove expired or duplicate crons and ensure persistence.

Quick Start

Create or restore a cron by updating config.json and starting it with the provided loop/ CronCreate commands.

Frequently Asked Questions about cron-management

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

FAQPage Schema
How do I persist cron tasks across restarts so recurring workflows stay alive?

To persist cron tasks across restarts, you enforce a strict config.json as the source of truth. This skill restores and reconciles cron definitions automatically by reading that config file after session failures or restarts.

How do I restore and reconcile recurring crons after a system restart?

Restoring recurring crons after a restart involves reading the saved cron definitions from config.json and relaunching them with the appropriate commands. This skill reconciles the active cron state against the config file.

Can I schedule both recurring and one-shot cron jobs using config.json?

Yes, you can schedule both recurring and one-shot cron jobs by adding their definitions to config.json. This skill supports creating both task types and enforces the config file as the strict truth for all scheduled workflows.

How do I troubleshoot and remove expired or duplicate crons in dynamic environments?

To troubleshoot expired or duplicate crons, you update the cron definitions in config.json and delete the unwanted entries. This skill provides clear procedures for removing stale crons and ensuring persistence in dynamic environments.

Why do my scheduled reminders stop working after a session restart?

Scheduled reminders stop working after a restart if they are not persisted in a config.json file. This skill solves the problem by using config.json as strict truth to restore and relaunch cron definitions across sessions.