Test llm-mux IR translator - cross-format API translation
Installation
$skills install @nghyane/llm-mux-test
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorynghyane/llm-mux
Path.opencode/skill/llm-mux-test/SKILL.md
Branchmain
Scoped Name@nghyane/llm-mux-test
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: llm-mux-test description: Test llm-mux IR translator - cross-format API translation
Quick Start
Run server in background
pkill -f llm-mux; go build -o llm-mux ./cmd/server && ./llm-mux
Run test
bun .opencode/skill/llm-mux-test/sdk_tests.ts
