Mineru98 Llm Proxy Skills
mineru98-llm-proxy-skills is a Claude Code plugin for the Build phase that proxies logic tasks to Codex CLI and frontend UI/UX tasks to Gemini CLI via bundled skills.
Install llm-proxy-skills when you want Claude Code to route logic-heavy tasks to Codex CLI and frontend UI/UX work to Gemini CLI through one proxy skills bundle.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install mineru98-llm-proxy-skills@Mineru98/llm-proxy-skillsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:Mineru98/llm-proxy-skills") and the paste-ready config with skillselion.get_install_config("plugin:Mineru98/llm-proxy-skills").
What it does
mineru98-llm-proxy-skills is a development-focused Claude Code plugin that packages proxy skills for sending different kinds of work to the CLI best suited to handle them. The catalog describes logic optimization alongside frontend UI and UX skills, with keywords pointing at Logicmaster and Frontendmaster tasks routed through Codex CLI and Gemini CLI respectively. For solo builders juggling full-stack delivery, that means you can keep Claude Code as the orchestrator while offloading dense logic passes to Codex-shaped workflows and interface polish to Gemini-shaped workflows without manually context-switching every prompt. It fits build-phase integration shelves and also touches frontend implementation when you care about UX quality. It is an LLM routing bundle, not a replacement for your design system, test suite, or deploy pipeline—install when you already use or plan to use those CLIs and want agent-delegation baked into plugins. Verify CLI auth and local binaries before relying on it in production iterations.
Highlights
- Proxy pattern splits logic optimization (Logicmaster) and frontend UI/UX (Frontendmaster) workloads
- Uses Codex CLI for logic-oriented agent tasks per catalog description
- Uses Gemini CLI for frontend and UX-oriented agent tasks
- Single development-category plugin bundle for multi-CLI workflows
- Suited when one Claude Code session should delegate specialized work to the right CLI
Why builders use it
One coding agent struggles to be equally strong at deep logic refactors and polished frontend UX without manual CLI switching.
After install, your Claude Code workflow can delegate logic optimization and frontend UI/UX work to Codex and Gemini CLIs through a single proxy skills plugin.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is mineru98-llm-proxy-skills for?
It is for developers who run Claude Code as the hub and want proxy skills that hand logic work to Codex CLI and UI/UX work to Gemini CLI.
When should I use mineru98-llm-proxy-skills?
Use it during build and integration when you are splitting logic optimization from frontend polish and want the agent to pick the right CLI automatically.
How do I add mineru98-llm-proxy-skills to my agent?
Register Mineru98/llm-proxy-skills in Claude Code, install Codex CLI and Gemini CLI per their docs, authenticate both, then enable the single bundled proxy plugin before sessions.
Comments
Share how you use mineru98-llm-proxy-skills, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.