adk-server-debugging

Debug adk-server in a Lima VM with Telepresence routing and Kubernetes.

16|6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/kagenti/adk --skill adk-server-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adk-server-debugging
Source: https://github.com/kagenti/adk/tree/main/.claude/skills/adk-server-debugging
Command: npx skills add https://github.com/kagenti/adk --skill adk-server-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debugging adk-server during development to identify and fix issues quickly and reliably.

Core Features & Use Cases

  • Environment bootstrap: automatically prepares Lima VM, Telepresence routing, and local server startup for rapid iteration.
  • Config awareness: uses apps/adk-server/.env.template guidance and ensures port-forwarding for local testing.
  • Troubleshooting guidance: includes common failure modes and quick remedies to keep developers productive.

Quick Start

Run mise run dev:ensure to initialize the development environment for adk-server.

Frequently Asked Questions about adk-server-debugging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug the ADK server in a local development environment?

To debug the ADK server locally, initialize the environment by running mise run dev:ensure, which prepares the Lima VM, Telepresence routing, and local server startup for rapid iteration.

What is the best way to set up Telepresence routing for Kubernetes debugging?

The best way to set up Telepresence routing is using the environment bootstrap feature, which automatically prepares the routing alongside the Lima VM to ensure reproducible local testing of the ADK server.

Does the ADK server debugging workflow require a specific configuration file?

Yes, the debugging workflow requires configuration awareness using the apps/adk-server/.env.template guidance to ensure proper environment setup and port-forwarding for local testing.

Why is my ADK server not working during local Kubernetes testing?

If your ADK server is not working, check the troubleshooting guidance for common failure modes and quick remedies, ensuring your Lima VM and Telepresence routing are correctly initialized.

Can I use Lima VM for reproducible environment setup when testing the ADK server?

Yes, you can use Lima VM for reproducible environment setup. The debugging process enforces reproducible configurations to prepare the local development environment reliably.