From swarmdo-swarmllm
Configure SwarmLLM local inference with model selection, MicroLoRA fine-tuning, and SONA adaptation
How this skill is triggered — by the user, by Claude, or both
Slash command
/swarmdo-swarmllm:llm-config [--model MODEL] [--adapter microlora|sona][--model MODEL] [--adapter microlora|sona]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure SwarmLLM for local inference and fine-tuning.
Configure SwarmLLM for local inference and fine-tuning.
When you need to configure local LLM inference, create MicroLoRA adapters for task-specific fine-tuning, or set up SONA for real-time adaptation.
mcp__swarmdo__swarmllm_status to see current model and adapter statemcp__swarmdo__swarmllm_generate_config with model parametersmcp__swarmdo__swarmllm_microlora_create for task-specific adaptersmcp__swarmdo__swarmllm_microlora_adapt with training datamcp__swarmdo__swarmllm_sona_create for real-time neural adaptationmcp__swarmdo__swarmllm_sona_adapt with feedback signals| Feature | MicroLoRA | SONA |
|---|---|---|
| Speed | Minutes to train | <0.05ms adaptation |
| Scope | Task-specific fine-tuning | Real-time micro-adjustments |
| Persistence | Saved as adapter weights | Session-scoped |
| Use case | Specialized domain tasks | Continuous feedback loops |
npx claudepluginhub swarmdo/swarmdo --plugin swarmdo-swarmllmGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.