Agent skill · AI & Agents

unreal-development

Unreal Engine integration skill for C++/Blueprint development, actor lifecycle management, plugin development, and editor automation. Enables LLMs to interact with Unreal Editor through MCP servers for level manipulation, Blueprint generation, and automated workflows.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill unreal-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: 12 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlobWebFetch
Path: library/specializations/game-development/skills/unreal-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

# Unreal Development Skill Comprehensive Unreal Engine development integration for AI-assisted game creation, editor automation, and project management. ## Overview This skill provides capabilities for interacting with Unreal Engine projects, including C++ development, Blueprint visual scripting, actor management, and build automation. It leverages the Unreal MCP ecosystem for direct editor integration when available. ## Capabilities ### Project Management - Create and configure Unreal projects - Manage project settings (Project Settings, DefaultEngine.ini, etc.) - Configure plugin dependencies - Set up module structure for code organization ### C++ Development - Generate Actor and Component classes with proper UCLASS macros - Create UObject subclasses with reflection support - Implement interfaces (UInterface) - Write custom Editor modules - Generate unit tests using Automation Framework ### Blueprint Visual Scripting - Generate Blueprint classes from specifications - Create Blueprint function libraries - Design Blueprint interfaces - Build reusable Blueprint macros - Generate data-only Blueprints ### Actor and Component System - Create and modify Actors programmatically - Design

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Project Management
  4. C++ Development
  5. Blueprint Visual Scripting
  6. Actor and Component System
  7. Level Design
  8. Build System
  9. Prerequisites
  10. Unreal Engine Installation
  11. MCP Server (Recommended)
  12. Usage Patterns
  13. Creating an Actor Class (C++)
  14. Creating a Data Asset (C++)
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the unreal-development skill do?

Unreal Engine integration skill for C++/Blueprint development, actor lifecycle management, plugin development, and editor automation. Enables LLMs to interact with Unreal Editor through MCP servers for level manipulation, Blueprint generation, and automated workflows.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill unreal-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