background
Installation
SKILL.md
Background Task Runner
Execute the following task in the background:
$ARGUMENTS
Use the appropriate background execution method:
- For agent tasks: Use Task tool with
run_in_background=true - For shell commands: Use Bash tool with
run_in_background=true
Return immediately after starting the background task. Inform the user:
- That the task is running in background
- How to check its status or output later (using TaskOutput tool or /tasks command)