AgentSkillsCN

install-dev-tools

安装 Antigravity IDE/CLI、uv(Astral 推出的 Python 包管理器)以及 Google ADK(Agent Development Kit)。适用于用户需要在 macOS、Windows 或 Ubuntu/Debian 上安装、配置或优化这些工具时使用。

SKILL.md
--- frontmatter
name: install-dev-tools
description: Install Antigravity IDE/CLI, uv (Python package manager by Astral), and Google ADK (Agent Development Kit). Use when the user needs to install, set up, or configure any of these tools on macOS, Windows, or Ubuntu/Debian.

Install Dev Tools

Install guide for Antigravity, uv, and Google ADK across macOS, Windows, and Ubuntu.

Tools Overview

ToolWhat it is
AntigravityAI-powered IDE and CLI (antigravity / agy) by Google DeepMind
uvUltra-fast Python package & project manager by Astral (replaces pip, pip-tools, virtualenv)
Google ADKAgent Development Kit — Python/JS framework for building multi-agent systems

Workflow

  1. Detect the user's OS from system context or by asking.
  2. Load the matching reference file for the platform:
  3. Run the commands in the reference file in order: Antigravity → uv → ADK.
  4. Verify each installation succeeds before moving to the next tool.

Notes

  • On macOS, prefer Homebrew (brew) for Antigravity and uv.
  • ADK is a Python package — always install it inside a virtual environment.
  • uv can manage Python versions and virtual environments itself; prefer uv venv and uv pip over raw python -m venv / pip.