qwen_agent/skills/developing/novare-context/.claude-plugin/plugin.json
2026-05-26 17:43:12 +08:00

14 lines
294 B
JSON

{
"name": "novare-context",
"description": "NOVAREの現在のユーザー詳細情報を自動的に読み込みます",
"hooks": {
"PrePrompt": [
{
"type": "command",
"command": "python hooks/pre_prompt.py"
}
]
},
"category": "Developer Tools"
}