adk-dev-guide
Development workflow and guidelines for building AI agents with the Google ADK framework.
Install
npx skills add https://github.com/google/adk-docs --skill adk-dev-guideStats
| Total installs | 1,396 |
| Weekly installs | 1.4K |
| GitHub stars | 1.3K |
| First seen | Mar 9, 2026 |
| Source | @google/adk-docs |
Summary
- Read DESIGN_SPEC.md first as your primary source of truth; all implementation decisions must align with it
- Follow four mandatory phases: understand spec, build and implement, evaluate (using /adk-eval-guide), and deploy with human approval
- Preserve all unrelated code when making modifications; only alter explicitly targeted segments and never change model names unless requested
- Use Gemini 3 series models (gemini-3-flash-preview, gemini-3-pro-preview) for new agents; fix location issues (not model names) when encountering 404 errors
- Stop immediately after three consecutive identical errors; fix root causes (tool bugs, state conflicts, location mismatches) before retrying operations
Tags
Related skills
| Skill | Installs | vs adk-dev-guide |
|---|---|---|
| seo-aeo-best-practices | 1,446 | +50 |
| game-development | 1,473 | +77 |
| music | 1,360 | -36 |
| compound-docs | 1,478 | +82 |
| sound-effects | 1,388 | -8 |
FAQ
- How many installs does adk-dev-guide have?
- adk-dev-guide has 1,396 total installs and 1.4K installs this week.
- Where is adk-dev-guide hosted?
- adk-dev-guide is published by @google/adk-docs at https://github.com/google/adk-docs.
- How many GitHub stars does adk-dev-guide have?
- adk-dev-guide has 1.3K GitHub stars.
- When was adk-dev-guide first indexed?
- OrangeBot.AI first indexed adk-dev-guide on Mar 9, 2026.
- How do I install adk-dev-guide?
- Run: npx skills add https://github.com/google/adk-docs --skill adk-dev-guide