[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-135":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":15,"starSnapshotCount":15,"syncStatus":13,"lastSyncTime":28,"discoverSource":29},135,"character-animation-creator-skill","tachikomared\u002Fcharacter-animation-creator-skill","tachikomared","Character Animation Creator Skill for Codex and GPT Web Agent — generates game-ready animations and sprites from reference images or text prompts",null,"Python",216,24,2,1,0,22,23,44,66,4.19,false,"main",true,[],"2026-06-12 02:00:08","# Character Animation Creator Skill\n\n## Showcase\n\nWatch the skill in action — generating a complete 64×64 character spritesheet from a single prompt:  \n**[View on X (Twitter)](https:\u002F\u002Fx.com\u002Fsmolekoma\u002Fstatus\u002F2051075092847919276?s=20)**\n\n---\n\n**For:** Codex (OpenAI) and GPT Web Agent  \n**Purpose:** Generate game-ready 64×64 pixel-art character spritesheets with 8-direction animations from a text prompt or reference image.\n\n## What It Does\n\n```text\n\"Use game-character-64 to make a 64x64 knight with 8-direction walk and attack\nanimations from this image.\"\n```\n\nGiven a concept or reference image, this skill:\n\n1. **Establishes character identity** — species, class, silhouette, palette, weapon, outfit.\n2. **Generates a canonical base sprite** — a readable 64×64 pixel-art character.\n3. **Produces animation strips** — idle, walk, attack for all 8 directions (24 rows × 6 columns).\n4. **Runs pixel cleanup** — quantizes palettes, snaps edges, handles alpha.\n5. **Validates the atlas** — checks frame integrity and generates a contact sheet.\n6. **Packages output** — final spritesheet + QA report ready for import into RPGs, roguelikes, top-down action games, or tactics engines.\n\n## Default Output Layout\n\n```\nrun\u002F\n├── prompts\u002F\n├── generated\u002F              # raw strips from image generation\n├── final\u002F\n│   ├── character-sheet.png\n│   └── character-sheet-clean.png\n└── qa\u002F\n    ├── validation.json\n    └── contact-sheet.png\n```\n\n## Direction Set\n\nDefault 8-direction order:\n\n```text\nsouth, south-east, east, north-east, north, north-west, west, south-west\n```\n\n## Animation Rows\n\n| Action  | Frames | Notes                        |\n|---------|--------|------------------------------|\n| idle    | 4      | padded to 6 cells            |\n| walk    | 6      | full cycle                   |\n| attack  | 6      | full cycle                   |\n\n**Default atlas:** `384 × 1536` (6 columns × 24 rows × 64px).\n\nSmaller scopes available:\n- `walk-only`: 8 rows × 6 frames\n- `idle-walk`: 16 rows × 6 frames\n- `combat`: idle + walk + attack for all 8 directions\n\n## Quick Use Example\n\n```text\n\"Use game-character-64 to make a 64x64 knight with 8-direction walk and attack\nanimations from this image.\"\n```\n\n## Scripts\n\n- `scripts\u002Fpixel_snap.py` — alpha threshold, palette quantization, pixelate-scale edge hardening\n- `scripts\u002Fvalidate_64_sheet.py` — frame validation + contact-sheet generation\n- `scripts\u002Fexport_animation_previews.py` — export GIF\u002FPNG previews per animation row\n\n## Requirements\n\n- Python 3.9+\n- Pillow (`pip install Pillow`)\n- Image generation backend (Codex\u002FGPT `$imagegen` or DALL-E \u002F Midjourney \u002F etc.)\n\n## License\n\nMIT — see [SKILL.md](SKILL.md) for full workflow documentation.\n","Character Animation Creator Skill 是一个用于生成游戏就绪的64×64像素艺术角色动画和精灵图的工具，支持从参考图片或文本提示中创建。其核心功能包括基于输入概念确立角色身份、生成基础精灵图、制作八方向行走与攻击动画序列、进行像素清理以优化视觉效果，并最终打包输出适用于RPG、roguelike等类型游戏的角色精灵图集及质量报告。该项目适合游戏开发者快速构建具有丰富动作表现的角色素材，尤其适用于需要定制化角色但又希望减少美术工作量的独立游戏开发场景。使用Python编写，依赖Pillow库处理图像，并可与Codex、GPT Web Agent等AI服务集成来增强图像生成能力。","2026-06-11 02:31:03","CREATED_QUERY"]