Loading...
Loading...
Project-specific environment setup for issue workflows. Calculates test ports and provides initialization context for minions.
npx skill4agent add edanstarfire/claudecode_webui custom-environment-setupissue_numberTest Server Configuration:
- Backend Port: ${BACKEND_PORT} (8000 + issue_number % 1000)
- Vite Port: ${VITE_PORT} (5000 + issue_number % 1000)
- Data Directory: Default (data/) - DO NOT use --data-dir flag/status_workers# Check backend ports
lsof -i :8000-8999 2>/dev/null | grep LISTEN
# Check vite ports
lsof -i :5000-5999 2>/dev/null | grep LISTENInvoke custom-environment-setup skill with issue_number=$1