← All plugins
jeremy-adk-software-engineer
v2.19.0ADK software engineer for creating production-ready agents with testing, deployment, and multi-agent orchestration
Claude Code1 skill
by Jeremy LongshoreMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/jeremy-adk-software-engineer/ inside the repository.
Layout
plugins/ai-ml/jeremy-adk-software-engineer/
├── .claude-plugin/plugin.json└── skills/adk-engineer/SKILL.md
Skills1
adk-engineerskills/adk-engineer/SKILL.md
Execute software engineer specializing in creating production-ready ADK agents with best practices, code structure, testing, and deployment automation. Use when asked to "build ADK agent", "create agent code", or "engineer ADK application". Trigger with relevant phrases based on skill purpose.
Manifests1
plugins/ai-ml/jeremy-adk-software-engineer/.claude-plugin/plugin.json
{
"name": "jeremy-adk-software-engineer",
"version": "2.19.0",
"description": "ADK software engineer for creating production-ready agents with testing, deployment, and multi-agent orchestration",
"author": {
"name": "Jeremy Longshore",
"email": "jeremy@intentsolutions.io"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"adk",
"software-engineer",
"agent-development",
"vertex-ai"
]
}