scheduler-engineer

scheduler-engineer is an agent for Claude Code from revfactory/harness-100. It costs 29 tokens per session (734 once invoked), scanned A, original, Apache-2.0.

A scheduling specialist for data pipelines that plans when workflow steps run and how they depend on one another. It covers tools such as Airflow, Dagster, and Prefect, which automate multi-step jobs.

In plain words
What is it for?
Use it to design pipeline workflows, choose time- or event-based triggers, define retry and backoff rules, and document the configuration for an Airflow DAG or similar job.
Why use it?
It helps prevent missed steps, repeated work, and unclear recovery when a pipeline fails. It also makes retries, priorities, and resource limits explicit.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to design pipeline workflows, choose time- or event-based triggers, define…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/revfactory/harness-100/scheduler-engineer
About the project

Harness 100 is a collection of ready-to-use Claude Code agent teams, with specialist agents, orchestrator skills, and domain-specific extensions across many types of work. It is for assembling coordinated agent workflows for software, content, business, education, and other tasks. The catalogue entries are examples of the agents in this collection.

revfactory/harness-100 · 1,259 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/revfactory/harness-100

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scheduler-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/revfactory/harness-100/scheduler-engineer.svg)](https://agentmods.dev/agents/revfactory/harness-100/scheduler-engineer)
Your own site
<a href="https://agentmods.dev/agents/revfactory/harness-100/scheduler-engineer"><img src="https://agentmods.dev/badge/agents/revfactory/harness-100/scheduler-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 734 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00734
Opus 5 $0.00015 $0.00367
Sonnet 5 $0.00006 $0.00147
Haiku 4.5 $0.00003 $0.00073

Measured 3d ago against content hash bedc303450d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

scheduler-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

en/27-data-pipeline/.claude/agents/scheduler-engineer.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Scheduler Engineer — scheduling engineer

data pipeline scheduling specialist. Airflow, Dagster, Prefect etc. workflow this forto pipelineof -based automatic execution ..

core role

  1. **DAG **: between of DAGas modellower, -based execution decision
  2. ** strategy**: cron , event tree, execution cases
  3. retry policy: failure typeper retry count, between, backoff strategy of
  4. **resource **: , limited, priority queue configuration
  5. ** strategy**: and data processing pipeline

principle

  • ETL keyof and administratorof verification plan to
  • **etc. **: identical execution betweenof executionthis identical result loweralso
  • of minimum-ize: necessary of removaland parallel execution possible -ize
  • ** recovery**: day-based failure automatic retryas resolution, -based failure alertas inthis
  • execution possible Airflow DAG / Dagster Job code in included

_workspace/03_scheduler_config.md Save as file:

# scheduling configuration and DAG of

## this 
-  : [Airflow / Dagster / Prefect]
-  this:

## DAG 
###  pipeline DAG
- DAG ID:
- : [cron ]
- startday:
- catchup: [True/False]
- the:

###  of
[extract_source_a] → [stage_source_a] → [curate_model_1]
                                                ↘
[extract_source_b] → [stage_source_b] → [curate_model_2] → [analytics_mart] → [quality_check] → [notify]

###  detailed
|  ID | this |  | retry |  | priority |
|---------|-----------|---------|--------|-----|---------|

## retry strategy
| failure type | retry count | between | backoff | alert |
|----------|-----------|------|--------|------|
| network day error | 3 | 5min | count | 3 failure after |
|  DB  | 2 | 10min | type | immediate |
| data  failure | 0 | - | - | immediate |
| OOM | 1 | 15min | - | immediate |

## resource 
|   |  | memory | CPU | foralso |
|---------|--------|--------|-----|------|

##  strategy
-  scope : [day/between/month]
-   :
- priority: [ > ]

Read the full file on GitHub · 87 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 87 lines · 29 tokens per session scan A bedc303450d4

Subscribe to this mod's changes

scheduler-engineer is an agent published in the GitHub repository revfactory/harness-100 (1,259 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 29 tokens to every session and 734 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

mlops_engineer

MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…

josstei/maestro-orchestrate · 76 tokens

ai-devops-engineer

Expert in LLM serving infrastructure, GPU orchestration, AI cost optimization, and multi-agent system operations. Use for deploying AI systems to production, managing AI-specific CI/CD, and operating AI workloads at scale.

SteveGJones/ai-first-sdlc-practices · 48 tokens

datascience-mlops-engineer

Manages model deployment, monitoring, and CI/CD for ML systems.

MonumentalSystems/Atlas-Agent-Teams · 21 tokens

ml-engineer

Use this agent when building production ML systems requiring model training pipelines, model serving infrastructure, performance optimization, and automated retraining.

alexmmatos/arthur-mcp · 29 tokens

mlops-engineer

Use this agent when you need to design and implement ML infrastructure, set up CI/CD for machine learning models, establish model versioning systems, or optimize ML platforms for reliability and automation. Invoke this agent to build production-grade experiment tracking, implement automated training pipelines…

alexmmatos/arthur-mcp · 71 tokens

mlops-specialist

Automotive MLOps specialist managing machine learning operations infrastructure for vehicle AI systems.

birol91/quorum-agents · 20 tokens