소개
The Port Allocator skill streamlines local development by managing port assignments across your projects. It automatically scans your code directories for projects containing a package.json and reserves a dedicated 10-port block for each (e.g., 3000-3009). This organization prevents 'port already in use' errors and ensures that when Claude restarts a service, it only kills processes within the specific project's range, protecting your other active development environments from accidental disruption.