Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:54 +08:00
commit fd7783dada
13 changed files with 2154 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "context-efficient-tools",
"description": "CLI tool skills that minimize context usage through targeted extraction instead of reading entire files",
"version": "0.1.2",
"author": {
"name": "David Golden",
"email": "xdg@xdg.me"
},
"skills": [
"./skills"
]
}