From mlforge
This skill should be used when the user asks "should we fine-tune or prompt", "design a RAG system", "fine-tune this model", "build an LLM feature", "reduce LLM costs", "evaluate our LLM pipeline", "set up vLLM", "LoRA vs full fine-tuning", or needs guidance on LLM system architecture, fine-tuning strategy, prompt management, or LLM serving and cost optimization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mlforge:llm-engineeringThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Simplest approach that meets the quality bar wins — and the bar is an eval, defined before any approach is chosen. "We'll fine-tune" before "here's our eval set" = the project failing in advance.
Simplest approach that meets the quality bar wins — and the bar is an eval, defined before any approach is chosen. "We'll fine-tune" before "here's our eval set" = the project failing in advance.
EVAL BEFORE BUILD — NO APPROACH CHOSEN WITHOUT THE EVAL THAT JUDGES IT
EXHAUST EACH RUNG OF THE LADDER BEFORE CLIMBING
NEVER GUESS A FRAMEWORK KWARG — VERIFY AGAINST THE PINNED VERSION OR MARK # VERIFY
Plans must be grounded: verify API signatures and config keys against docs for the pinned version (transformers/peft/trl/vllm change every minor release). Pin with ==. Every VRAM/throughput/cost number shows its arithmetic.
Document the rung chosen and the eval delta that justified passing each cheaper one.
model-evaluation skill).ml-experiment-journal; plateaus → ml-iterate.params × 2 bytes + optimizer + activations ≤ 0.85 × VRAM. Show the math.Prompts in version control, code-level review bar; golden-input renders diffed in CI; model versions pinned and eval re-run on every provider bump (treat as dependency upgrade); (prompt version, model version, params) logged with every production response.
"Should we X" → recommendation with the ladder applied to their case, eval plan, cost arithmetic, kill criterion. Build requests → design or code with the eval harness included; runnable, pinned, no stubs.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub mbburabak/mlforge --plugin mlforge