Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:50 +08:00
commit 13ef82d93b
5 changed files with 268 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "sgrep",
"description": "Lightning-fast semantic code search with auto-indexing. Automatically manages sgrep watch during Claude sessions.",
"version": "1.2.0",
"author": {
"name": "Rika Labs"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks/hooks.json"
]
}