Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:21 +08:00
commit 4de211b5a8
23 changed files with 8919 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "pixel-plugin",
"description": "Create, animate, and export pixel art using Aseprite through natural language and commands. Supports retro palettes, animation, dithering, and game engine export.",
"version": "0.5.0",
"author": {
"name": "Brandon Williams",
"url": "https://github.com/willibrandon"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}