adk-rust-app-bootstrap

star 369

Bootstrap new ADK-Rust applications with correct crate/features, provider setup, and verification steps. Use when starting a new agent app or converting an existing Rust app to ADK-Rust.

zavora-ai By zavora-ai schedule Updated 2/14/2026

name: adk-rust-app-bootstrap description: Bootstrap new ADK-Rust applications with correct crate/features, provider setup, and verification steps. Use when starting a new agent app or converting an existing Rust app to ADK-Rust.

ADK Rust App Bootstrap

Overview

Set up a new ADK-Rust app with stable defaults and immediate verification.

Workflow

  1. Choose dependency scope: adk-rust umbrella crate or focused per-crate dependencies.
  2. Select provider feature flags and required environment variables.
  3. Start with the smallest runnable LlmAgentBuilder path.
  4. Validate with cargo check and one runtime smoke command.

Guardrails

  1. Keep first iteration minimal and deterministic.
  2. Add optional crates only when the app needs them.
  3. Verify feature flags against examples before coding custom abstractions.

References

  • Use references/bootstrap-checklist.md.
Install via CLI
npx skills add https://github.com/zavora-ai/adk-rust --skill adk-rust-app-bootstrap
Repository Details
star Stars 369
call_split Forks 59
navigation Branch main
article Path SKILL.md
More from Creator