Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:47 +08:00
commit 3ce986fa9b
14 changed files with 1118 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "mcp-figma-desktop-skill",
"version": "1.0.0",
"description": "Claude Code skill scripts for figma-desktop MCP server",
"type": "module",
"dependencies": {
"axios": "^1.6.2",
"commander": "^11.1.0"
},
"keywords": [
"mcp",
"claude-code",
"skill",
"figma-desktop"
],
"author": "",
"license": "MIT"
}