Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:59:36 +08:00
commit 3534b93889
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "concise-prompt",
"description": "Makes Claude responses concise by default. Use !verbose or !v to disable for specific prompts.",
"version": "1.0.0",
"author": {
"name": "Lukas"
},
"hooks": [
"./hooks/hooks.json"
]
}