Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Ports

Check what's using shella ports (47100-47199). Use when debugging port conflicts or seeing what's running.

majiayu000 7d8f2f2 2 files · 951 B Updated 567 repo stars

File contents

Shella Port Check

Show what processes are using ports in the shella range.

Port Ranges

  • 47100: Daemon API
  • 47101-47199: Plugin instances
  • 47200: Standalone plugin dev (npm run dt dev plugin <name>)

Command

lsof -i :47100-47200 -P -n 2>/dev/null | grep LISTEN

Output

Show a table of:

  • Port number
  • Process name
  • PID
  • What it likely is (daemon, plugin instance, standalone dev)

If nothing is listening, say so.

If there are unexpected processes (not node), flag them as potential conflicts.

majiayu000/claude-skill-registry-data/tree/main/data/ports commit 7d8f2f2026

Frequently asked questions

npx skillmds add majiayu000/ports