Chrisvoncsefalvay Funsloth
chrisvoncsefalvay-funsloth is a Claude Code plugin for the Build phase that guides Unsloth-based LLM fine-tuning, dataset handling, validation, and deployment-oriented model workflows.
Install this when you want a single Claude Code plugin to steer Unsloth fine-tuning from dataset prep through validation and Hugging Face–ready model output.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install chrisvoncsefalvay-funsloth@chrisvoncsefalvay/funslothBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:chrisvoncsefalvay/funsloth") and the paste-ready config with skillselion.get_install_config("plugin:chrisvoncsefalvay/funsloth").
What it does
chrisvoncsefalvay-funsloth is a Claude Code plugin aimed at solo and indie builders who are customizing language models with Unsloth instead of hand-rolling every training script. It packages a complete fine-tuning management flow: preparing and validating datasets, running LoRA or QLoRA training, and moving toward deployment artifacts you can host on Hugging Face. Use it when you already know you need a tuned model for a product feature, support bot, or vertical agent, and you want the agent to follow a consistent checklist rather than improvising notebook cells. The repo is small and focused—one plugin keyword cluster around training, validation, and workflow—so it complements generic coding skills rather than replacing MLOps platforms. It matters because fine-tuning mistakes (leaky data, wrong adapter settings, skipped validation) are expensive on GPU time; a guided plugin reduces rework for builders who are not full-time ML engineers.
Highlights
- End-to-end Unsloth fine-tuning workflow (dataset → train → validate)
- LoRA and QLoRA training paths for efficient GPU use
- Dataset generation, validation, and management steps in one bundle
- Hugging Face–oriented model deployment and export guidance
- Notebook-friendly workflow for iterative training runs
Why builders use it
Solo builders waste GPU cycles and ship brittle adapters because Unsloth fine-tuning steps are spread across notebooks, docs, and ad-hoc agent prompts.
After you add the plugin, Claude Code can follow a structured Unsloth workflow from dataset prep through training and validation toward a deployable Hugging Face model.
At a glance
- Type - Plugin in LLM Integration.
- Adoption - 0 installs, 5 stars, 0 votes.
FAQ
Who is chrisvoncsefalvay-funsloth for?
It is for solo and small-team builders who customize LLMs with Unsloth and want Claude Code to manage datasets, training, and validation in one repeatable flow.
When should I use chrisvoncsefalvay-funsloth?
Use it during Build when you are implementing a tuned model—after you have scoped the use case and before you wire the adapter into production inference.
How do I add chrisvoncsefalvay-funsloth to my agent?
Install or register the plugin from the chrisvoncsefalvay/funsloth repository in your Claude Code plugins setup, then invoke it when starting a fine-tuning or dataset task.
Comments
Share how you use chrisvoncsefalvay-funsloth, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.