stop-dev

star 0

Stop the development server running on port 3000

Takashi-Matsumura By Takashi-Matsumura schedule Updated 3/18/2026

name: stop-dev description: Stop the development server running on port 3000 disable-model-invocation: true

Stop the development server:

  1. Find any process running on port 3000 with lsof -ti:3000
  2. If a process is found, kill it with kill $(lsof -ti:3000)
  3. If no process is found, inform the user that no server is running on port 3000
  4. Verify the port is freed
Install via CLI
npx skills add https://github.com/Takashi-Matsumura/3dball --skill stop-dev
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
Takashi-Matsumura
Takashi-Matsumura Explore all skills →