بنقرة واحدة
work
Parallel file writes with transparent locking
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Parallel file writes with transparent locking
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Long-running iterative development loops. Run arbitrarily-long tasks without diluting model attention. Triggers: ralph, ralph loop, iterative loop, long-running task, development loop.
Full compactor reference — tool parameters, anti-patterns, sandbox languages, context budget, workflows.
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Context management — compact session, recall history, run code, search content.
Stats display — context savings, session metrics, compactions, sandbox and recall/search counters.
Helps you use the /unipi:btw side-conversation workflow effectively. Use when you want to think in parallel, ask side questions without interrupting ongoing work, or inject a side thread back into the main agent.
| name | work |
| description | Parallel file writes with transparent locking |
Read-write agent for parallel file modifications.
When writing a file, the lock is acquired automatically. If another agent holds the lock, your write waits transparently — you won't see errors.
src/auth.ts doesn't block src/login.tsSpawn work agents to modify different files in parallel.
spawn_helper({
type: "work",
prompt: "Refactor src/auth.ts to use async/await",
description: "Refactor auth module"
})