Google's Agent Development Kit (ADK) introduces a SkillToolset that uses progressive disclosure to reduce token costs and enable dynamic agent capabilities. Instead of loading all domain knowledge into a monolithic system prompt, skills are broken into three levels: L1 metadata (always visible), L2 instructions (loaded on
Table of contents
The problem with monolithic promptsPattern 1: Inline skills (the sticky note)Pattern 2: File-based skills (the reference binder)Pattern 3: External skills (the import)Pattern 4: The skill factory - Meta skills that write themselvesThe Skill factory in actionWiring it all togetherA few pro tips before you startGet startedSort: