registry/windows/SKILL.md
--- name: windows description: Note: Qwen 3 coder is a 30B parameter model requiring at least 24GB of VRAM to run smoothly. More is required for longer context lengths. metadata: source: llms.txt source_url: https://docs.ollama.com/llms-full.txt generated: 2026-02-22T13:35:54.604Z --- # Windows > Note: Qwen 3 coder is a 30B parameter model requiring at least 24GB of VRAM to run smoothly. More is required for longer context lengths. Note: Qwen 3 coder is a 30B parameter model requiring a
npx skillsauth add hk-vk/skills registry/windowsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Note: Qwen 3 coder is a 30B parameter model requiring at least 24GB of VRAM to run smoothly. More is required for longer context lengths.
Note: Qwen 3 coder is a 30B parameter model requiring at least 24GB of VRAM to run smoothly. More is required for longer context lengths.
Python
JavaScript
embeddinggemma
qwen3-embedding
all-minilm
Qwen 3
GPT-OSS
DeepSeek-v3.1
DeepSeek R1
thinking models
curl -fsSL \
| sudo gpg --dearmor -o /usr/share/keyrings/nvidia-container-toolkit-keyring.gpg
curl -fsSL https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list \
| sed 's#deb https://#deb [signed-by=/usr/share/keyrings/nvidia-container-toolkit-keyring.gpg] https://#g' \
| sudo tee /etc/apt/sources.list.d/nvidia-container-toolkit.list
sudo apt-get update
URL: https://nvidia.github.io/libnvidia-container/gpgkey
Link: Configure the repository
curl -fsSL \
| sudo tee /etc/yum.repos.d/nvidia-container-toolkit.repo
Ollama Cloud
https://ollama.com/settings/keys
https://dgpu-docs.intel.com/driver/client/overview.html
https://amdgpu-install.readthedocs.io/en/latest/install-script.html#specifying-a-vulkan-implementation
Importing a Safetensors adapter
Importing a Safetensors model
Importing a GGUF file
Sharing models on ollama.com
fine tuning framework
Unsloth
MLX
API key
Link: Click on Use custom base URL and set it to `
API key
Link: Add the cloud configuration block to ~/.factory/config.json:
{
"custom_models": [
{
"model_display_name": "qwen3-coder [Ollama Cloud]",
"model": "qwen3-coder:480b",
"base_url": "
"api_key": "OLLAMA_API_KEY",
"provider": "generic-chat-completion-api",
"max_tokens": 128000
}
]
}
Link: Confirm API Host is ` and click Submit
API key
Link: In Goose, set API Host to `
API key
Link: Update OLLAMA_HOST to `
Claude Code
Codex
OpenCode
Droid
Goose
Pi
VS Code
Cline
Roo Code
JetBrains
Xcode
Zed
if running locally orhttp://host.docker.internal:11434` if running through docker and click Save
API key
Link: Set the API URL to `
instead ofhttp://127.0.0.1`.</Note>
Base URL if your Ollama instance is running remotely. The default is `
API key
Link: Enable Use custom base URL and set it to `
API key
Link: Select Internet Hosted and enter URL as `
API key
Link: Set the API URL to `
Format
Examples
Instructions
Notes
Reference these resources when working with Windows.
documentation
Documentation documentation and resources. Use this skill when working with Documentation or when the user mentions documentation.
documentation
Documentation documentation and resources. Use this skill when working with Documentation or when the user mentions documentation.
development
--- name: debugging-ag-ui-integrations description: The `encryptedContent` field enables privacy-preserving workflows where sensitive content (such as reasoning chains) can be passed across turns without exposing the raw content. This is particularly useful for zero data retention (ZDR) compliance and `store:false` scenarios. metadata: source: llms.txt source_url: https://docs.ag-ui.com/llms-full.txt generated: 2026-06-09T14:52:49.106Z --- # Debugging AG-UI Integrations > The `encryptedC
documentation
Docs documentation and resources. Use this skill when working with Docs or when the user mentions docs.