SlayZone — управление фоновыми процессами

★ 6.5 · marketing

slay-processes is a Claude Code skill that lists and manages background processes of the SlayZone app via the slay CLI. It provides four commands: `slay processes list` displays all managed processes with their ID, status, label, command, PID, and start time; `slay processes logs <id>` prints the last N lines of a process output buffer (default 50); `slay processes kill <id>` terminates a running process; and `slay processes follow <id>` streams live output via SSE for active processes or dumps the full output immediately for finished ones. All commands require the SlayZone app to be running, as data comes from its HTTP API. The skill is intended for developers who need to monitor and control automation runners and managed child processes directly from Claude Code — separate from PTY terminal sessions handled by the slay-pty skill.