Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:53:14 +08:00
commit d9091f3793
14 changed files with 605 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "gas-fee-optimizer",
"description": "Optimize transaction gas fees with timing and routing recommendations",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}