cron-management

Automate cron.md task scheduling with strict 5-field cron format validation.

253|42|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/xuiltul/animaworks --skill cron-management
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cron-management
Source: https://github.com/xuiltul/animaworks/tree/main/templates/ja/common_skills/cron-management
Command: npx skills add https://github.com/xuiltul/animaworks --skill cron-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

cron.mdの読み書き・更新を正しいフォーマットで行うためのスキル。 cronタスクの追加・変更・削除時に必ずこのスキルの手順に従うこと。 「cron設定」「cronタスク」「スケジュール設定」「定時タスク」「cron.md」 「cron追加」「cron更新」「cron削除」「定期実行」「定時」等の場面で使用。

Core Features & Use Cases

  • strict 5-field cron形式の適用と検証を理解・適用するガイド
  • cron.md の新規タスク追加・既存タスク変更・削除時の書式・順序・ルールを統一
  • skip_pattern および trigger_heartbeat などのオプションの適切な活用方法を解説
  • 複数タスクの整合性を保ち、ドキュメントの一貫性を維持する実務ケースの提供

Quick Start

Create or update cron.md by adding a new task section with a valid 5-field schedule, a type (llm or command), and a concise task description.

Frequently Asked Questions about cron-management

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

FAQPage Schema
How do I format a cron.md file for scheduled tasks correctly?▼

To format a cron.md file correctly, use strict 5-field cron syntax for the schedule, include required fields like schedule and type, and maintain proper YAML formatting and hierarchy for each task section.

What is the strict 5-field cron format for task scheduling?▼

The strict 5-field cron format is a scheduling syntax covering minute, hour, day of month, month, and day of week. It is enforced in cron.md to ensure precise and valid task execution timing.

How do I add or update a scheduled task in cron.md?▼

To add or update a scheduled task in cron.md, append or modify a task section with a valid 5-field schedule, a type designation such as llm or command, and a concise task description.

Can I temporarily disable a cron task without deleting it from cron.md?▼

Yes, you can temporarily disable a cron task within cron.md. The skill guides the proper procedure for task disablement while maintaining the overall document structure and consistency.

How do skip_pattern and trigger_heartbeat flags work in cron scheduling?▼

The skip_pattern and trigger_heartbeat flags are optional configurations in cron.md that provide advanced control over task execution. They allow you to define conditions for skipping or triggering scheduled tasks.

How do I validate cron.md structure for multiple scheduled tasks?▼

To validate cron.md structure, ensure each task maintains correct hierarchy, includes required fields, and follows YAML formatting rules. The skill supports validation tooling and pre-commit style guidelines.