·wave-executor
</>

wave-executor

EPIC 级批处理管道的全新流程编排。通过 Claude Agent SDK 每波生成一个新的 Bun 进程,防止长时间运行的会话中与 GC 相关的崩溃。

28安装·0热度·@oimiragieo

安装

$npx skills add https://github.com/oimiragieo/agent-studio --skill wave-executor

如何安装 wave-executor

通过命令行快速安装 wave-executor AI 技能到你的开发环境

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

来源:oimiragieo/agent-studio。

SKILL.md

查看原文

Wave Executor runs EPIC-tier batch pipelines by spawning a fresh Claude Code process per wave via the Claude Agent SDK. Each wave gets a clean Bun runtime with zero accumulated spawn() or abortsignal state, preventing the JSC garbage collector use-after-free crash (oven-sh/bun, anthropics/claude-code#21875, #27003) that occurs when a single Bun process handles thousands of concurrent subagent spawns.

This is the framework's implementation of the Ralph Wiggum pattern: iteration over fresh processes with file-based coordination.

Key invariant: no single Bun process accumulates more than 100 spawns.

EPIC 级批处理管道的全新流程编排。通过 Claude Agent SDK 每波生成一个新的 Bun 进程,防止长时间运行的会话中与 GC 相关的崩溃。 来源:oimiragieo/agent-studio。

可引用信息

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

安装命令
npx skills add https://github.com/oimiragieo/agent-studio --skill wave-executor
分类
</>开发工具
认证
收录时间
2026-02-22
更新时间
2026-03-10

Browse more skills from oimiragieo/agent-studio

快速解答

什么是 wave-executor?

EPIC 级批处理管道的全新流程编排。通过 Claude Agent SDK 每波生成一个新的 Bun 进程,防止长时间运行的会话中与 GC 相关的崩溃。 来源:oimiragieo/agent-studio。

如何安装 wave-executor?

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

这个 Skill 的源码在哪?

https://github.com/oimiragieo/agent-studio