Cron Job Template
Installation
SKILL.md
Cron Job Template Skill
This skill defines the protocol for an AI agent to act as a "Cron Job" or "Task Runner" for a specific project. It relies on standard README files to establish context and execution logic without hardcoded complex scripts.
1. Context Establishment
Before executing any task, the agent MUST establish context by reading:
- Global/Project Structure:
README.structure.md(usually in the root orllm_pluginproject) or@README.structure.mdif available, to understand the workspace layout. - Project Context: The
README.mdof the target project (e.g.,projects/fun/README.md).
2. Task Definition (README.task.md)
The core logic is defined in README.task.md within the target project. This file acts as the configuration and instruction set.
File Format
The README.task.md should contain: