unity-blueprints

Generate lightweight Unity architecture blueprints for mini-games and prototypes.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-blueprints-lrbjk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/lrbjk/FenShen_Remake_V0/tree/main/.codex/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/lrbjk/FenShen_Remake_V0 --skill unity-blueprints-lrbjk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a compact starting architecture for small Unity games and prototypes, removing uncertainty about project structure, scene layout, and minimal script responsibilities so creators can produce playable vertical slices quickly.

Core Features & Use Cases

  • Compact architecture skeleton: outlines the core gameplay loop, recommended scenes, and clear module boundaries to avoid overengineering.
  • Focused script and asset list: recommends a short inventory of initial scripts, data/config assets, and UI responsibilities to get a prototype running.
  • Use Case: Scaffold a playable 2D platformer prototype with a main scene, player controller, level manager, simple UI, and one or two enemy behaviors without building a full production framework.

Quick Start

Create a minimal Unity blueprint for a 2D platformer including core loop, recommended scenes, modules, and an initial script list.

Frequently Asked Questions about unity-blueprints

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

FAQPage Schema
How do I structure a small Unity game prototype without overengineering?▼

A Unity prototype architecture blueprint outlines the core gameplay loop, recommended scenes, and clear module boundaries to prevent overengineering while scaffolding a playable vertical slice quickly.

What scripts and modules do I need for a 2D platformer prototype in Unity?▼

For a 2D platformer prototype in Unity, you need a focused script list including a player controller, level manager, simple UI, and one or two enemy behaviors to get the prototype running without building a full production framework.

Can I use this Unity blueprint approach for tower defense and endless runner prototypes?▼

Yes, you can use this Unity blueprint approach for tower defense and endless runner prototypes, as well as top-down shooters, puzzles, clickers, and card-based prototypes when a compact project skeleton is needed.

What's the best way to plan initial data and config assets for a Unity mini-game?▼

The best way to plan data and config assets for a Unity mini-game is to generate a focused asset inventory alongside UI responsibilities and an initial script list, keeping the prototype intentionally simple.

Does this Unity blueprint generation include UI responsibilities and scene layout?▼

Yes, this Unity blueprint generation includes UI responsibilities and scene layout, producing recommended scenes, core gameplay loops, module boundaries, and guidance on what to keep intentionally simple for small games.