From dd0c5f34c0b070a2716992e03bf167a4becfa203 Mon Sep 17 00:00:00 2001 From: Dan Goosewin Date: Wed, 16 Sep 2026 07:30:33 +0000 Subject: [PATCH] Add skills-first banner to cookbooks page --- cookbooks.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbooks.mdx b/cookbooks.mdx index c824f3a..5f5a06d 100644 --- a/cookbooks.mdx +++ b/cookbooks.mdx @@ -4,6 +4,10 @@ description: "end-to-end recipes to teach agents to use the internet" mode: "wide" --- + +**Teach your agent first:** `npx skills add kernel/skills` ([what's included](/skills/overview)) + + Self-contained cookbooks to clone and run. Use as 1-click starts for your agents or as templates for your own build. import { CookbookSearch } from '/snippets/cookbook-search.jsx';