unity-blueprints

Generate starter architecture blueprints for Unity mini-game prototypes.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/mufengbufeng/EF --skill unity-blueprints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/mufengbufeng/EF/tree/main/UnityProject/.claude/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/mufengbufeng/EF --skill unity-blueprints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting a new Unity mini-game can involve duplicative structure; this skill provides a lightweight architecture blueprint to kickstart a new Unity mini-game or vertical slice, prioritizing structure over large codebases.

Core Features & Use Cases

  • Architectural skeleton for common Unity genres including 2D platformer, top-down shooter, endless runner, puzzle, tower defense, clicker, and card game.
  • Output guidance detailing core loop, recommended scenes, modules, initial script inventory, data/config assets, UI responsibilities, and a simple guardrail to keep scope small.
  • Use Case: When prototyping a new mini-game, apply this blueprint to quickly scaffold a maintainable starting point without boilerplate bloat.

Quick Start

Create a minimal Unity mini-game blueprint for a platformer, including core loop, scenes, modules, and a small initial script inventory.

Frequently Asked Questions about unity-blueprints

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to scaffold a Unity mini-game architecture during early prototyping?

The best way to scaffold a Unity mini-game architecture is to use a lightweight blueprint that defines the core loop, recommended scenes, modules, and initial script inventory, keeping the structure maintainable without boilerplate bloat.

How do I structure a new Unity prototype to avoid duplicative boilerplate code?

To structure a new Unity prototype without duplicative boilerplate, apply a blueprint that provides an architectural skeleton detailing data assets, UI responsibilities, and a lean guardrail to keep scope small and prioritized over large codebases.

Can I get a starter architecture blueprint for specific Unity genres like 2D platformers or tower defense?

Yes, you can get starter architecture blueprints for specific Unity genres including 2D platformers, top-down shooters, endless runners, puzzles, tower defenses, and card or turn-based prototypes during early prototyping.

Does the Unity mini-game blueprint include guidance on data assets and UI responsibilities?

Yes, the Unity mini-game blueprint includes output guidance detailing data and config assets, UI responsibilities, initial script inventory, and recommended scenes to kickstart your vertical slice.

When should I not use a pre-built architectural skeleton for a Unity game?

You should not use a pre-built architectural skeleton if your project requires a large, complex codebase rather than a lightweight, maintainable starting point, as this blueprint is designed to keep early prototyping scope small.