Files
2025-11-29 17:52:20 +08:00

34 lines
736 B
JSON

{
"name": "web",
"description": "Web development tools including UX design, growth optimization, rapid prototyping, and browser automation via MCP",
"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}"
}
]
}
]
},
"mcp": [
"./mcp.json"
]
}