portless

Installation
SKILL.md

Stable Local Dev URLs

STABILIZE. Replace random port numbers with named URLs. Agents and browser automation need deterministic, discoverable URLs — portless provides them. myapp.localhost:1355 instead of localhost:3247.

Rules

  • Always use named URLs (myapp.localhost:1355) in browser automation, tests, and documentation — never hardcode port numbers
  • Always integrate via package.json scripts — don't rely on manual portless <name> invocations
  • One name per service — names are the contract, ports are the implementation detail
  • URL format: http://<name>.localhost:1355 — port 1355 is always part of the URL unless overridden

When to Integrate

Related skills
Installs
1
GitHub Stars
31
First Seen
Mar 6, 2026