Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:21 +08:00
commit 6a99732c80
13 changed files with 641 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "tr",
"description": "TokenRoll standard Claude Code plugin for internal team use",
"version": "1.1.2",
"author": {
"name": "DJJ & Danniel"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}