📄 skillActivePromisingmedium

google/adk-samples

by google

A collection of sample agents built with Agent Development Kit (ADK)

Supported Platforms

🤖 Claude Code

Stars

9.6k

Skill Type

🏗️ Code Scaffolding & Templates

Quality Score

89/200

License

Apache-2.0

Forks

2.7k

Last Updated

Jun 11, 2026

Discovered

Apr 24, 2026

Validation

Passed

github.com/google/adk-samples

Quality Breakdown

89/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

medium

Requires extended permissions (shell access, subagents). Review before use.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Repository contains multi-agent orchestration patterns (boat-agent, financial-advisor with multiple specialized agents, llm-auditor with auditor/critic/reviser components)
  • GitHub Actions workflows present (.github/workflows/) that could execute arbitrary code, including gemini-cli.yml and test automation
  • Terraform infrastructure-as-code configuration (.github/terraform/) for managing cloud resources
  • Multiple agent implementations spawn sub-agents for task coordination and execution
  • Go agents include shell test scripts (test_scripts/test_boatagent.sh) that execute system commands
  • Official Google repository but contains sample code for autonomous agent architectures without clear human approval gates between agent actions