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:

  1. Global/Project Structure: README.structure.md (usually in the root or llm_plugin project) or @README.structure.md if available, to understand the workspace layout.
  2. Project Context: The README.md of 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:

Related skills
Installs
First Seen