unity-blueprints

Design starter architecture blueprints for small Unity games.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-blueprints-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-blueprints-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you start a small Unity game with a clear, lightweight architecture instead of overbuilding a reusable framework from scratch.

Core Features & Use Cases

  • Genre Starter Blueprints: Covers common mini-game types such as 2D platformers, top-down shooters, endless runners, puzzles, tower defense, clickers, and card prototypes.
  • Structure Guidance: Suggests the core loop, recommended scenes, main modules, initial scripts, data and config assets, and UI responsibilities.
  • Use Case: Useful when you need a fast vertical slice plan, a genre-specific scaffold, or a practical way to organize the first version of a new Unity game.

Quick Start

Ask for a minimal Unity blueprint for your chosen mini-game genre and include the core loop, scenes, modules, scripts, assets, and UI responsibilities you want outlined.

Frequently Asked Questions about unity-blueprints

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

FAQPage Schema
How do I scaffold architecture for a new Unity mini-game?

To scaffold a new Unity mini-game, request a blueprint specifying the core loop, scenes, modules, initial scripts, data assets, and UI responsibilities. This generates a lightweight architecture plan for small games, preventing the need to overbuild a reusable framework from scratch.

What is the best way to structure a vertical slice in Unity?

The best way to structure a vertical slice in Unity is to use a starter architecture blueprint that outlines a lightweight core loop, recommended scenes, main modules, and initial script inventory. This approach keeps the first version organized without overbuilding.

Can I get a recommended script inventory for a 2D platformer prototype?

Yes, you can get a recommended script inventory for a 2D platformer prototype. Requesting a genre-specific blueprint provides an initial script inventory alongside recommended scenes, modules, data and config assets, and explicit simplicity guardrails tailored to your game.

Does this approach work for tower defense and endless runner genres?

Yes, this approach works for tower defense and endless runner genres. The blueprint design covers common mini-game types including platformers, shooters, runners, puzzles, tower defense, clickers, and card prototypes, providing genre-specific scaffolding for each.

Why should I not build a reusable Unity framework from scratch?

You should not build a reusable Unity framework from scratch for small games because it leads to overbuilding. Using a lightweight architecture blueprint provides explicit simplicity guardrails, delivering a practical core loop and module structure without unnecessary complexity.