Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:39 +08:00
commit 8457d2c114
12 changed files with 736 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "takushi-notifier",
"description": "Claude Assistantの応答を音声で読み上げるプラグインStyle-Bert-VITS2対応",
"version": "1.0.0",
"author": {
"name": "Yuri"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}