Back to list
nghyane

build-deploy

by nghyane

AI Gateway: Claude Pro, Copilot, Gemini subscriptions → OpenAI/Anthropic/Gemini APIs. No API keys needed.

273🍴 84📅 Jan 23, 2026

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

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

Score

Total Score

85/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

+5
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon