project-scaffolder

Generate Unity project folder structures and install packages via manifest.json.

71|11|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/nlelouche/Unity-SkillForge --skill project-scaffolder-nlelouche
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-scaffolder
Source: https://github.com/nlelouche/Unity-SkillForge/tree/main/.agent/skills/00-meta-skills/project-scaffolder
Command: npx skills add https://github.com/nlelouche/Unity-SkillForge --skill project-scaffolder-nlelouche

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a standardized folder structure and the installation of essential Unity packages, ensuring a consistent and organized project setup from the start.

Core Features & Use Cases

  • Standard Folder Creation: Generates core folders like _Game, _Game/Scripts, _Game/Art, etc., promoting best practices.
  • Package Management: Modifies manifest.json to install key packages such as Input System, TextMeshPro, and Cinemachine.
  • Use Case: Use this Skill immediately after creating a new Unity project to establish a clean, scalable, and team-friendly directory hierarchy and baseline package configuration.

Quick Start

Run the 'Tools/Setup Project Standard' menu item in Unity.

Frequently Asked Questions about project-scaffolder

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

FAQPage Schema
How do I automate Unity project setup and folder structure initialization?

To automate Unity project setup, this Skill generates a standardized folder hierarchy with directories like _Game/Scripts and _Game/Art, and modifies the manifest.json to install essential packages. It configures baseline project settings immediately after project creation to ensure a clean structure.

What is the best way to standardize a new Unity project directory hierarchy?

The best way to standardize a new Unity project directory hierarchy is to run the Tools/Setup Project Standard menu item, which automatically creates core folders like _Game and _Game/Scripts. This enforces best practices for a scalable, team-friendly directory layout from the very beginning.

Does this Unity scaffolding tool work with any render pipeline?

Yes, this Unity scaffolding tool works with any render pipeline, but it requires Unity 6 or higher to function properly. It configures project settings and installs packages like Input System, TextMeshPro, and Cinemachine regardless of the selected render pipeline.

Can I install essential Unity packages automatically when creating a new project?

You can install essential Unity packages automatically by modifying the manifest.json file, which this Skill handles during initialization. It installs key packages such as Input System, TextMeshPro, and Cinemachine to establish a baseline package configuration for your project.

Why should I use a scaffolding tool for Unity project initialization?

You should use a scaffolding tool for Unity project initialization to ensure a consistent and organized project setup from the start. It eliminates manual folder creation and package configuration, preventing structural inconsistencies that can cause scaling issues in team environments.