Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:45:47 +08:00
commit 857aa79f37
12 changed files with 2705 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-skills-analyzer",
"description": "Analyze AI conversation exports to generate reusable Custom Skills",
"version": "1.2.0",
"author": {
"name": "Frank Harris",
"email": "frank@hirefrank.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}