Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:09 +08:00
commit afb8ef033a
11 changed files with 3286 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "meta",
"description": "Meta-tools for creating and managing Claude Code components. Generate skills, commands, agents, hooks, and plugins with proper structure and validation.",
"version": "0.4.0",
"author": {
"name": "Jace Babin",
"email": "jbabin91@gmail.com",
"url": "https://github.com/jbabin91"
},
"skills": [
"./skills"
]
}