Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use to select models to run locally with llama.cpp and GGUF on CPU, Mac Metal, CUDA, or ROCm. Covers finding GGUFs, quant selection, running servers, exact GGUF file lookup, conversion, and OpenAI-compatible local serving.
.claude/skills/sediman-agent-huggingface-local-models/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 3% | 0% |
Search the Hugging Face Hub for llama.cpp-compatible GGUF repos, choose the right quant, and launch the model with llama-cli or llama-server.
apps=llama.cpp.https://huggingface.co/<repo>?local-app=llama.cpp..gguf filenames with https://huggingface.co/api/models/<repo>/tree/main?recursive=true.llama-cli -hf <repo>:<QUANT> or llama-server -hf <repo>:<QUANT>.--hf-repo plus --hf-file when the repo uses custom file naming.bashbrew install llama.cpp winget install llama.cpp
bashgit clone https://github.com/ggml-org/llama.cpp cd llama.cpp make
bashhf auth login
texthttps://huggingface.co/models?apps=llama.cpp&sort=trending https://huggingface.co/models?search=Qwen3.6&apps=llama.cpp&sort=trending https://huggingface.co/models?search=<term>&apps=llama.cpp&num_parameters=min:0,max:24B&sort=trending
bashllama-cli -hf unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M llama-server -hf unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M
bashllama-server \ --hf-repo unsloth/Qwen3.6-35B-A3B-GGUF \ --hf-file Qwen3.6-35B-A3B-UD-Q4_K_M.gguf \ -c 4096
bashhf download <repo-without-gguf> --local-dir ./model-src python convert_hf_to_gguf.py ./model-src \ --outfile model-f16.gguf \ --outtype f16 llama-quantize model-f16.gguf model-q4_k_m.gguf Q4_K_M
bashllama-server -hf unsloth/Qwen3.6-35B-A3B-GGUF:UD-Q4_K_M
bashcurl http://localhost:8080/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer no-key" \ -d '{ "messages": [ {"role": "user", "content": "Write a limerick about exception handling"} ] }'
?local-app=llama.cpp page.UD-Q4_K_M instead of normalizing them.Q4_K_M unless the repo page or hardware profile suggests otherwise.Q5_K_M or Q6_K for code or technical workloads when memory allows.Q3_K_M, Q4_K_S, or repo-specific IQ / UD-* variants for tighter RAM or VRAM budgets.mmproj-*.gguf files as projector weights, not the main checkpoint.imatrix.https://github.com/ggml-org/llama.cpphttps://huggingface.co/docs/hub/gguf-llamacpphttps://huggingface.co/docs/hub/main/local-appshttps://huggingface.co/docs/hub/agents-localhttps://huggingface.co/spaces/ggml-org/gguf-my-repo| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 16,142 | 10,152 | -37% | 1 | 1 | 0% | 3,160 | 3,401 | +8% | 0 | 0 | — |
case-02 | fail→pass | 13,768 | 6,800 | -51% | 1 | 1 | 0% | 2,471 | 2,513 | +2% | 0 | 0 | — |
case-03 | fail→fail | 13,329 | 11,072 | -17% | 1 | 1 | 0% | 2,520 | 3,291 | +31% | 0 | 0 | — |
case-04 | pass→pass | 13,598 | 8,047 | -41% | 1 | 1 | 0% | 2,243 | 2,548 | +14% | 0 | 0 | — |
case-05 | pass→pass | 8,089 | 4,393 | -46% | 1 | 1 | 0% | 1,293 | 1,862 | +44% | 0 | 0 | — |
case-06 | pass→pass | 12,191 | 5,305 | -56% | 1 | 1 | 0% | 2,154 | 2,199 | +2% | 0 | 0 | — |
case-07 | pass→pass | 11,631 | 8,205 | -29% | 1 | 1 | 0% | 2,009 | 2,687 | +34% | 0 | 0 | — |
case-08 | pass→pass | 10,996 | 7,540 | -31% | 1 | 1 | 0% | 1,972 | 2,582 | +31% | 0 | 0 | — |
case-09 | fail→fail | 5,850 | 3,795 | -35% | 1 | 1 | 0% | 1,123 | 1,870 | +67% | 0 | 0 | — |
case-10 | fail→pass | 7,751 | 3,457 | -55% | 1 | 1 | 0% | 1,279 | 1,774 | +39% | 0 | 0 | — |
case-11 | fail→pass | 10,843 | 3,188 | -71% | 1 | 1 | 0% | 1,848 | 1,788 | -3% | 0 | 0 | — |
case-12 | pass→pass | 7,361 | 3,375 | -54% | 1 | 1 | 0% | 1,289 | 1,817 | +41% | 0 | 0 | — |
case-13 | pass→pass | 6,583 | 2,713 | -59% | 1 | 1 | 0% | 1,176 | 1,647 | +40% | 0 | 0 | — |
case-14 | pass→pass | 5,697 | 3,295 | -42% | 1 | 1 | 0% | 941 | 1,701 | +81% | 0 | 0 | — |
case-15 | pass→pass | 17,462 | 17,800 | +2% | 1 | 1 | 0% | 2,787 | 4,137 | +48% | 0 | 0 | — |
case-16 | fail→pass | 8,722 | 2,838 | -67% | 1 | 1 | 0% | 1,607 | 1,661 | +3% | 0 | 0 | — |
case-17 | pass→pass | 5,563 | 2,763 | -50% | 1 | 1 | 0% | 941 | 1,675 | +78% | 0 | 0 | — |
case-18 | fail→pass | 18,255 | 1,907 | -90% | 1 | 1 | 0% | 3,130 | 1,516 | -52% | 0 | 0 | — |
case-19 | pass→pass | 9,177 | 6,680 | -27% | 1 | 1 | 0% | 1,520 | 2,336 | +54% | 0 | 0 | — |
case-20 | pass→pass | 10,676 | 8,197 | -23% | 1 | 1 | 0% | 2,051 | 2,757 | +34% | 0 | 0 | — |
case-21 | pass→pass | 7,105 | 7,466 | +5% | 1 | 1 | 0% | 1,224 | 2,539 | +107% | 0 | 0 | — |
case-22 | pass→pass | 17,850 | 13,575 | -24% | 1 | 1 | 0% | 3,178 | 3,683 | +16% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +27 percentage points is the difference between those two pass rates over the 22 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.