Routes your coding queries to locally running LLMs like Ollama, LM Studio, or Jan when you're offline or in air-gapped networks. The big idea here is Serena MCP integration, which you call first to get actual semantic code understanding (symbols, references, type info) before hitting the LLM. This cuts down on token waste and makes edits more precise since you're working with symbol-level operations instead of grep-style text matching. The implementation includes service discovery, task classification, and automatic model selection based on query type. Honestly most useful in secure or defense environments where internet-connected AI is off the table.
npx -y skills add hoodini/ai-agents-skills --skill local-llm-router --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot