npx claudepluginhub danielrosehill/claude-code-plugins --plugin agent-relayThis skill uses the workspace's default tool permissions.
Stream new messages from a session, starting from the last known cursor.
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.
Stream new messages from a session, starting from the last known cursor.
--follow option--follow flag (loop continuously, checking for new messages every 2–5 seconds)--follow flag.${CLAUDE_USER_DATA:-${XDG_DATA_HOME:-$HOME/.local/share}/claude-plugins}/agent-relay/cursors/<session>.txt (default to 0 if file doesn't exist).read_inbox with the session_id and since_cursor parameter.--follow is set, loop back to step 3 after a short sleep (2–5 seconds); otherwise exit.$CLAUDE_USER_DATA/agent-relay/cursors/.download_blob if needed.--follow processes should log or summarize activity periodically.