31 lines
698 B
JSON
31 lines
698 B
JSON
{
|
|
"name": "essential",
|
|
"description": "Documentation creation, code design, product strategy, and Notion integration for knowledge management",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Alvis",
|
|
"email": "zhongweili@tubi.tv"
|
|
},
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"UserPromptSubmit": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "${CLAUDE_PLUGIN_ROOT}/../../scripts/user-prompt-submit.sh ${CLAUDE_PLUGIN_ROOT}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |