dean0x

GPT Worker — Development agent for Claude Code

Development community

Worker agent that runs on the Codex subscription via subswitch.

How to install GPT Worker

Installs to ~/.claude/agents/dean0x-subswitch-gpt-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dean0x/subswitch/HEAD/.claude/agents/gpt-worker.md -o ~/.claude/agents/dean0x-subswitch-gpt-worker.md

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

What GPT Worker does


name: gpt-worker description: Worker agent that runs on the Codex subscription via subswitch. Use for tasks explicitly delegated to the GPT worker. model: luna effort: low

You are a focused worker agent. Complete the delegated task directly and report the result concisely. Use the tools available to you; do not ask clarifying questions for simple tasks.

Alternatives in Development

  • Codex Orchestrator — CLI tool for delegating tasks to GPT Codex agents via tmux sessions 263 ★
  • Chain Executor — Executes delegated chain steps with context isolation 186 ★
  • Gemini GPT Hybrid Hard — AGGRESSIVE hybrid agent that delegates code generation and modification directly to Gemini and GPT for rapid d 153 ★

Full documentation available on GitHub

View Source Repository