From 143656ccb757e91508602492432b7901cd5d514c Mon Sep 17 00:00:00 2001 From: chilang Date: Mon, 13 Apr 2026 21:39:35 +0100 Subject: [PATCH] Add Workshop.ai to client showcase Workshop is a cross-platform AI coding agent (desktop, web, CLI) with multi-LLM support, sub-agents, custom agents, and skills. Product: https://workshop.ai/ Skills docs: https://docs.workshop.ai/core-concepts/working-with-the-agent#create-your-own-agents > AI Disclosure: This PR was prepared with AI assistance. --- docs/images/logos/workshop/workshop-logo-dark.svg | 15 +++++++++++++++ .../images/logos/workshop/workshop-logo-light.svg | 15 +++++++++++++++ docs/snippets/clients.jsx | 8 ++++++++ 3 files changed, 38 insertions(+) create mode 100644 docs/images/logos/workshop/workshop-logo-dark.svg create mode 100644 docs/images/logos/workshop/workshop-logo-light.svg diff --git a/docs/images/logos/workshop/workshop-logo-dark.svg b/docs/images/logos/workshop/workshop-logo-dark.svg new file mode 100644 index 0000000..82bd6cf --- /dev/null +++ b/docs/images/logos/workshop/workshop-logo-dark.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/docs/images/logos/workshop/workshop-logo-light.svg b/docs/images/logos/workshop/workshop-logo-light.svg new file mode 100644 index 0000000..7cfa3ef --- /dev/null +++ b/docs/images/logos/workshop/workshop-logo-light.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/docs/snippets/clients.jsx b/docs/snippets/clients.jsx index ec45f72..3160009 100644 --- a/docs/snippets/clients.jsx +++ b/docs/snippets/clients.jsx @@ -294,6 +294,14 @@ export const clients = [ darkSrc: "/images/logos/kiro/kiro-logo-dark.svg", instructionsUrl: "https://kiro.dev/docs/skills/", }, + { + name: "Workshop", + description: "Workshop is a cross-platform AI coding agent for building full applications. It supports multi-LLM models, sub-agents, custom agents, and skills — available as a desktop app, web app, and CLI.", + url: "https://workshop.ai/", + lightSrc: "/images/logos/workshop/workshop-logo-light.svg", + darkSrc: "/images/logos/workshop/workshop-logo-dark.svg", + instructionsUrl: "https://docs.workshop.ai/core-concepts/working-with-the-agent#create-your-own-agents", + }, { 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",