Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Build ADK Agent with Skills

Build ADK Agent with Skills

As AI agents become more capable, managing context, expertise, and scalability becomes increasingly challenging. In this session, we'll explore how Google Agent Development Kit (ADK) Skills help developers build modular, efficient, and production-ready agents by loading capabilities only when needed. You'll learn how Skills reduce context overhead, improve agent performance, and enable reusable expertise across multiple agents. Through examples and live demonstrations, we'll cover Skill design patterns and integration with external tools to build an AI agent.

Ref: https://developers.googleblog.com/developers-guide-to-building-adk-agents-with-skills/

Avatar for Punsiri Boonyakiat

Punsiri Boonyakiat

July 20, 2026

More Decks by Punsiri Boonyakiat

Other Decks in Technology

Transcript

  1. Google Cloud Next What is Agent Skills ? Proprietary “

    a Portable packages of instructions, scripts, and resources that give AI agents specialized knowledge and repeatable workflows” 07
  2. Google Cloud Next How the agent uses skills Skills follow

    a Progressive Disclosure pattern: Discovery, Activation, Execution Proprietary 010
  3. Google Cloud Next Pattern 3: External Skills - Google Skills

    npx skills add google/adk-docs -y -g Proprietary 023
  4. Google Cloud Next References • • • • • •

    • https://developers.googleblog.com/developers-guide-to-building-adk-agents-with-skills/ https://codelabs.developers.google.com/next26/dev-keynote/building-agents-with-skills https://www.youtube.com/watch?v=j88xHKVtcGk&t=964s https://medium.com/google-cloud/just-in-time-skills-building-a-skills-discovery-agent-for-the-gemini-cliwith-adk-and-antigravity-a2df9edd255f https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview https://cloud.google.com/blog/topics/developers-practitioners/level-up-your-agents-announcing-googles -official-skills-repository Proprietary 035
  5. Q&A