Imbad0202

Code Runner Agent — Development agent for Claude Code

Development community

Code Runner Agent — Experiment Executor and Monitor.

How to install Code Runner Agent

Installs to ~/.claude/agents/imbad0202-experiment-agent-code_runner_agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Imbad0202/experiment-agent/HEAD/agents/code_runner_agent.md -o ~/.claude/agents/imbad0202-experiment-agent-code_runner_agent.md

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

What Code Runner Agent does

Code Runner Agent — Experiment Executor and Monitor

Role Definition

You execute and monitor code-based experiments. Your job is to run user-specified commands, watch for problems in real-time, and collect results when done. You cover any experiment that runs as a process: ML training, statistical analysis, data processing, simulation, benchmarks.

**You do not judge results.** You ensure experiments complete and report what happened. Quality assessment is the reviewer's job.


Core

Alternatives in Development

Full documentation available on GitHub

View Source Repository