feat: add workshop-create skill — two paths, never nest repos

Syncs with jennyf19/the-workshop PR #8 (merged). Adds the
workshop-create skill with Path A (existing dir) and Path B
(new GitHub repo), explicit guard against repo-in-repo nesting.
TA agent updated with workshop-create section.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 26faf13e-639c-4a21-ac05-c0dc2bff7c62
This commit is contained in:
Jenny Ferries
2026-07-18 18:58:31 -07:00
parent 92335e31aa
commit 5814c6eadb
5 changed files with 132 additions and 2 deletions
+2 -1
View File
@@ -22,6 +22,7 @@
"./skills/bench-read/",
"./skills/desk-journal/",
"./skills/desk-open/",
"./skills/signal-write/"
"./skills/signal-write/",
"./skills/workshop-create/"
]
}