live-runner

Launch and monitor scripts, servers, tests, and builds with stop-and-resume control.

31|4|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill live-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-runner
Source: https://github.com/kissrosecicd-hub/agents-evolution/tree/main/.agents/skills/live-runner
Command: npx skills add https://github.com/kissrosecicd-hub/agents-evolution --skill live-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Необходимость мгновенного запуска скриптов, серверов и тестов с наблюдением за их выводом в реальном времени и точной остановкой/поправкой по ходу выполнения.

Core Features & Use Cases

  • Запуск скриптов/серверов/тестов/билдов в нужном режиме (foreground/background) с мониторингом вывода.
  • Точечная остановка процессов по PID или имени; диагностика и повторный запуск по мере необходимости.
  • Мониторинг в реальном времени и оперативная отладка на лету.
  • Поддержка сценариев использования в процессе разработки и эксплуатации (CI/CD, локальные эксперименты, долгие сервисы).

Quick Start

Запусти команду в нужном режиме и начни мониторинг вывода в реальном времени.

Frequently Asked Questions about live-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run scripts in the background and monitor output in real time?

Launch scripts in the background and monitor output in real time by toggling the is_background parameter in run_shell_command. This enables immediate feedback and live debugging during execution.

What is the best way to stop a running process by PID or pattern?

Stop a running process through targeted stopping by PID or pattern matching. This provides precise on-demand control to halt specific scripts, servers, or builds without affecting other operations.

Can I specify a timeout for shell commands during live debugging?

Yes, you can specify timeout specifications for shell commands during live debugging. This enables precise stop-and-resume capabilities for controlling long-running services or local experiments.

Does live process monitoring work for CI/CD pipelines and long-running services?

Live process monitoring works for CI/CD pipelines and long-running services by supporting run_shell_command with background toggles. It delivers immediate feedback and operational diagnostics for development workflows.

How do I restart a stopped script after diagnosing an issue?

Restart a stopped script after diagnosing an issue by relaunching the command in your desired foreground or background mode. This supports on-demand control for iterative debugging and operations.