Llm Config
Skill Verified ActiveConfigure RuVLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation
To provide users with precise control over their local RuVLLM inference setup, enabling model selection and tailored fine-tuning for specific tasks.
Features
- Configure RuVLLM local inference
- Model selection for local LLMs
- MicroLoRA adapter creation and adaptation
- SONA real-time adaptation setup
Use Cases
- When needing to set up a local LLM environment with specific model requirements.
- To create custom adapters for task-specific fine-tuning using MicroLoRA.
- When implementing real-time adaptation of LLM behavior with SONA.
- To manage and inspect the current state of RuVLLM configuration.
Non-Goals
- Managing cloud-based LLM deployments.
- General purpose code generation or analysis outside of LLM configuration.
- Directly training LLMs from scratch without using provided adapter methods.
Practical Utility
- info:Usage examplesWhile the argument hints and allowed tools are specified, concrete end-to-end examples demonstrating input, invocation, and output for the different configuration scenarios are not explicitly provided in the SKILL.md.
- info:Edge casesThe SKILL.md outlines the primary steps for configuration but does not explicitly document failure modes, limitations, or recovery steps for scenarios like invalid model names or adapter configurations.
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-ruvllm@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Implementing Llms Litgpt
100Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.
Unsloth
100Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
Setup Tailwind Typescript
100Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.
Setup
100Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.