Agent skill · AI & Agents

unity-development

Unity Engine integration skill for project setup, C# scripting, scene management, prefab creation, and editor automation. Enables LLMs to interact with Unity Editor through MCP servers for asset manipulation, script generation, and automated workflows.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill unity-development --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlobWebFetch
Path: library/specializations/game-development/skills/unity-development/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Unity Development Skill Comprehensive Unity Engine development integration for AI-assisted game creation, editor automation, and project management. ## Overview This skill provides capabilities for interacting with Unity projects, including C# scripting, scene manipulation, prefab management, and build automation. It leverages the Unity MCP ecosystem for direct editor integration when available. ## Capabilities ### Project Management - Create and configure Unity projects - Manage project settings (Player Settings, Quality Settings, etc.) - Configure package dependencies via Package Manager - Set up Assembly Definitions for code organization ### C# Scripting - Generate MonoBehaviour scripts with proper lifecycle methods - Create ScriptableObjects for data-driven design - Implement interfaces (ISerializationCallbackReceiver, etc.) - Write custom Editor scripts and PropertyDrawers - Generate unit tests using Unity Test Framework ### Scene Management - Create and modify scenes programmatically - Instantiate and configure GameObjects - Set up scene hierarchies and parent/child relationships - Configure lighting, cameras, and post-processing ### Prefab System - Create and modify prefab

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Project Management
  4. C# Scripting
  5. Scene Management
  6. Prefab System
  7. Asset Pipeline
  8. Build System
  9. Prerequisites
  10. Unity Installation
  11. MCP Server (Recommended)
  12. Usage Patterns
  13. Creating a MonoBehaviour Script
  14. Creating a ScriptableObject
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the unity-development skill do?

Unity Engine integration skill for project setup, C# scripting, scene management, prefab creation, and editor automation. Enables LLMs to interact with Unity Editor through MCP servers for asset manipulation, script generation, and automated workflows.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill unity-development --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going