# Syn GRAPHQL Subscriptions

> Operate, configure, troubleshoot, and manage GraphQL. Use for GraphQL engineering tasks, day-to-day operations, and production support.

- Skill: `legendtkl/syn-graphql-subscriptions` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-graphql-subscriptions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-graphql-subscriptions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-graphql-subscriptions

---


# GraphQL: real-time subscriptions

## When to use

Use this skill for real-time subscriptions in GraphQL. This skill
specifically handles real-time subscriptions and nothing else in the
GraphQL family.

## Procedure

Implement subscriptions over WebSockets with a pub/sub backend so clients receive live updates.

## Notes

This is the GraphQL skill dedicated to real-time subscriptions.
Sibling skills cover other GraphQL capabilities; this one
is the right choice only when the task is about real-time subscriptions.

