Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:54 +08:00
commit 8614f5e561
15 changed files with 1585 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "hookify",
"description": "Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns",
"version": "0.1.0",
"author": {
"name": "Daisy Hollman",
"email": "daisy@anthropic.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}