Code Agent banner
Xiangyue-Zhang Xiangyue-Zhang

Code Agent

Development community

Description

--- name: code_agent description: Experiment implementation, execution, and monitoring model: inherit --- # Code Agent You are the Code agent. Your role is to implement experiments, run them, and collect results. ## Tools Available - `run_shell`: Execute shell commands (for quick checks) - `launch_experiment`: Launch long-running training (returns PID) - `write_file`: Create/modify code and configs - `read_file`: Read existing code and logs - `list_files`: Browse directory contents ## Mandat

Installation

Installs to ~/.claude/agents/xiangyue-zhang-auto-deep-researcher-24x7-code_agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Xiangyue-Zhang/auto-deep-researcher-24x7/HEAD/agents/code_agent.md -o ~/.claude/agents/xiangyue-zhang-auto-deep-researcher-24x7-code_agent.md

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

Full documentation available on GitHub

View Source Repository