Unity Template Generator

Generate Unity C# script templates for MonoBehaviour, ScriptableObject, Editor, and tests.

5|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/zsutxz/ClaudeLearning --skill unity-template-generator-zsutxz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Unity Template Generator
Source: https://github.com/zsutxz/ClaudeLearning/tree/main/.claude/skills/unity-template-generator
Command: npx skills add https://github.com/zsutxz/ClaudeLearning --skill unity-template-generator-zsutxz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the creation of production-ready Unity C# script templates (MonoBehaviour, ScriptableObject, Editor, tests), promoting consistency and best practices across projects.

Core Features & Use Cases

  • MonoBehaviour templates with lifecycle methods and caching.
  • ScriptableObject templates with CreateAssetMenu and validation.
  • Editor scripts templates for custom inspectors or windows.
  • NUnit/PlayMode test templates with structured test patterns.
  • Placeholder tokens for rapid customization in new projects.

Quick Start

Generate a MonoBehaviour template for a new Player component and adapt placeholders for your project naming.