·adk-eval-guide
""

adk-eval-guide

MUST READ before running any ADK evaluation. ADK evaluation methodology — eval metrics, evalset schema, LLM-as-judge, tool trajectory scoring, and common failure causes. Use when evaluating agent quality, running adk eval, or debugging eval results. Do NOT use for API code patterns (use adk-cheatsheet), deployment (use adk-deploy-guide), or project scaffolding (use adk-scaffold).

17Installs·3Trend·@eliasecchig

Installation

$npx skills add https://github.com/eliasecchig/adk-docs --skill adk-eval-guide

How to Install adk-eval-guide

Quickly install adk-eval-guide AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/eliasecchig/adk-docs --skill adk-eval-guide
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: eliasecchig/adk-docs.

SKILL.md

View raw

Scaffolded project? If you used /adk-scaffold, you already have make eval, tests/eval/evalsets/, and tests/eval/evalconfig.json. Start with make eval and iterate from there.

Non-scaffolded? Use adk eval directly — see Running Evaluations below.

| references/criteria-guide.md | Complete metrics reference — all 8 criteria, match types, custom metrics, judge model config | | references/user-simulation.md | Dynamic conversation testing — ConversationScenario, user simulator config, compatible metrics |

MUST READ before running any ADK evaluation. ADK evaluation methodology — eval metrics, evalset schema, LLM-as-judge, tool trajectory scoring, and common failure causes. Use when evaluating agent quality, running adk eval, or debugging eval results. Do NOT use for API code patterns (use adk-cheatsheet), deployment (use adk-deploy-guide), or project scaffolding (use adk-scaffold). Source: eliasecchig/adk-docs.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/eliasecchig/adk-docs --skill adk-eval-guide
Category
""Writing
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from eliasecchig/adk-docs

Quick answers

What is adk-eval-guide?

MUST READ before running any ADK evaluation. ADK evaluation methodology — eval metrics, evalset schema, LLM-as-judge, tool trajectory scoring, and common failure causes. Use when evaluating agent quality, running adk eval, or debugging eval results. Do NOT use for API code patterns (use adk-cheatsheet), deployment (use adk-deploy-guide), or project scaffolding (use adk-scaffold). Source: eliasecchig/adk-docs.

How do I install adk-eval-guide?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/eliasecchig/adk-docs --skill adk-eval-guide Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/eliasecchig/adk-docs