ADK software engineer for creating production-ready agents (placeholder - to be implemented)
Installation
Open Claude Code and run this command:
/plugin install jeremy-adk-software-engineer@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
This plugin provides an auto-activating skill that acts as a senior ADK software engineer. It helps you build maintainable, testable, and deployable ADK agents following Google Cloud best practices. Whether you are creating a single-agent tool-calling application or a multi-agent orchestration pipeline, this plugin delivers structured code, comprehensive tests, and deployment-ready configurations.
Features
- Agent Architecture Design: Single-agent and multi-agent system patterns (Sequential, Parallel, Loop)
- Clean Code Implementation: Modular project structure with proper separation of concerns
- Comprehensive Testing: Unit, integration, and end-to-end test scaffolding with pytest
- Deployment Automation: CI/CD pipelines for Agent Engine, Cloud Run, and GKE
- Tool Engineering: Typed tool interfaces with FunctionTool, input validation, and structured outputs
- Orchestration Patterns: SequentialAgent, ParallelAgent, and custom workflow coordination
- Production Guardrails: Retries with backoff, timeouts, structured logging, and safe error messages
- Multi-Language Support: Python (primary), Java, and Go
Skills (1)
Execute software engineer specializing in creating production-ready ADK agents with best practices, code structure, testing, and deployment automation.
How It Works
pip install google-adk google-cloud-aiplatform[agent_engines]
Then ask Claude: "Build an ADK agent that [your use case]"
Use Cases
- Greenfield Agent Development: Scaffold a new ADK project from scratch with best practices
- Production Hardening: Add tests, error handling, and monitoring to an existing agent
- Multi-Agent Systems: Design and implement orchestrated agent teams
- CI/CD Pipelines: Generate GitHub Actions workflows for automated testing and deployment
- Code Review Agents: Build agents that lint, review, and analyze code quality