Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:35 +08:00
commit 5a32a6e3b6
6 changed files with 407 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "local-brain",
"description": "Offload routine tasks (code review, doc analysis, planning) to local Ollama LLM models",
"version": "0.1.0",
"author": {
"name": "Ismael Martinez Ramos",
"email": "ismaelmartinez@gmail.com"
},
"skills": [
"./skills"
]
}