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,14 @@
{
"name": "figma-desktop-plugin",
"description": "Extract UI code, design tokens, and screenshots from Figma designs via desktop app. Use when implementing designs, building component libraries, or documenting design systems.",
"version": "0.5.1",
"author": {
"name": "ulasbilgen"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}