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
byportto specifically clear web service ports. - Visual Signal List: Use
-lfor an interactive TUI to explore signals. - JSON Support: Export signals to JSON for easy programmatic access.