From huddle
Read unread messages from a huddle (marks them as read). Use when the user types /huddle_read <name>.
How this skill is triggered — by the user, by Claude, or both
Slash command
/huddle:huddle_readThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The huddle name is: $ARGUMENTS
The huddle name is: $ARGUMENTS
Call the mcp__huddle__read_messages tool with huddle set to that value (default mark_read=true). If $ARGUMENTS is empty, call mcp__huddle__list_huddles first and ask which to read.
Display each returned message in chronological order with the sender's name and body.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub drewburlingame/huddle-mcp --plugin huddle