Claude-skill-registry build-deploy

Build llm-mux binary and run locally for development/debugging

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/build-deploy" ~/.claude/skills/majiayu000-claude-skill-registry-build-deploy && rm -rf "$T"
manifest: skills/data/build-deploy/SKILL.md
source content

Overview

Build and run llm-mux locally for development. For production, use

install.sh
or Docker.

Paths

ItemPath
Binary
/Users/nghiahoang/Dev/CLIProxyAPI-Extended/llm-mux
Config
~/.config/llm-mux/config.yaml
Auth files
~/.config/llm-mux/auth/

Build & Run

pkill -f llm-mux; go build -o llm-mux ./cmd/server && ./llm-mux

Press

Ctrl+C
to stop.

Enable Debug Logging

Set in

~/.config/llm-mux/config.yaml
:

debug: true

When to use

  • Developing new features
  • Troubleshooting issues
  • Checking logs in real-time