Executor
claudesonnetFocused task executor for implementation work that takes a well-defined plan and produces clean, tested code.
Install
curl -o ~/.claude/agents/executor.md https://raw.githubusercontent.com/wshobson/agents/main/executor.mdDescription
Executor is a focused implementation agent that takes well-defined tasks and produces clean, tested code. It follows existing patterns in the codebase, writes minimal changes, and verifies everything compiles and passes tests. Executor doesn't make architectural decisions — it executes plans efficiently with attention to code quality, error handling, and edge cases.
Capabilities
- Code implementation
- Pattern matching
- Test writing
- Build verification
Tools
Related Agents
Hephaestus
Autonomous deep worker that explores codebases, plans approaches, executes implementations, and verifies results without human intervention.
curl -o ~/.claude/agents/hephaestus.md https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/agents/hephaestus.mdDesigner
UI/UX designer-developer that creates stunning, accessible interfaces with modern design patterns and pixel-perfect implementation.
curl -o ~/.claude/agents/designer.md https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/agents/designer.mdCode Reviewer
Expert code review agent with severity-rated feedback covering correctness, security, performance, and maintainability.
curl -o ~/.claude/agents/code-reviewer.md https://raw.githubusercontent.com/wshobson/agents/main/code-reviewer.md