.agents/skills/live-runner/SKILL.md
--- name: live-runner description: Запуск скриптов, серверов, тестов, билдов на лету. Реалтайм-мониторинг, точечная остановка процессов, отладка по ходу выполнения. Триггеры: «запусти», «прогони», «проверь», «почини», «останови», «посмотри логи», «на ходу», «реалтайм», «realtime», «на лету», «мониторь», «отслеживай», «проверяй в процессе». --- # Live Runner — запуск и управление процессами на лету ## Контекст ИИ не ждёт. Запускает скрипты/серверы/тесты/билды сразу. Мониторит вывод в реальном
npx skillsauth add kissrosecicd-hub/agents-evolution .agents/skills/live-runnerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ИИ не ждёт. Запускает скрипты/серверы/тесты/билды сразу. Мониторит вывод в реальном времени. Ловит ошибки, чинит, перезапускает. Точечно останавливает процессы по PID/имени.
run_shell_command — нужный скрипт/командаis_background: true — серверы, watchers, долгие процессыis_background: false — одноразовые команды (тесты, линтеры, билды)timeout — явно указывай для долгих операцийkill <PID> — конкретный процесс по PIDpkill -f <pattern> — по имени/паттернуtmux kill-pane / kill-session — при tmux-воркерахУспешно отладил процесс? → запиши в скилл:
«запусти», «прогони», «проверь», «почини», «останови», «посмотри логи», «на ходу», «реалтайм», «realtime», «на лету», «мониторь», «отслеживай», «проверяй в процессе»
✅ Правильно:
run_shell_command: "npm run dev", is_background: true
→ мониторю вывод
→ вижу ошибку порта 3000
→ kill PID, меняю порт, перезапуск
→ проверка — работает
❌ Неправильно:
run_shell_command: "npm run dev", is_background: true
→ жду 5 минут
→ «сервер запущен» (не проверил вывод, он упал)
tools
KISS reference skill for v2rayA on Arch/Ubuntu/Fedora with TUN, RoutingA, DoH DNS and Outline key import.
testing
Identifies dependencies at heightened risk of exploitation or takeover. Use when assessing supply chain attack surface, evaluating dependency health, or scoping security engagements.
development
Run Semgrep static analysis scan on a codebase using parallel subagents. Supports two scan modes — "run all" (full ruleset coverage) and "important only" (high-confidence security vulnerabilities). Automatically detects and uses Semgrep Pro for cross-file taint analysis when available. Use when asked to scan code for vulnerabilities, run a security audit with Semgrep, find bugs, or perform static analysis. Spawns parallel workers for multi-language codebases.
development
Identifies error-prone APIs, dangerous configurations, and footgun designs that enable security mistakes. Use when reviewing API designs, configuration schemas, cryptographic library ergonomics, or evaluating whether code follows 'secure by default' and 'pit of success' principles. Triggers: footgun, misuse-resistant, secure defaults, API usability, dangerous configuration.