Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:17:44 +08:00
commit 914a6ce528
14 changed files with 582 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "nft-rarity-analyzer",
"description": "Analyze NFT rarity scores and valuations across collections",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}