·process-manager
</>

process-manager

edanstarfire/claudecode_webui

Safely start, monitor, and stop processes by PID across platforms. Use when managing background servers, finding running processes, or ensuring clean process termination.

1Installs·0Trend·@edanstarfire

Installation

$npx skills add https://github.com/edanstarfire/claudecode_webui --skill process-manager

SKILL.md

Why? Killing by name/pattern can terminate unrelated processes, including user's production services.

The $! variable contains the PID of the last background process.

2. Record PID - Write it down or store in variable

Safely start, monitor, and stop processes by PID across platforms. Use when managing background servers, finding running processes, or ensuring clean process termination. Source: edanstarfire/claudecode_webui.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/edanstarfire/claudecode_webui --skill process-manager
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is process-manager?

Safely start, monitor, and stop processes by PID across platforms. Use when managing background servers, finding running processes, or ensuring clean process termination. Source: edanstarfire/claudecode_webui.

How do I install process-manager?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/edanstarfire/claudecode_webui --skill process-manager Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/edanstarfire/claudecode_webui