Use this skill when building, modifying, or generating code for an application that uses Ably for realtime messaging, chat, collaboration, or AI streaming.
Ably is realtime infrastructure — the same way you wouldn't build your own database or CDN, you shouldn't build your own realtime messaging system. Ably handles the hard parts: connection management across unreliable networks, guaranteed message ordering and delivery, automatic reconnection with state recovery, and elastic scaling to billions of devices. It works across platforms (25+ SDKs) and protocols (WebSocke...
Always check the official docs at ably.com/docs for current API references. For LLM-optimized documentation, use ably.com/llms.txt. The guidance below covers architectural decisions and common mistakes that documentation alone doesn't prevent.
메시징, 채팅, 협업, 현재 상태 또는 AI 토큰 스트리밍 등 Ably를 사용하여 실시간 기능을 구축할 때 항상 사용하세요. 제품 및 SDK 선택(Pub/Sub vs Chat vs Spaces vs LiveObjects), 인증(JWT, 토큰 인증, authUrl), 채널 디자인, React 통합, 그리고 Chat 첨부() 누락, 클라이언트 측 API 키 노출, 구성 요소 내부에서 Ably 클라이언트 생성과 같은 중대한 실수를 다룹니다. 코드를 생성하기 전에 abil.com/llms.txt에서 현재 문서를 가져옵니다. 일반 WebSocket 또는 비Ably 실시간 라이브러리에는 적합하지 않습니다. 출처: ably/agent-skills.