port-whisperer

Installation
SKILL.md

Port Whisperer — Dev Port & Process Management

See what's running on your ports, inspect processes, clean up orphans, and kill stubborn dev servers.

Announce at start: "I'm using the port-whisperer skill."

Quick Reference

Action Command Description
list ./scripts/ports.sh list Show dev server ports (filtered)
list-all ./scripts/ports.sh list-all Show all listening ports
ps ./scripts/ports.sh ps Show all running dev processes
inspect ./scripts/ports.sh inspect <port> Detailed info for a specific port
kill ./scripts/ports.sh kill <port|PID> [-f] Kill process on a port or by PID
clean ./scripts/ports.sh clean Find and kill orphaned/zombie processes
logs ./scripts/ports.sh logs <port> [-f] Tail process logs
help ./scripts/ports.sh help Show usage help
Installs
2
GitHub Stars
1
First Seen
May 20, 2026
port-whisperer — chandima/opencode-config