From 60830f1884b5183c93587a514214e2d86bbab6dc Mon Sep 17 00:00:00 2001 From: Jing Jin <8752427+jinjingforever@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:21:09 -0700 Subject: [PATCH] Add Google AI Edge Gallery to Agent Skills client list --- .../google-ai-edge-gallery-dark.svg | 6 ++++++ .../google-ai-edge-gallery-light.svg | 6 ++++++ docs/snippets/clients.jsx | 8 ++++++++ 3 files changed, 20 insertions(+) create mode 100644 docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg create mode 100644 docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg diff --git a/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg b/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg new file mode 100644 index 0000000..c74d162 --- /dev/null +++ b/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg b/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg new file mode 100644 index 0000000..c74d162 --- /dev/null +++ b/docs/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index 8b3e214..ce55fad 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -294,4 +294,12 @@ export const clients = [ darkSrc: "/images/logos/kiro/kiro-logo-dark.svg", instructionsUrl: "https://kiro.dev/docs/skills/", }, + { + name: "Google AI Edge Gallery", + description: "Google AI Edge Gallery is the premier destination for running the world's most powerful open-source Large Language Models (LLMs) on your mobile device", + url: "https://github.com/google-ai-edge/gallery", + lightSrc: "/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-light.svg", + darkSrc: "/images/logos/google-ai-edge-gallery/google-ai-edge-gallery-dark.svg", + instructionsUrl: "https://github.com/google-ai-edge/gallery/tree/main/skills", + }, ];