From agent-relay
Use when you need to create a new session for participants to communicate through.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin agent-relayThis skill uses the workspace's default tool permissions.
Create a named messaging session on the relay between two or more client participants.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Create a named messaging session on the relay between two or more client participants.
daniel-hannah-coordination)claude-daniel-desktop, claude-hannah-laptop)create_session MCP tool with name, participants array, and description.${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/agent-relay/sessions.txt for reference.send-message and tail-session operations.