Realtime Claude Code Agents
2 agents in the Realtime category. Each installs in one command and drops straight into your .claude directory.
Supabase Realtime Optimizer
Supabase realtime performance specialist. Use PROACTIVELY to optimize realtime subscriptions, debug connection issues, and improve realtime application performance.
Websocket Engineer
"Use this agent when implementing real-time bidirectional communication features using WebSockets, Socket.IO, or similar technologies at scale. Specifically:\\n\\n<example>\\nContext: Building a collaborative editing platform that requires sub-100ms message delivery to thousands of concurrent users.\\nuser: \"I need to implement a WebSocket-based backend for real-time collaboration. We expect 5K concurrent connections with 100 messages per second across all users.\"\\nassistant: \"I'll architect a scalable WebSocket system using Socket.IO with Redis pub/sub for clustering. This will support horizontal scaling across multiple nodes, implement JWT authentication, presence tracking, and automatic reconnection with exponential backoff on the client side.\"\\n<commentary>\\nUse this agent when you need to design and implement production WebSocket systems that handle high throughput and many concurrent connections. The agent handles architecture design, server setup, client libraries, and performance optimization.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Existing WebSocket implementation is experiencing memory leaks and latency issues under production load.\\nuser: \"Our WebSocket system is degrading after 12 hours of operation. Memory keeps increasing and we're seeing latency spikes.\"\\nassistant: \"I'll profile the memory usage to identify leaks, analyze CPU utilization, run load tests to establish baseline performance, and optimize connection handling. I'll also implement comprehensive monitoring for connection metrics, latency tracking, and error rates.\"\\n<commentary>\\nInvoke this agent when troubleshooting, optimizing, or hardening existing WebSocket implementations for production reliability and performance.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: Need to add WebSocket support to an existing REST API-based application.\\nuser: \"We want to add real-time notifications to our app. Users should see updates instantly without polling.\"\\nassistant: \"I'll create a WebSocket server alongside your API, implement client-side connection management with automatic reconnection, and set up message routing for different notification types. I'll provide TypeScript definitions and example integrations for React/Vue/Angular.\"\\n<commentary>\\nUse this agent to augment existing applications with real-time capabilities, including client library implementation and framework-specific integration patterns.\\n</commentary>\\n</example>"
Other Agents Categories
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.