Leaderboard/Automation/unsloth-buddy
Last commit on May 6, 2026·Created on March 15, 2026

TYH-labs/unsloth-buddy

Fits bigger models onto smaller GPUs without losing accuracy.
Combined rank
#641
across all skills
In Automation
#43
category rank
Stars
279
+1.1% in last 7d
Forks
15
+7.1% in last 7d
Watchers
1
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill guides fine-tuning and reinforcement learning for large language models using the Unsloth library, which cuts VRAM usage by up to 80% with zero accuracy loss. It helps ML engineers and AI researchers training on limited hardware—consumer GPUs, Apple Silicon Macs, or free Colab T4s—by handling environment setup, LoRA patching, data formatting, and deployment export to GGUF, Ollama, or vLLM. The assistant follows a structured 7-phase lifecycle from project initialization through evaluation, demo generation, and memory reflection.

WHO IT'S FOR
ML Engineers Fine-Tuning LLMs
fine-tune language models with limited VRAM
Apple Silicon ML Practitioners
train models on Mac using mlx-tune
AI Researchers Doing RL Fine-Tuning
apply reinforcement learning to align models
Developers Deploying Fine-Tuned Models
export and deploy models to production
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

I’m using

Claude Code marketplace

Installs: Full unsloth-buddy repository, including its sub-skills and utility scripts. · Claude Code

Before you start
  • Claude Code
  • Python 3.10+
  • Platform requirements: Apple Silicon M1–M4 requires Python ≤ 3.12 and mlx-tune rather than CUDA; Linux/WSL with an NVIDIA GPU requires CUDA 11.8, 12.1, or 12.4+ and Python 3.10+; Windows requires a conda environment with Python 3.12.

Platform: Apple Silicon M1–M4, Linux/WSL with NVIDIA GPU, or Windows, subject to the documented Python and backend restrictions.

  1. In a Claude Code agent session, add the repository as a plugin marketplace and then install its unsloth-buddy plugin by entering both commands in order.

    /plugin marketplace add TYH-labs/unsloth-buddy
    /plugin install unsloth-buddy@TYH-labs/unsloth-buddy
.claude-plugin/marketplace.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Plan a first fine-tuning run

Uses unsloth-buddy

  • [TASK]: what the model should learn to do
  • [DATA DESCRIPTION OR PATH]: a description of the available dataset or a local path used as a placeholder
  • [GOOGLE COLAB, LOCAL NVIDIA GPU, APPLE SILICON MAC, OR UNDECIDED]: the intended training environment
Use the unsloth-buddy skill to plan, but not execute, a first fine-tuning run. My task is [TASK], my available data is [DATA DESCRIPTION OR PATH], and my intended training environment is [GOOGLE COLAB, LOCAL NVIDIA GPU, APPLE SILICON MAC, OR UNDECIDED]. Ask the documented initial environment question, assess which supported fine-tuning approach fits the task, and give me a concise recommended next step. Stop before installing dependencies, creating files, or starting training.
SKILL.md · Checked Sep 18, 2026