unity-blueprints

Generates starter architecture blueprints for small Unity game genres.

Updated Aug 18, 2026
One-click install
npx skills add https://github.com/ethanJPope/Our-Main-Hackathon-Game --skill unity-blueprints-ethanjpope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/ethanJPope/Our-Main-Hackathon-Game/tree/main/.agents/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/ethanJPope/Our-Main-Hackathon-Game --skill unity-blueprints-ethanjpope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new mini-game or vertical slice often leads to over-engineered frameworks or unstructured code. This Skill provides a lightweight architecture skeleton so you begin with the smallest viable structure instead of template sprawl. ## Core Features & Use Cases - Genre Blueprints: Covers 2D platformer, top-down shooter, endless runner, puzzle, tower defense, clicker/incremental, and card/turn-based prototypes. - Structured Output: Delivers core loop, recommended scenes, modules, initial script list, data/config assets, UI responsibilities, and simplification guidance. - Use Case: When starting a tower defense prototype from scratch, request a blueprint to get a minimal scene layout, script inventory, and config asset plan before writing any code. ## Quick Start Ask for a starter architecture blueprint for a 2D platformer mini-game including scenes, scripts, and data assets.

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 from scratch?

Request a blueprint for your genre to receive a core loop definition, recommended scenes, module breakdown, and an initial script list. The output favors the smallest viable structure over reusable framework code.

What game genres does this blueprint skill support?

It supports 2D platformer, top-down shooter, endless runner, puzzle/interaction, tower defense, clicker/incremental, and card/turn-based prototypes. Each blueprint is tailored to the genre's core loop and module needs.

What does a Unity game blueprint output include?

Each blueprint includes the core loop, recommended scenes, recommended modules, an initial script list, data/config assets, UI responsibilities, and guidance on what to deliberately keep simple.

When should I not use a starter architecture blueprint?

Avoid blueprints when you need production-grade frameworks or large reusable systems. This skill intentionally delivers minimal skeletons for mini-games and vertical slices, not future-proof template sprawl.

Does the blueprint skill generate actual Unity scripts?

No, it is documentation-only and produces an architecture plan with a script inventory rather than full implementations. You use the blueprint as a guide when writing the actual C# scripts.