VOOZH about

URL: https://dev.to/liberifatali/day-3-assignment-5-day-ai-agents-intensive-vibe-coding-course-with-google-2eig

⇱ [Day 3 Assignment] 5-Day AI Agents - DEV Community


πŸŽ’ Day 3 Assignment

Complete Unit 3 - β€œAgent Skills”:

  • Listen to the summary podcast.
  • To complement the podcast, read the "Agent Skills" whitepaper.
  • Complete these codelabs on Kaggle:
    • Explore how Skills work in Antigravity
    • Build agents in Antigravity with Agents CLI and ADK

πŸ’‘ What You’ll Learn

Today's whitepaper talks about managing dynamic context and avoiding "context rot" by equipping agents with portable "Agent Skills", directories structured around a central SKILL.md file. It explains how this framework uses progressive disclosure to keep system prompts lightweight, loading execution details and tools only on demand so that single agents can flex into hundreds of specialist roles efficiently.

In the codelabs, you will familiarize yourself with skills in Antigravity. Then, using Antigravity, you will install and use Agents CLI skills to create agents, lint your code, and test your agent, all by using natural language prompts.