一键导入
local-inference-optimizer
Expert system for analyzing local hardware/software topology and providing actionable recommendations for LLM inference.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expert system for analyzing local hardware/software topology and providing actionable recommendations for LLM inference.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
(BETA) Use this skill to verify, maintain, and adapt the hardware recommendation logic (VRAM, TPS, Model specs) based on the upstream AlexsJones/llmfit Rust project.
Expert system for hardware analysis, real-time performance troubleshooting, and LLM optimization.
| name | local-inference-optimizer |
| description | Expert system for analyzing local hardware/software topology and providing actionable recommendations for LLM inference. |
Expert system for analyzing local hardware/software topology and providing actionable recommendations for LLM inference (Ollama, LM Studio, vLLM).
Use this skill when a user wants to:
100 GB/s: High Performance (Apple M-Series, Quad Channel, or High-end GPU VRAM).
memory_bandwidth_gbs is significantly lower than theoretical specs, suggest checking RAM slots (Dual Channel) or BIOS XMP/EXPO profiles.ModelSize = (Params * Quant) / 8 (e.g., 7B @ 4-bit ≈ 3.5GB).KVCache = ContextLength * Params * 0.0000006 (Rough estimate).num_ctx (context length) before dropping quantization quality.memory_limit_gb in .wslconfig is < 50% of total RAM, suggest increasing it.hasNvidiaRuntime is false, provide the nvidia-container-toolkit installation steps.OLLAMA_NUM_PARALLEL is missing, suggest setting it to 2 for multi-agent workflows.thermal_profile to check for frequency clipping or overheating.check_storage_health to verify if the model is on a slow HDD vs NVMe SSD.Always provide: