From 878faee56a7d12ca23a26978aaf667cb9902d327 Mon Sep 17 00:00:00 2001 From: Jenny Ferries Date: Fri, 24 Jul 2026 10:35:39 -0700 Subject: [PATCH] Point Workshop page to awesome-copilot plugin The Workshop now ships as a Copilot CLI plugin on awesome-copilot, so the workshop page should send people there instead of the standalone jennyf19/the-workshop repo. Update both references in workshop/README.md to install via `copilot plugin install the-workshop@awesome-copilot` (plus the signals-dashboard Cairn canvas), matching how the rest of the site points to awesome-copilot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4c337161-9318-4234-abf5-a51fead5e63d --- workshop/README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/workshop/README.md b/workshop/README.md index 65dc4f9..e54aef9 100644 --- a/workshop/README.md +++ b/workshop/README.md @@ -4,7 +4,7 @@ > persists when the model changes isn't the agent; it's the room: the shared > work, the memory, and the way a desk stands. -**Open source · [github.com/jennyf19/the-workshop](https://github.com/jennyf19/the-workshop)** — a .NET 10 dashboard over your local Copilot CLI sessions. Run `Start.bat` and you have a board. +**Open source · [github.com/github/awesome-copilot](https://github.com/github/awesome-copilot/tree/main/plugins/the-workshop)** — a Copilot CLI plugin that puts a room of desks over your local Copilot CLI sessions. Install it and you have a board. --- @@ -151,11 +151,20 @@ Skills (input) → A room of desks does the work → Signals (output) ## Get it -The workshop is **open source**. The app, the docs, and a 2-minute -getting-started walkthrough live at -[**github.com/jennyf19/the-workshop**](https://github.com/jennyf19/the-workshop). -It builds and runs today — a .NET 10 Blazor dashboard over your local Copilot -CLI sessions; run `Start.bat` and you have a board. +The workshop is **open source** and ships as a Copilot CLI plugin on +[**awesome-copilot**](https://github.com/github/awesome-copilot/tree/main/plugins/the-workshop). +Install the room — the coordinator, the skills, and the desks: + +``` +copilot plugin install the-workshop@awesome-copilot +``` + +Then add the live board — the Cairn canvas dashboard that shows every desk's +pulse right in the GitHub Copilot app: + +``` +copilot plugin install signals-dashboard@awesome-copilot +``` Follow along: [**The Wow Signal**](https://jenny424241.substack.com) — ongoing experiments in human-AI co-creation.