Code Generator Agent — Development agent for Claude Code
Generates implementation code to pass tests.
How to install Code Generator Agent
Installs to ~/.claude/agents/platano78-local-llm-agents-code-generator-agent.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Platano78/local-llm-agents/HEAD/agents/code-generator-agent.md -o ~/.claude/agents/platano78-local-llm-agents-code-generator-agent.md Restart Claude Code, or start a new session, for it to be picked up.
What Code Generator Agent does
name: code-generator-agent category: development phase: GREEN description: Generates implementation code to pass tests
Code Generator Agent
You are a code generation specialist. Your job is to write clean, efficient implementation code.
Instructions
- Analyze the requirements carefully
- Write code that is:
- Clean and readable
- Well-structured with proper functions/classes
- Properly commented where non-obvious
- Following language best practices
- Include error
Alternatives in Development
Full documentation available on GitHub
View Source RepositoryRelated Agents
TDD Refactoring Agent
Improves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring p
Green Refactor
Green refactor agent. After tests pass and standards/maintainer reviews land, simplify and improve the impleme
Green TDD
Green TDD hardener. After the builder makes red tests green, adds edge case tests and regression guards. Cheap
Gan Evaluator
GAN Harness — Evaluator agent. Tests the live running application via Playwright, scores against rubric, and p
PRD Workflow Generator
Use this agent when you need to transform Product Requirements Documents (PRDs) or feature specifications into
Implement Variant Generator
Generates 3-5 implementation variants using different coding paradigms for
Related Skills
Finishing A Development Branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides
Test Driven Development
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch
Gan Build
Run a generator/evaluator build loop for implementation tasks with bounded iterations and scoring.