unity-blueprints

Provides a skeletal Unity project blueprint with folders, core loop, and starter files for rapid prototyping of 2D games.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/muddyrain/valley-mas --skill unity-blueprints-muddyrain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/muddyrain/valley-mas/tree/main/.codex/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/muddyrain/valley-mas --skill unity-blueprints-muddyrain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many Unity projects start from ad-hoc structures, leading to inconsistent architecture and slower prototyping. This Blueprint provides a minimal, cohesive starting point for common mini-game genres, helping teams spin up playable prototypes faster.

Core Features & Use Cases

  • Starter architecture: A minimal Unity project skeleton with a cohesive core loop, scene layout, and modular responsibilities.
  • Prototype readiness: Quick-start blueprint suitable for platformers, shooters, runners, puzzles, and tower-defense or card-style prototypes.
  • Use Case: Imagine you want a 2D platformer prototype; this blueprint offers a unified core loop, preliminary scene setup, and defined module ownership.

Quick Start

Create a new Unity project and apply the blueprint to initialize the core loop, scenes, and modules.

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 Unity prototype to avoid inconsistent architecture?

To structure a Unity prototype, use a minimal game architecture blueprint that prescribes a compact core loop, recommended scenes, modular responsibilities, and an initial script list to prevent ad-hoc project structures.

What is the best way to kickstart a small-scale Unity game design?

The best way to kickstart small-scale Unity game design is generating a starter structure with defined module ownership, data assets, and clear UI responsibilities, enabling rapid prototyping across genres like platformer, shooter, or puzzle.

Can I use this game architecture blueprint for a 2D platformer prototype?

Yes, you can use this game architecture blueprint for a 2D platformer prototype, as it supports common mini-game styles including platformer, runner, tower defense, clicker, and card-game formats.

How do I set up the initial scene layout and modules for a new Unity project?

Set up the initial scene layout by applying a cohesive blueprint to your new Unity project, which initializes the core loop, preliminary scene setup, and defined module ownership for quick prototyping.

Does this Unity blueprint include a starting script list and data config assets?

Yes, this Unity blueprint includes a prescribed initial script list and data configuration assets, ensuring a cohesive core loop and clear UI responsibilities for your mini-game prototype.