project-bootstrap

Installation
SKILL.md

Unity Project Bootstrap

A Day 0 checklist that lays down the assembly structure, editor config, ignore rules, CI, and a code-health baseline. Run it once on a fresh project, or against an existing project to bring it up to the standard layout. Everything here is a template to copy and adapt — none of it is enforced automatically.

When to invoke

  • Starting a new Unity project and you want the structure right before the first feature lands.
  • Standardizing an inherited project that grew without an assembly layout or CI.
  • Establishing a unilyze baseline so future PRs can gate on regression.

asmdef structure template

A layered structure with dependencies pointing inward (outer layers reference inner, never the reverse):

Installs
1
Repository
bigdra50/skills
First Seen
Jul 5, 2026
project-bootstrap — bigdra50/skills