# Ports

> Load port mappings for all projects when working with networking, docker-compose, or service configuration

- Skill: `eron1703/ports` (Agent Skill)
- Install (CLI): `npx skillmds@latest add eron1703/ports`
- Raw SKILL.md: https://api.skillmd.com/api/skills/eron1703/ports/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: eron1703 (https://skillmd.com/u/eron1703)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/eron1703/ports

---


# Port Configuration

Use commander-mcp tools for live port data:
- `get_context_ports` — full port allocation table
- `list_ports` — port list with optional conflict detection
- `get_port(port_number)` — what uses a specific port

For manual reference: `cat ~/projects/claude-config-loader/config/ports.yaml`

Use this information when:
- Working with docker-compose files
- Configuring service URLs
- Troubleshooting connection issues
- Adding new services
- Checking for port conflicts

