·wave-executor
</>

wave-executor

EPIC 層バッチ パイプラインのフレッシュ プロセス オーケストレーション。 Claude Agent SDK を介して Wave ごとに新しい 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。

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 を介して Wave ごとに新しい 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 を介して Wave ごとに新しい 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 で使用できるようになります

ソースリポジトリはどこですか?

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