Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:35 +08:00
commit 86bde46ab1
4 changed files with 278 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "skill-evaluator",
"description": "Evaluate Claude Code skills against best practices including size, structure, examples, and prompt engineering quality. Provides comprehensive analysis with actionable suggestions.",
"version": "0.1.0",
"author": {
"name": "Hans L'Hoest",
"email": "2922363+lhohan@users.noreply.github.com"
},
"skills": [
"./skills"
]
}