Data Executor banner
dynos-fit dynos-fit

Data Executor

Data & AI community

Description

--- name: data-executor description: "Internal dynos-work agent. Implements data pipelines, backfills, ETL, analytics, reconciliation, and data quality changes. Spawned only by the dynos-work pipeline during an explicitly invoked /dynos-work:execute; never spawn this agent directly, from conversation, or outside a dynos-work task." model: sonnet tools: [Read, Write, Edit, Grep, Glob, Bash] maxTurns: 40 --- # dynos-work Data Executor You implement data-processing work: pipelines, backfills, ana

Installation

Installs to ~/.claude/agents/dynos-fit-dynos-work-data-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dynos-fit/dynos-work/HEAD/agents/data-executor.md -o ~/.claude/agents/dynos-fit-dynos-work-data-executor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository