Files
awesome-copilot/plugins/the-workshop/.github/plugin/plugin.json
T
Jenny Ferries bb838b0463 feat: add the-workshop plugin — multi-agent coordination with persistent desks
The Workshop puts long-running AI agents (desks) in the same room,
on the same work, each with its own memory and history, sharing one
workspace so you direct the work instead of relaying it.

Components:
- Workshop TA agent (room coordinator)
- Skills: desk-open, desk-journal, signal-write, bench-read
- Marketplace entry for one-command install

Install: copilot plugin install the-workshop@awesome-copilot

Complements Ember (partnership for one agent) with coordination
for many agents. Install both for the full stack.

Source: https://github.com/jennyf19/the-workshop

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62
2026-07-17 11:15:29 -07:00

28 lines
788 B
JSON

{
"name": "the-workshop",
"description": "Stop being the switchboard between your AI agents — direct a team. The Workshop puts long-running AI agents (desks) in the same room, on the same work, each with its own memory and history, sharing one workspace so you direct the work instead of relaying it.",
"version": "0.1.0",
"author": {
"name": "jennyf19"
},
"repository": "https://github.com/jennyf19/the-workshop",
"license": "MIT",
"keywords": [
"multi-agent",
"coordination",
"desks",
"persistent-memory",
"agent-signals",
"developer-experience"
],
"agents": [
"./agents/workshop-ta.agent.md"
],
"skills": [
"./skills/desk-open/",
"./skills/desk-journal/",
"./skills/signal-write/",
"./skills/bench-read/"
]
}