What is process-management?
Linux process management and control Source: chaterm/terminal-skills.
Linux process management and control
Quickly install process-management AI skill to your development environment via command line
Source: chaterm/terminal-skills.
Overview Linux process viewing, signal handling, resource limiting and other management skills.
| Process unresponsive | strace -p PID to view system calls | | CPU 100% | top, perf top to analyze hotspots | | Memory leak | pmap -x PID, /proc/PID/smaps | | Zombie process | Find parent process, restart or kill parent | | Process OOM killed | dmesg | grep -i oom |
Linux process management and control Source: chaterm/terminal-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chaterm/terminal-skills --skill process-management Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
Stable fields and commands for AI/search citations.
npx skills add https://github.com/chaterm/terminal-skills --skill process-managementLinux process management and control Source: chaterm/terminal-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chaterm/terminal-skills --skill process-management Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/chaterm/terminal-skills