·process-management
</>

process-management

Linux process management and control

27Installs·0Trend·@chaterm

Installation

$npx skills add https://github.com/chaterm/terminal-skills --skill process-management

How to Install process-management

Quickly install process-management AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/chaterm/terminal-skills --skill process-management
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: chaterm/terminal-skills.

SKILL.md

View raw

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

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/chaterm/terminal-skills --skill process-management
Category
</>Dev Tools
Verified
First Seen
2026-03-16
Updated
2026-03-16

Browse more skills from chaterm/terminal-skills

Quick answers

What is process-management?

Linux process management and control Source: chaterm/terminal-skills.

How do I install process-management?

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

Where is the source repository?

https://github.com/chaterm/terminal-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-16