unity-blueprints

Generates starter architecture blueprints for small Unity games across seven genres.

2|Updated May 18, 2026
One-click install
npx skills add https://github.com/pcone-mm/NewFPG --skill unity-blueprints-pcone-mm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/pcone-mm/NewFPG/tree/main/.agents/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/pcone-mm/NewFPG --skill unity-blueprints-pcone-mm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new mini-game from scratch often leads to over-engineered frameworks or unstructured code. This Skill provides lightweight, genre-specific architecture skeletons so you can scaffold a platformer, shooter, runner, puzzle, tower defense, clicker, or card game without building a bloated template. ## 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, module list, initial script inventory, data/config assets, and UI responsibilities. - Minimalism Guardrails: Deliberately keeps the blueprint small, favoring a short script list over future-proof template sprawl. - Use Case: You want to build a tower defense game in Unity. Ask for a blueprint and receive a lean architecture covering the core loop, scenes, scripts, and config assets to start coding immediately. ## Quick Start Ask the assistant to outline a starter architecture blueprint for a 2D platformer in Unity, including the core loop, scenes, and initial scripts.

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?

Start with a genre-specific blueprint that defines the core loop, recommended scenes, modules, and an initial script list. This Skill generates that skeleton for seven common genres, keeping the architecture minimal so you can iterate quickly.

What game genres does this Unity 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 follows the same output format of core loop, scenes, modules, scripts, and config assets.

How to plan a tower defense game architecture in Unity?

Request a tower defense blueprint to get the core loop, scene breakdown, module responsibilities, initial script inventory, and data/config asset plan. The output deliberately stays small so you avoid building an oversized framework before gameplay is proven.

Does this skill generate actual Unity scripts or just documentation?

It is documentation-only and produces architecture guidance, not executable code or REST integrations. It lists recommended scripts and modules, but you write the implementation yourself based on the blueprint.

When should I not use a starter blueprint for a Unity game?

Avoid it when building a large production game that needs a full framework, or when you already have an established architecture. The blueprints target small games and vertical slices where a lightweight skeleton beats a reusable template.