What problem does it solve?
This skill solves the challenge of managing long-running, autonomous coding tasks by providing a structured, background-process-oriented workflow that ensures completion, notification, and proper environment isolation.
Core Features & Use Cases
- Background Execution: Offloads heavy coding tasks like refactoring or feature building to background processes, keeping your chat interface responsive.
- Multi-Agent Support: Seamlessly integrates with Claude Code, Codex, OpenCode, and Pi agents.
- Reliable Completion: Enforces a mandatory notification route pattern, ensuring you are alerted immediately when a task finishes or fails.
- Use Case: Use this to trigger a background refactoring of a large module or to run a batch of PR reviews across multiple git worktrees without blocking your current session.
Quick Start
Use the coding-agent skill to start a background task for building a new feature by providing the task description and the required notification route.