Use when adding on-device LLM inference (Ollama backend) to a vibe Next.js + Tauri app. Documents the contract a vibe app must implement so the SDK can route chat through a local model via localLLMProps — the Tauri command names, event names, and the React hook shape. Mention before wiring "offline AI", "local model", "on-device LLM", or "Ollama" support into a desktop build.
$npx -y skills add iblai/vibe --skill iblai-vibe-local-llmInstalls into the current project.
Run `npx skills use "https://github.com/iblai/vibe" --skill "iblai/vibe/iblai-vibe-local-llm"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/iblai/vibe" that are relevant to the current task. Run `npx skills add "https://github.com/iblai/vibe"` and select the relevant skills, then follow their instructions.