mcpbeat

Unity Blueprints

besty0728/unity-blueprints

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 "塔防怎么搭". 为小游戏提供起步架构蓝图(平台跳跃、射击、跑酷、解谜、塔防、点击、卡牌);当用户要从零开始做小游戏、搭建某类型的核心结构、或询问特定玩法怎么组织时使用。

353 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1536
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Besty0728/Unity-Skills --skill unity-blueprints

The instruction itself

4 sections, as written by the author

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.

How to use it

Copy the folder

Take besty0728/unity-blueprints from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.