Agent Skills
› Besty0728/Unity-Skills
› unity-blueprints
unity-blueprints
GitHub为Unity小游戏提供轻量级起步架构蓝图,涵盖平台、射击、跑酷等七种类型。适用于从零开始搭建核心结构或询问特定玩法组织方式时,输出最小可行方案,避免过度设计。
Trigger Scenarios
用户要求从零开始制作小游戏
询问特定游戏类型(如平台跳跃、塔防)的核心结构搭建方法
需要小游戏初始架构建议
Install
npx skills add Besty0728/Unity-Skills --skill unity-blueprints -g -y
SKILL.md
Frontmatter
{
"name": "unity-blueprints",
"description": "Advises on starter architecture blueprints for small games — platformer, shooter, runner, puzzle, tower-defense, clicker, card. Use when starting a small game from scratch, scaffolding a genre's core structure, or asking how to organize a specific game type, even if the user just says \"做个平台跳跃\" or \"塔防怎么搭\". 为小游戏提供起步架构蓝图(平台跳跃、射击、跑酷、解谜、塔防、点击、卡牌);当用户要从零开始做小游戏、搭建某类型的核心结构、或询问特定玩法怎么组织时使用。"
}
Unity Gameplay Blueprints
Use this skill when starting a new mini-game or vertical slice and a lightweight architecture skeleton is more useful than raw code volume.
Supported Blueprint Styles
- 2D platformer
- top-down shooter
- endless runner
- puzzle / interaction game
- tower defense
- clicker / incremental
- card / turn-based prototype
Output Format
- Core loop
- Recommended scenes
- Recommended modules
- Initial script list
- Data/config assets
- UI responsibilities
- What to deliberately keep simple
Guardrails
Mode: Documentation only — no REST skills to gate; load freely under any operating mode (Approval / Auto / Bypass).
- Provide the smallest viable blueprint, not a giant reusable framework.
- Prefer a short script inventory over “future-proof” template sprawl.
Version History
- ec9f870 Current 2026-07-05 14:39


