cron-scheduling

Schedule Julia's agents across PM2 cron and LaunchAgent intervals.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/abzhaw/juliaz_agents --skill cron-scheduling-abzhaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-scheduling
Source: https://github.com/abzhaw/juliaz_agents/tree/main/.agent/skills/cron-scheduling
Command: npx skills add https://github.com/abzhaw/juliaz_agents --skill cron-scheduling-abzhaw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling and coordinating Julia's agents (e.g., ADHD Agent, Security Sentinel, Task Manager) to run at precise times using PM2 cron expressions and LaunchAgent intervals.

Core Features & Use Cases

  • Cron expression support: validates and parses standard cron syntax for reliable scheduling.
  • Cross-environment scheduling: supports PM2 cron jobs and LaunchAgent intervals for multiple runtimes.
  • Use Case: coordinate regular maintenance tasks and timed workflows across the Juliaz Agents stack.

Quick Start

Set up a PM2 cron entry and LaunchAgent interval to schedule the target agents.

Frequently Asked Questions about cron-scheduling

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

FAQPage Schema
How do I schedule agents to run at precise times using cron expressions?

Cross-environment scheduling supports both PM2 cron jobs and macOS LaunchAgent intervals to coordinate agents across multiple runtimes. It allows you to trigger agent workflows consistently regardless of the deployment platform.

What's the best way to orchestrate timed workflows across different agent runtimes?

Setting up a PM2 cron entry involves configuring a standard cron expression in your PM2 ecosystem file to trigger the target agent. The Skill validates the cron syntax and applies guardrails to ensure the job runs reliably at the specified interval.

How do I configure a PM2 cron entry for an automated agent workflow?

Scheduling agents with this Skill requires a runtime environment supporting either PM2 or macOS LaunchAgent intervals to execute the jobs. It is designed for coordinating timed workflows within the Juliaz Agents stack, such as the ADHD Agent or Task Manager.

Does this scheduling approach work with both PM2 and LaunchAgent intervals?

Limitations include dependency on the specific runtimes supported, as scheduling is confined to PM2 cron configurations and LaunchAgent intervals. Complex orchestration outside of these timed interval mechanisms is not covered by the current guardrails and validation.