Skill · em Dados, IA e pesquisa
unsloth
Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/skills/ai-research/fine-tuning-unsloth - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- nenhum download no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
5 arquivos · 1.860,6 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/skills/unsloth/.
d=".claude/skills/unsloth" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/fine-tuning-unsloth" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/references/index.md" "$u/references/index.md" \ -o "$d/references/llms-full.md" "$u/references/llms-full.md" \ -o "$d/references/llms-txt.md" "$u/references/llms-txt.md" \ -o "$d/references/llms.md" "$u/references/llms.md"
Global: instala em ~/.claude/skills/unsloth/.
d="$HOME/.claude/skills/unsloth" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/fine-tuning-unsloth" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/references/index.md" "$u/references/index.md" \ -o "$d/references/llms-full.md" "$u/references/llms-full.md" \ -o "$d/references/llms-txt.md" "$u/references/llms-txt.md" \ -o "$d/references/llms.md" "$u/references/llms.md"
Codex
Neste projeto: instala em .agents/skills/unsloth/.
d=".agents/skills/unsloth" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/fine-tuning-unsloth" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/references/index.md" "$u/references/index.md" \ -o "$d/references/llms-full.md" "$u/references/llms-full.md" \ -o "$d/references/llms-txt.md" "$u/references/llms-txt.md" \ -o "$d/references/llms.md" "$u/references/llms.md"
Global: instala em ~/.agents/skills/unsloth/.
d="$HOME/.agents/skills/unsloth" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/fine-tuning-unsloth" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/references/index.md" "$u/references/index.md" \ -o "$d/references/llms-full.md" "$u/references/llms-full.md" \ -o "$d/references/llms-txt.md" "$u/references/llms-txt.md" \ -o "$d/references/llms.md" "$u/references/llms.md"
Antigravity
Neste projeto: instala em .agents/skills/unsloth/.
d=".agents/skills/unsloth" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/fine-tuning-unsloth" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/references/index.md" "$u/references/index.md" \ -o "$d/references/llms-full.md" "$u/references/llms-full.md" \ -o "$d/references/llms-txt.md" "$u/references/llms-txt.md" \ -o "$d/references/llms.md" "$u/references/llms.md"
Global: instala em ~/.gemini/antigravity-cli/skills/unsloth/.
d="$HOME/.gemini/antigravity-cli/skills/unsloth" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/ai-research/fine-tuning-unsloth" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/references/index.md" "$u/references/index.md" \ -o "$d/references/llms-full.md" "$u/references/llms-full.md" \ -o "$d/references/llms-txt.md" "$u/references/llms-txt.md" \ -o "$d/references/llms.md" "$u/references/llms.md"
Peça ao Rook
Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.unsloth
Prévia do SKILL.md
---
name: unsloth
description: Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
version: 1.0.0
author: Orchestra Research
license: MIT
tags: [Fine-Tuning, Unsloth, Fast Training, LoRA, QLoRA, Memory-Efficient, Optimization, Llama, Mistral, Gemma, Qwen]
dependencies: [unsloth, torch, transformers, trl, datasets, peft]
---
# Unsloth Skill
Comprehensive assistance with unsloth development, generated from official documentation.
## When to Use This Skill
This skill should be triggered when:
- Working with unsloth
- Asking about unsloth features or APIs
- Implementing unsloth solutions
- Debugging unsloth code
- Learning unsloth best practices
## Quick Reference
### Common Patterns
*Quick reference patterns will be added as you use the skill.*
## Reference Files
This skill includes comprehensive documentation in `references/`:
- **llms-txt.md** - Llms-Txt documentation
Use `view` to read specific reference files when detailed information is needed.
## Working with This Skill
### For Beginners
…