From aidotnet-moyucode
Parses, validates, explains cron expressions, calculates next run times, and generates cron syntax from descriptions. Triggered by /cron or cron/scheduling queries.
npx claudepluginhub joshuarweaver/cascade-data-analytics --plugin aidotnet-moyucodeThis skill uses the workspace's default tool permissions.
Parse, validate, and explain cron expressions. Calculate next run times and generate cron syntax.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Dynamically discovers and combines enabled skills into cohesive, unexpected delightful experiences like interactive HTML or themed artifacts. Activates on 'surprise me', inspiration, or boredom cues.
Generates images from structured JSON prompts via Python script execution. Supports reference images and aspect ratios for characters, scenes, products, visuals.
Parse, validate, and explain cron expressions. Calculate next run times and generate cron syntax.
/cron command# Explain cron expression
python scripts/cron_scheduler.py "0 9 * * 1-5"
# Get next N run times
python scripts/cron_scheduler.py "*/15 * * * *" --next 5
# Generate cron from description
python scripts/cron_scheduler.py --generate "every day at 9am"
# Validate expression
python scripts/cron_scheduler.py "0 0 * * *" --validate
cron, scheduler, automation, time, jobs