unity-blueprints

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

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Dylan8865/FinalYearProject --skill unity-blueprints-dylan8865
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/Dylan8865/FinalYearProject/tree/main/GameDev/Tester/.agents/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/Dylan8865/FinalYearProject --skill unity-blueprints-dylan8865

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new mini-game or vertical slice from scratch often leads to over-engineered frameworks or unstructured code. This Skill provides a lightweight architecture skeleton so you can organize a genre's core structure without building a giant reusable framework. ## 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 the core loop, recommended scenes, modules, initial script list, data/config assets, and UI responsibilities. - Scope Guardrails: Explicitly advises what to keep simple, favoring a short script inventory over future-proof template sprawl. - Use Case: When you say "做个平台跳跃" or "how do I structure a tower defense game", you get a minimal viable blueprint with scenes, scripts, and config assets to start coding immediately. ## Quick Start Ask for a starter architecture blueprint for a tower defense game in Unity, including its 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 blueprint that defines the core loop, recommended scenes, modules, and an initial script list. This Skill provides skeletons for platformer, shooter, runner, puzzle, tower defense, clicker, and card game prototypes.

What game genres does this Unity blueprint skill support?▼

It supports seven blueprint styles: 2D platformer, top-down shooter, endless runner, puzzle/interaction, tower defense, clicker/incremental, and card/turn-based prototypes.

What does a Unity game architecture blueprint include?▼

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

When should I not use a starter architecture blueprint?▼

Avoid blueprints when you need a large reusable framework or production-scale architecture. This Skill deliberately provides the smallest viable structure, not future-proof template sprawl for big projects.

Does this skill generate actual Unity scripts or just documentation?▼

It is documentation-only guidance. It advises on architecture, scene organization, and script inventories rather than emitting full implementations, and loads freely under any operating mode.