From 64060cf56648d8acfa43c601de0b6e0a8bc38802 Mon Sep 17 00:00:00 2001 From: Saim Shafique Date: Wed, 11 Mar 2026 20:06:41 +0500 Subject: [PATCH] feat(skills): add local-llm-expert (#266) * feat(skills): scaffold local-llm-expert skill structure * feat(skills): add constraints and core instructions to local-llm-expert * feat(skills): add local LLM inference and hardware capabilities * feat(skills): add behavioral traits and knowledge base to local-llm-expert * feat(skills): add examples and response approach to local-llm-expert * chore(registry): register local-llm-expert in skills_index.json * Update skills/local-llm-expert/SKILL.md Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> --------- Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: sck_0 --- skills_index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills_index.json b/skills_index.json index b6b98f87..dde9aa1c 100644 --- a/skills_index.json +++ b/skills_index.json @@ -12459,4 +12459,4 @@ "source": "community", "date_added": "2026-02-27" } -] \ No newline at end of file +]