Bundle instructions, tools, and reference files into a skill once, then hand it to any agent — including prebuilt skills like deep research and slide decks.
Teach an agent a reusable capability once — a "skill" with instructions, tools, and reference files — and hand it to any agent that needs it, instead of bloating every persona.
The Skills framework in AI Studio. A skill bundles a set of instructions, an allowed toolset, and reference material; agents load it on demand (progressive disclosure) so they only carry the context they need for the task at hand.
SKILL.md? Import it directly.load_skill to pull a skill's instructions and activate its toolset only when relevant — keeping prompts lean and behavior focused.Capabilities become modular and shareable: define "how to write a competitive brief" or "how to produce a slide deck" once, and every agent can use it consistently. Skills support multiple tiers (native, JavaScript, Python, and SiloLink-backed) so the same mechanism scales from a simple instruction set to a registered Python script.
Python skills run only admin-approved, registered scripts — agents don't write or execute arbitrary code, so the power stays governed.