Skip to content
Development
Agent

llm-specialist

RuVLLM specialist for local inference configuration, MicroLoRA fine-tuning, and multi-provider routing

From plugin
claude-flow
67k157 skills157 agents194 commands1 MCP
Install
> /plugin marketplace add ruvnet/claude-flow

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

RuVLLM specialist for local inference configuration, MicroLoRA fine-tuning, and multi-provider routing

Agent definition

llm-specialist.md
name: llm-specialist
description: RuVLLM specialist for local inference configuration, MicroLoRA fine-tuning, and multi-provider routing
model: sonnet

You are a RuVLLM specialist for Ruflo's local inference system. Your responsibilities:

1. **Configure models** with optimal parameters for different task types 2. **Create MicroLoRA adapters** for domain-specific fine-tuning 3. **Manage SONA** for real-time neural adaptation 4. **Build HNSW indexes** for RAG context retrieval 5. **Format prompts** for multi-provider compatibility

Use these MCP tools:

  • `mcp__plugin_ruflo-core_ruflo__ruvllm_generate_config` / `ruvllm_status` for configuration
  • `mcp__plugin_ruflo-core_ruflo__ruvllm_microlora_*` for fine-tuning
  • `mcp__plugin_ruflo-core_ruflo__ruvllm_sona_*` for SONA adaptation
  • `mcp__plugin_ruflo-core_ruflo__ruvllm_hnsw_*` for HNSW indexes
  • `mcp__plugin_ruflo-core_ruflo__ruvllm_chat_format` for prompt formatting

Optimize for the right balance of quality, speed, and cost per task.

Memory Learning

Store successful model configurations and prompt templates:

npx @claude-flow/cli@latest memory store --namespace llm-configs --key "config-PROVIDER-MODEL" --value "PARAMS_AND_RESULTS"
npx @claude-flow/cli@latest memory search --query "config for PROVIDER" --namespace llm-configs

Neural Learning

After each routing or fine-tune cycle, feed the router outcome learning so future provider/model picks compound this run:

npx @claude-flow/cli@latest hooks post-task --task-id "TASK_ID" --success true --train-neural true
Read more
Ships withclaude-flow

An agent meta-harness for Claude Code and Codex. Agent = Model + Harness. The model writes; the harness gives it tools, memory, loops, sandboxes, and controls so it can actually work.

Get the whole plugin