What problem does it solve? Claude Code stops running when the terminal closes, which breaks 24/7 features like the HTTP bridge, WebChat, webhooks, and scheduled crons. This Skill wraps Claude Code in the operating system's service manager so the agent keeps running continuously in the background. ## Core Features & Use Cases - Service Installation: Generates and installs a launchd plist on macOS or a systemd unit on Linux, preserving existing channel and session arguments. - Lifecycle Management: Check service status, view logs, and uninstall the service through simple commands. - Safety Guardrails: Requires explicit user confirmation before installing because the service runs with --dangerously-skip-permissions, and pre-checks ~/.claude/settings.json for skipDangerousModePermissionPrompt to prevent silent startup hangs. - Use Case: You want your agent's WebChat and scheduled crons available around the clock. Run the install action, confirm the permission warning, and the service starts automatically on boot. ## Quick Start Ask the agent to install the background service so Claude Code keeps running after the terminal closes, then confirm the permission warning when prompted.