generate2dsprite

仓库创建 2026年4月24日最近提交 15 天前SkillHot 收录 21 天前
▸ 精选理由

适合游戏开发中快速产出或替换美术资源,支持多种风格与输出

这个 Skill 做什么

生成与后处理 2D 游戏精灵与动画表,支持多种美术风格与导出格式

把自然语言或参考风格描述翻成完整的 2D 精灵和动画表,包括 pixel-art、高清贴图、角色、投射物等,并能导出透明 GIF 或多种图集格式。需要游戏美术资源、人物或特效帧时用,它会推断资源规划、匹配美术风格并生成原始图集,再做抠色(chroma-key)清理、帧抽取和对齐等后处理。特点是从需求到成品一条龙,既能按参考风格制作也能输出适合游戏引擎的贴图。

▸ 展开 SKILL.md 英文原文

Generate and postprocess general 2D game assets and animation sheets: pixel-art sprites, clean HD map props, creatures, characters, NPCs, spells, projectiles, impacts, props, summons, and transparent GIF exports. Use when Codex should infer the asset plan from a natural-language request, match a reference or map art style, call built-in `image_gen` for solid-magenta raw sheets, and use the local processor only for chroma-key cleanup, frame extraction, alignment, QC, and transparent exports.

开发编程2D精灵动画表像素画资产生成通用
3.5k
Stars
341
Forks
3
仓库内 Skill
+339
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/0x0funky/agent-sprite-forge/main/skills/generate2dsprite/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/0x0funky/agent-sprite-forge/main/skills/generate2dsprite/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Generate2dsprite

Use this skill for self-contained 2D sprite or animation assets.

When a larger game or playable prototype needs sprites, use this skill for the visible sprite assets and keep runtime/game assembly separate. Do not replace requested sprite assets with code-drawn placeholders.

## Parameters

Infer these from the user request:

- `asset_type`: `player` | `npc` | `creature` | `character` | `spell` | `projectile` | `impact` | `prop` | `summon` | `fx`
- `action`: `single` | `idle` | `cast` | `attack` | `shoot` | `jump` | `hurt` | `combat` | `walk` | `run` | `hover` | `charge` | `projectile` | `impact` | `explode` | `death`
- `view`: `topdown` | `side` | `3/4`
- `sheet`: `auto
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有