Skip to content

Update ADK doc according to issue #1292 - 1 - Skills#1293

Closed
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260211-234304
Closed

Update ADK doc according to issue #1292 - 1 - Skills#1293
adk-bot wants to merge 1 commit intomainfrom
agent-changes-20260211-234304

Conversation

@adk-bot
Copy link
Collaborator

@adk-bot adk-bot commented Feb 11, 2026

1. Create documentation for the new Skills Framework and SkillToolset.

Doc file: docs/agents/skills.md

Current state:

(New feature, no existing documentation)

Proposed Change:

Create a new page documenting the Skills Framework.

Include:

  • Concept: Explain that Skills are modular packages of instructions and resources that agents can load on demand.
  • Structure: Detail the L1 (metadata), L2 (instructions), and L3 (resources) levels.
    • SKILL.md with frontmatter and body.
    • references/, assets/, scripts/ directories.
  • Usage:
    • How to define a Skill using the Skill model.
    • How to use SkillToolset to expose skills to an agent.
    • How the load_skill and load_skill_resource tools work.
  • Benefits: Modular design, context window optimization (loading instructions only when needed).

Reasoning:
The Skills Framework is a major new feature introducing a structured way to build agent capabilities. It requires dedicated documentation to explain the concepts and usage.

Reference: src/google/adk/skills/models.py

@netlify
Copy link

netlify bot commented Feb 11, 2026

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit a8ae7ef
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/698d140cd6a6ab0008fa2d6a
😎 Deploy Preview https://deploy-preview-1293--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@joefernandez joefernandez changed the title Update ADK doc according to issue #1292 - 1 Update ADK doc according to issue #1292 - 1 - Skills Feb 12, 2026
@joefernandez
Copy link
Collaborator

superseded by: #1313

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments