Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:45 +08:00
commit 62229c6c83
6 changed files with 919 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "cc-hooks",
"description": "Audio feedback system with multilingual TTS announcements, AI-powered contextual messages, and sound effects for Claude Code. Transform your coding experience with intelligent voice feedback that keeps you informed without breaking your flow.",
"version": "1.0.0",
"author": {
"name": "Husni Adil Makmur",
"email": "husniadil@gmail.com",
"url": "https://github.com/husniadil"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}