Resolve Port Conflicts

Identifies and terminates processes that are occupying a specified network port.

Updated Nov 29, 2025
One-click install
npx skills add https://github.com/endlessblink/pomo-flow --skill resolve-port-conflicts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Resolve Port Conflicts
Source: https://github.com/endlessblink/pomo-flow/tree/main/archive/.old-pomo-flow-worktrees/pomo-flow-ui/.claude/skills/port-manager
Command: npx skills add https://github.com/endlessblink/pomo-flow --skill resolve-port-conflicts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill quickly resolves common port conflicts that prevent your development server from starting or cause tests to fail, ensuring a smooth and consistent development environment.

Core Features & Use Cases

  • Port Identification: Quickly find processes occupying critical ports like 5546.
  • Process Termination: Safely kill conflicting processes to free up ports.
  • Server Health Check: Verify if your application server is running and accessible.
  • Use Case: Your npm run dev command fails because port 5546 is already in use. Use this skill to identify and terminate the rogue process, then restart your server without hassle.

Quick Start

Resolve a port conflict on port 5546 and restart the development server.