SS

Simplifies the implementation of SSE for real-time server-to-client push updates.

Install

mkdir -p .claude/skills/sse-streaming && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4898" && unzip -o skill.zip -d .claude/skills/sse-streaming && rm skill.zip

Installs to .claude/skills/sse-streaming

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Implement Server-Sent Events (SSE) for real-time updates with automatic reconnection and heartbeats. Use when building live dashboards, notifications, progress indicators, or any feature needing server-to-client push.
217 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Implement SSE server endpoints
  • Manage client connections
  • Broadcast real-time events
  • Handle heartbeats and reconnections

How it works

The skill provides a server-side implementation for pushing events over HTTP, including heartbeat management and client tracking.

Inputs & outputs

You give it
Real-time update requirements
You get back
SSE streaming implementation

When to use sse-streaming

  • Building live notification systems
  • Creating real-time dashboards
  • Implementing progress indicators
  • Server-to-client push messaging

About sse-streaming

Provides structures for Server-Sent Events (SSE) to enable real-time communication. It includes built-in logic for reconnection handlers and heartbeat management for stable connections.

Implement Server-Sent Events (SSE) for real-time updates with automatic reconnection and heartbeats. Use when building live dashboards, notifications, progress indicators, or any feature needing server-to-client push.

When not to use it

  • Bidirectional communication requirements
  • High-frequency data streams requiring low latency

Limitations

  • Unidirectional only
  • Requires disabling proxy buffering

How it compares

It provides a simple, unidirectional push mechanism compared to the complexity of WebSockets.

Compared to similar skills

sse-streaming side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
sse-streaming (this skill)16moNo flagsIntermediate
deepgram-performance-tuning327dReviewIntermediate
graphql66moNo flagsAdvanced
guidewire-sdk-patterns227dReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

deepgram-performance-tuning

jeremylongshore

Optimize Deepgram API performance for faster transcription and lower latency. Use when improving transcription speed, reducing latency, or optimizing audio processing pipelines. Trigger with phrases like "deepgram performance", "speed up deepgram", "optimize transcription", "deepgram latency", "deepgram faster".

333

graphql

davila7

GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.

624

guidewire-sdk-patterns

jeremylongshore

Master Guidewire SDK patterns including Digital SDK, REST API Client, and Gosu best practices. Use when implementing integrations, building frontends with Jutro, or writing server-side Gosu code. Trigger with phrases like "guidewire sdk", "digital sdk", "jutro sdk", "guidewire patterns", "gosu best practices", "rest api client".

215

groq-performance-tuning

jeremylongshore

Optimize Groq API performance with caching, batching, and connection pooling. Use when experiencing slow API responses, implementing caching strategies, or optimizing request throughput for Groq integrations. Trigger with phrases like "groq performance", "optimize groq", "groq latency", "groq caching", "groq slow", "groq batch".

111

openrouter-streaming-setup

jeremylongshore

Implement streaming responses with OpenRouter. Use when building real-time chat interfaces or reducing time-to-first-token. Trigger with phrases like 'openrouter streaming', 'openrouter sse', 'stream response', 'real-time openrouter'.

111

perplexity-multi-env-setup

jeremylongshore

Configure Perplexity across development, staging, and production environments. Use when setting up multi-environment deployments, configuring per-environment secrets, or implementing environment-specific Perplexity configurations. Trigger with phrases like "perplexity environments", "perplexity staging", "perplexity dev prod", "perplexity environment setup", "perplexity config by env".

210

Search skills

Search the agent skills registry