Agent skill
build-deploy
Build llm-mux binary and run locally for development/debugging
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/build-deploy
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?