Skills instance to the skills parameter on Team. The team leader gets skill tools and system prompt snippets directly.
- Skill summaries in its system prompt (via
get_system_prompt_snippet()) - Skill tools:
get_skill_instructions,get_skill_reference,get_skill_script
Team-Level vs. Member-Level Skills
How It Works
Skills on a team follow the same pattern as knowledge, memory, and tools:skills.get_tools()adds skill tools to the leader’s tool listskills.get_system_prompt_snippet()injects skill metadata into the leader’s system prompt- The leader discovers, loads, and uses skills on demand during the run