Files
awesome-copilot/plugins/the-workshop/.github/plugin/plugin.json
T
Jenny Ferries 015abd15b1 fix: address all 8 review comments
- Add YAML front matter to workshop-ta agent (name + description)
- Fix agent path: use 'workshop-ta' not './agents/workshop-ta.agent.md'
- Sort skills alphabetically in plugin.json
- Make Cairn dashboard reference conditional (full plugin from source repo)
- Update signal-write: write JSON to .signals/ AND note in journal
- Add partnership signal type to signal-write skill
- Inline CAIRN disposition in agent (treat external CAIRN.md as optional)
- Run npm run build to regenerate marketplace.json and docs

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

28 lines
770 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": [
"workshop-ta"
],
"skills": [
"./skills/bench-read/",
"./skills/desk-journal/",
"./skills/desk-open/",
"./skills/signal-write/"
]
}