unity-blueprints

Generate lightweight Unity mini-game architecture blueprints with core loop, scenes, and scripts.

6|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-blueprints-dycuong03
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/dyCuong03/unity-agent-team/tree/main/.claude/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-blueprints-dycuong03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you avoid getting stuck on architecture when starting a small Unity mini-game by giving you a compact, actionable gameplay structure.

Core Features & Use Cases

  • Core loop: defines the gameplay heartbeat that your prototype should follow.
  • Recommended scenes & modules: suggests a minimal scene breakdown and component responsibilities.
  • Initial scripts & data/config assets: provides a short starting inventory so you can begin implementation immediately.
  • Deliberately keeps it simple: focuses on a lightweight vertical slice rather than a sprawling “future-proof” framework.

Quick Start

Ask for a minimal blueprint by saying: "Create a 2D platformer mini-game blueprint for a vertical slice, including the core loop, recommended scenes/modules, an initial script list, and the simplest data/config assets to start."

Frequently Asked Questions about unity-blueprints

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

FAQPage Schema
How do I plan Unity mini-game architecture for a vertical slice prototype?▼

Plan Unity mini-game architecture by generating a lightweight blueprint that defines the core gameplay loop, scene breakdown, module responsibilities, and initial script inventory. This replaces vague startup planning with a concrete structure tailored for vertical slices.

What is a core gameplay loop and scene module breakdown in Unity game design?▼

A core gameplay loop is the heartbeat of player actions and rewards, while scene and module breakdowns define the minimal structural components needed. A Unity blueprint maps these elements to enforce a simple, documentation-only starting architecture.

Can I use this Unity blueprint approach for different game genres like platformers or tower defense?▼

Yes, the blueprint approach fits common genres including platformers, shooters, runners, puzzles, tower defense, clickers, and card prototypes. It provides genre-appropriate core loops, scene recommendations, and data/UI guidance for early-stage development.

What's the best way to start building a 2D platformer vertical slice in Unity?▼

Start by requesting a minimal blueprint that outlines the core loop, recommended scenes, initial script list, and data/config assets. This gives you a compact, actionable structure to begin immediate implementation without over-engineering.

Does this Unity mini-game blueprint provide actual scripts and assets?▼

No, the blueprint operates in a documentation-only output mode. It provides a short starting inventory of recommended scripts and data/config assets to guide implementation, but does not generate the actual code or files.

Why should I avoid future-proof frameworks when prototyping a Unity mini-game?▼

Avoiding future-proof frameworks keeps your prototype lightweight and focused on the vertical slice. Deliberately maintaining a minimal structure prevents architecture paralysis and allows you to validate the core loop quickly.