·using-workflows
>_

using-workflows

andrelandgraf/fullstackrecipes

通过步骤、流式传输和代理执行创建并运行持久的工作流程。涵盖启动、恢复和保留工作流程结果。

41安装·0热度·@andrelandgraf

安装

$npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-workflows

SKILL.md

Create and run durable workflows with steps, streaming, and agent execution. Covers starting, resuming, and persisting workflow results.

Use getRun to reconnect to an in-progress or completed workflow:

When streaming UIMessageChunk responses to clients (e.g., chat messages), you must signal the start and end of the stream. This is required for proper stream framing with WorkflowChatTransport.

通过步骤、流式传输和代理执行创建并运行持久的工作流程。涵盖启动、恢复和保留工作流程结果。 来源:andrelandgraf/fullstackrecipes。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-workflows
分类
>_效率工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 using-workflows?

通过步骤、流式传输和代理执行创建并运行持久的工作流程。涵盖启动、恢复和保留工作流程结果。 来源:andrelandgraf/fullstackrecipes。

如何安装 using-workflows?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-workflows 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/andrelandgraf/fullstackrecipes