unity-blueprints

Generates starter architecture blueprints for small Unity games across seven genre templates.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/pikachu0310/codex-agent-ops-public --skill unity-blueprints-pikachu0310
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-blueprints
Source: https://github.com/pikachu0310/codex-agent-ops-public/tree/main/.agents/skills/unity-skills/skills/blueprints
Command: npx skills add https://github.com/pikachu0310/codex-agent-ops-public --skill unity-blueprints-pikachu0310

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a new mini-game or vertical slice in Unity often leads to either over-engineered frameworks or unstructured code. This Skill provides a lightweight architecture skeleton so you can organize a small game correctly from day one without building a giant reusable template. ## Core Features & Use Cases - Genre Blueprints: Covers 2D platformer, top-down shooter, endless runner, puzzle/interaction, 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. - Simplicity Guardrails: Explicitly identifies what to keep simple, avoiding future-proof template sprawl. - Use Case: You want to prototype a tower defense game this weekend. Ask for a blueprint and receive a minimal scene layout, script inventory, and config asset plan you can implement immediately. ## Quick Start Ask the assistant to generate a Unity architecture blueprint for a 2D platformer including the core loop, scenes, and initial script list.

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

Use a genre blueprint that defines the core loop, recommended scenes, modules, and an initial script list. This Skill provides skeletons for seven common genres so you start with a minimal viable structure instead of a heavy framework.

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 outlines scenes, scripts, data assets, and UI responsibilities for that genre.

Does this skill generate actual Unity C# scripts?

No, it is documentation-only and produces an architecture plan rather than code volume. The output is a blueprint listing the core loop, scenes, modules, and script inventory for you to implement.

When should I not use a starter architecture blueprint?

Avoid it when building a large production game that needs a proven, scalable framework, or when extending an existing project with established architecture. Blueprints target new mini-games and vertical slices where minimal structure matters most.