kill

Installation
SKILL.md

kill - Enhanced Process Termination

The kill module extends the system's ability to terminate processes by providing advanced features like killing process trees recursively or targeting processes based on the network ports they occupy.

When to Activate

  • When the user needs to terminate all processes listening on standard ports (80, 443).
  • When a TUI visualization of available signals is required.
  • When performing recursive process termination.
  • When checking signal lists in JSON format for automation.

Core Principles & Rules

  • Targeted Termination: Use byport to specifically clear web service ports.
  • Visual Signal List: Use -l for an interactive TUI to explore signals.
  • JSON Support: Export signals to JSON for easy programmatic access.

Patterns & Examples

Kill by Port

Related skills

More from x-cmd/skill

Installs
3
Repository
x-cmd/skill
GitHub Stars
20
First Seen
Apr 10, 2026