the signals and their derived score are provisional and subject to change.
validate manually before sharing.
0824f4ee04fc3305a3b99743f40d1420869029e6none
skill/SKILL.mdTool: unspecified---
name: smolbsd
description: >
Complete smolBSD platform expertise — the entire framework for building minimal NetBSD microVMs.
Covers full lifecycle: SMOLerfile (Dockerfile-compatible) authoring, manual service directory creation,
the dual build system (smoler.sh high-level vs bmake low-level), mkimg.sh image creation internals,
startnb.sh QEMU/Firecracker PVH boot (~10ms), OCI registry push/pull (oras), networking & port publishing,
bidirectional VirtIO sockets, BIOS/baremetal boot with confservice/crush/crush.jsonTool: crush{
"$schema": "https://charm.land/crush.json",
"options": {
"disable_provider_auto_update": true,
"disable_metrics": true
},
"providers": {
"ollama": {
"name": "llama.cpp",
"base_url": "http://192.168.1.1:4000/v1/",
"type": "openai-compat",
"models": [
{
"name": "llama.cpp Qwen 3.6 27B",
"id": "Qwen3.6-27B-Q5_K_M.gguf",
"context_window": 128000,
"default_max_tokens": 20000
}
]
}
}
}
none