talsraviv/comedy-writers-room

6 stars · Last commit 2026-01-21

A Claude Code skill demonstrating subagent orchestration through comedy writing

README preview

# Comedy Writers Room

A Claude Code skill that demonstrates subagents by having one write jokes while three others play audience members reacting to them.

Video walkthrough of how to use this:

<a href="https://www.talraviv.co/p/i-wanted-to-understand-subagents">
  <img src="https://substack-video.s3.amazonaws.com/video_upload/post/185286108/38e36ff7-f8fa-45f5-bf2f-6688d800543b/transcoded-48883.png" width="400" alt="Watch the video">
</a>

## Why subagents?

Subagents are the equivalent of you opening additional side chats while using ChatGPT.

Say you're in a ChatGPT conversation (e.g. plan a surf trip), but you need to research something on the side (e.g. what wetsuit am I ok with). You don't want to derail the main thread, so you open a new tab, ask your question there, get an answer, then bring just the bottom line back to your original conversation.

**That's a subagent.** When Anthropic built "subagents" into Claude Code, they automated that plumbing. (If this sounds a lot like calling a tool, you're right. Manus calls this "[agent-as-a-tool](https://youtu.be/6_BcCthVvb8?si=3PscXsLC49odFlVk&t=2429)")

"Fresh side chats" are valuable for two reasons:

View full repository on GitHub →