unity-kickoff

Scaffold Unity C# game projects from a proposal document.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/nextc/nextc-claude --skill unity-kickoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-kickoff
Source: https://github.com/nextc/nextc-claude/tree/main/nextc-project-kickoff/skills/unity-kickoff
Command: npx skills add https://github.com/nextc/nextc-claude --skill unity-kickoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap a production-grade Unity C# game project directly from a documented proposal by translating product context into a structured codebase, packages, and docs.

Core Features & Use Cases

  • Mode-aware kickoff with default, auto, full, minimal, and resume paths
  • Orchestrated phases: preflight checks, decisions, scaffolding, and documentation seeding
  • Generated project scaffolding including Unity Package Manager setup, build configs, and architecture guides

Quick Start

Run unity-kickoff with --proposal /path/to/proposal.md to generate a production-grade Unity project seeded from your proposal.

Frequently Asked Questions about unity-kickoff

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

FAQPage Schema
How do I scaffold a Unity project from a proposal document?

You can scaffold a Unity project from a proposal by running the kickoff tool with the --proposal flag pointing to your markdown file, which automates the generation of project structure, packages, and build configurations.

What is automated Unity project scaffolding from a proposal?

Automated Unity project scaffolding translates a documented proposal into a structured codebase by orchestrating preflight checks, architectural decisions, and documentation seeding to bootstrap a production-grade C# game project.

Can I resume a Unity project setup if the scaffolding process is interrupted?

Yes, you can resume an interrupted Unity project setup because the scaffolding tool supports a dedicated resume mode, alongside default, auto, full, and minimal execution paths for flexible project initialization.

Does the Unity scaffolder support specific Unity versions and git context?

Yes, the Unity scaffolder supports specific Unity versions and git context through CLI-like argument handling, applying these parameters during preflight checks and project structure generation.

What is included in the generated Unity project structure?

The generated Unity project structure includes Unity Package Manager setup, build configurations, architecture guides, and seeded documentation derived directly from your initial proposal.

When should I use a minimal scaffolding mode for Unity game startups?

Use minimal scaffolding mode for Unity game startups when you only need basic project structure without full documentation seeding, reserving full mode for complete production-grade architecture setup.