Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:14 +08:00
commit 5a3c7d745f
5 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-track",
"description": "Claude Track visual task management interface with drag-and-drop prioritization for Claude Code workflows",
"version": "1.0.0",
"author": {
"name": "Your Name",
"email": "[email protected]"
},
"skills": [
"./skills/"
],
"hooks": [
"./hooks/hooks.json"
]
}