Files
gh-antoncoding-claude-track/.claude-plugin/plugin.json
2025-11-29 17:57:14 +08:00

15 lines
336 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
]
}