·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