Skip to content
Development
Skill

/blueprints

Advise on starter architecture blueprints for small games. 为小游戏提供起步架构蓝图建议。

From plugin
unity-skills
1.6k74 skills5 commands
Install
$ npx -y skills add Besty0728/Unity-Skills --skill blueprints --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/blueprints

Context preview

The summary Claude sees to decide when to auto-load this skill.

Advise on starter architecture blueprints for small games. 为小游戏提供起步架构蓝图建议。

SKILL.md

blueprints.SKILL.md
name: unity-blueprints
description: Advise on starter architecture blueprints for small games. 为小游戏提供起步架构蓝图建议。

Triggers

  • Starting a small game from scratch
  • Scaffolding a genre core structure
  • Organizing a specific game type
  • 从零开始做小游戏、搭建某类型核心结构、组织特定玩法

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.
Ships withunity-skills

REST API-based AI-driven Unity Editor Automation Engine Let AI control Unity scenes directly through Skills 🎉 We are now indexed by DeepWiki! Got questions? Check out the AI-generated docs → The current official maintenance baseline is Unity 2022.3+.

Get the whole plugin