nghyane

build-deploy

@nghyane/build-deploy
nghyane
267
80 forks
Updated 1/18/2026
View on GitHub

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

Installation

$skills install @nghyane/build-deploy
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Repositorynghyane/llm-mux
Path.opencode/skill/build-deploy/SKILL.md
Branchmain
Scoped Name@nghyane/build-deploy

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


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

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