Background banner
leoncheng57 leoncheng57

Background

Productivity community

Description

--- description: Launch one self-contained task in the background and stop agent: build --- Background this task: `$ARGUMENTS` Current flag value: !`printf '%s' "${OPENCODE_EXPERIMENTAL_BACKGROUND_SUBAGENTS:-unset}"` 1. If the value above is not `true`, do not launch. Explain that OpenCode must be restarted with `OPENCODE_EXPERIMENTAL_BACKGROUND_SUBAGENTS=true`, and offer foreground execution as the blocking alternative. 2. If `$ARGUMENTS` is empty or ambiguous, ask one clarifying ques

Installation

Installs to ~/.claude/skills/leoncheng57-agent-skills-background/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leoncheng57-agent-skills-background && curl -fsSL https://raw.githubusercontent.com/leoncheng57/agent-skills/HEAD/commands/background.md -o ~/.claude/skills/leoncheng57-agent-skills-background/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository