Add automatic stream recovery to AI chat with WorkflowChatTransport, start/resume API endpoints, and the useResumableChat hook.
resumable-ai-streams follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: resumable-ai-streams description: Add automatic stream recovery to AI chat with WorkflowChatTransport, start/resume API endpoints, and the useResumableChat hook. --- # Resumable AI Response Streams To set up Resumable AI Response Streams, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/resumable-ai-streams` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/resumable-ai-streams ```