From watercooler
Lists and navigates watercooler threads by status or topic. Shows active discussions, thread details, and ball holders.
How this skill is triggered — by the user, by Claude, or both
Slash command
/watercooler:threadsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Arguments: $ARGUMENTS
Arguments: $ARGUMENTS
open or closed: Filter by status<topic>: Show specific thread details--raw: Show full JSON responseLoad tool:
ToolSearch: select:mcp__watercooler__watercooler_list_threads
Execute:
mcp__watercooler__watercooler_list_threads()
Present results:
Load tool:
ToolSearch: select:mcp__watercooler__watercooler_read_thread
Execute (use summary_only=true to keep response under ~500 tokens):
mcp__watercooler__watercooler_read_thread(topic="<topic>", summary_only=true)
Present:
open/OPEN, closed/CLOSED)watercooler_list_threads (same as Mode 1)status field--raw FlagWhen --raw is present (in any mode), show the full JSON response after the
human-readable summary. This is consistent with the recall skill behavior.
/threads - List all threads/threads open - Show only open threads/threads mcp-migration - Show specific thread details/threads --raw - Full JSON outputnpx claudepluginhub mostlyharmless-ai/watercooler --plugin watercoolerCreates, lists, closes, and resumes persistent context threads for cross-session work. Useful for tracking decisions, open questions, or ongoing investigations across multiple Claude Code sessions.
Creates, lists, closes, and resumes persistent context threads for cross-session knowledge storage. Useful for tracking decisions or ongoing work across multiple Claude Code sessions.
Searches threads with filters including role, type, date range, thread topic, and status. Supports AND/OR token matching for multi-keyword queries.