create-system-routine
CommunitySchedule OS-level tasks with cron or launchd.
System Documentation
What problem does it solve?
This Skill enables you to create and manage time-based system routines (cron on Linux, launchd on macOS) for scripts or commands and is intended for OS-level scheduling rather than Jazz Workflows.
Core Features & Use Cases
- OS-level scheduling: Create cron entries on Linux or LaunchAgents/LaunchDaemons on macOS to automate scripts.
- Platform-aware workflows: Detects the host OS and selects the appropriate scheduling mechanism.
- Management and removal: Provides safe steps to update or remove routines created by Jazz, with guidance to preserve existing tasks.
Quick Start
Use this skill to schedule a script at a specific time on your OS. For example, Linux: schedule /home/user/scripts/daily.sh to run daily at 08:00 by creating a cron entry 0 8 * * * /home/user/scripts/daily.sh. For macOS: schedule the script using StartCalendarInterval with Hour=8 and Minute=0, and ProgramArguments including the shell and script path.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: create-system-routine Download link: https://github.com/lvndry/jazz/archive/main.zip#create-system-routine Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.