What problem does it solve?
This Skill solves the problem of speeding up complex software work that takes multiple file edits, exploration, and iterative refinement by delegating it to specialized coding agent CLIs running in the background.
Core Features & Use Cases
- Background coding delegation: Runs Codex, Claude Code, or Pi coding agents via OpenSquilla process tools so work can proceed while you continue other tasks.
- Correct workspace targeting: Uses a focused
workdir so the agent operates in the intended project directory (including safe temp repos for scratch work).
- Supervised process control: Lets you monitor logs, poll completion, and manage input/output through
background_process + process actions.
Use Case: Refactor a large codebase by spawning an agent in a dedicated project directory, letting it explore files and implement changes, then reviewing the resulting diffs and outputs after completion.
Quick Start
Start a background Codex run in your project directory and watch its output until it finishes.