Claude Code Plugins

Community-maintained marketplace

Feedback

build-deploy

@nghyane/llm-mux
199
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name build-deploy
description Build llm-mux binary and run locally for development/debugging

Overview

Build and run llm-mux locally for development. For production, use install.sh or Docker.

Paths

Item Path
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