Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:46:56 +08:00
commit 6a89ebc4a7
5 changed files with 850 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "evaluator",
"description": "Skill evaluation and telemetry framework. Collects anonymous usage data and feedback via GitHub Issues and Projects. Privacy-first, opt-in, transparent. Helps improve ClaudeShack skills based on real-world usage.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Overlord-Z",
"email": "[email protected]"
},
"skills": [
"./skills/evaluator"
]
}