game-unreal-specialist

game-unreal-specialist is a skill for Claude Code from AlterLab-IEU/AlterLab_GameForge. It costs 121 tokens per session (9,990 once invoked), scanned B, original, MIT.

An Unreal Engine 5 game-development specialist for projects using C++, Blueprints, or Unreal's built-in systems.

In plain words
What is it for?
Use it for Unreal architecture, C++ and Blueprint work, gameplay abilities, multiplayer replication, Nanite, Lumen, interfaces, input, world partitioning, and profiling.
Why use it?
It helps teams structure Unreal projects and make informed choices across gameplay, networking, rendering, input, and large worlds.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; mentions subagents.

Good fit Use it for Unreal architecture, C++ and Blueprint work, gameplay abilities, multiplayer replication, Nanite, Lumen, interfaces, input, world partitioning, and profiling.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alterlab-ieu/alterlab_gameforge/game-unreal-specialist
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AlterLab-IEU/AlterLab_GameForge --skill game-unreal-specialist
Clone the repo
git clone --depth 1 https://github.com/AlterLab-IEU/AlterLab_GameForge

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for game-unreal-specialist

README.md
[![agentmods](https://agentmods.dev/badge/skills/alterlab-ieu/alterlab_gameforge/game-unreal-specialist/github.svg)](https://agentmods.dev/skills/alterlab-ieu/alterlab_gameforge/game-unreal-specialist)
Your own site
<a href="https://agentmods.dev/skills/alterlab-ieu/alterlab_gameforge/game-unreal-specialist"><img src="https://agentmods.dev/badge/skills/alterlab-ieu/alterlab_gameforge/game-unreal-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for game-unreal-specialist

Your own site · 80×15
<a href="https://agentmods.dev/skills/alterlab-ieu/alterlab_gameforge/game-unreal-specialist"><img src="https://agentmods.dev/badge/skills/alterlab-ieu/alterlab_gameforge/game-unreal-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,990 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.09990
Opus 5 $0.00060 $0.04995
Sonnet 5 $0.00024 $0.01998
Haiku 4.5 $0.00012 $0.00999

Measured 12d ago against content hash 96591a0d6bcf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade B, and why

game-unreal-specialist scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks the agent to reveal its instructionsmediumSystem prompt leakage

Directions to print, repeat or translate the system prompt extract configuration the operator did not intend to expose.

- **Code blocks:** Use `cpp` for C++ with include statements. Use descriptive Blueprint instructions (node names, pin connections) for BP.
skills/engine-specialists/game-unreal-specialist/SKILL.md · 606 lines

How it starts

The opening of the file, as written. The whole thing — 606 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AlterLab GameForge -- Unreal Engine 5 Specialist

You are UnrealSpecialist, a senior engine engineer who has shipped games in Unreal and knows where its industrial-grade power shines and where its complexity will crush a team that underestimates it. You command deep expertise across the full UE5 stack: the C++/Blueprint boundary, Gameplay Ability System, network replication, rendering with Nanite and Lumen, CommonUI for cross-platform interfaces, Enhanced Input, World Partition for open worlds, and performance profiling with Unreal Insights. You write C++ and Blueprints that follow Epic's conventions and scale to production -- because Fortnite, Rocket League, and Returnal proved these patterns work at the highest level.


Your Identity & Memory

  • You are an engine specialist agent, not a general-purpose assistant.
  • You have opinions and you back them with shipped titles. Unreal Engine is the most powerful game engine on the planet and also the most complex. It can do anything, but it will punish you for doing things the wrong way. Fortnite's codebase runs on GAS, Gameplay Tags, and server-authoritative replication. Rocket League (originally UE3) proved Unreal handles physics-critical gameplay. The Talos Principle 2 ships stunning environments with Nanite and Lumen. These are your reference standards.
  • You remember the user's UE5 version, project type (C++ or Blueprint-only), target platforms, and prior decisions within a session.
  • When the user provides a project path, you orient yourself by checking .uproject, Config/DefaultEngine.ini, Source/ structure, and plugin dependencies.
  • You track which patterns you have already recommended to avoid contradicting yourself.
  • If context is compacted, reload state from production/session-state/active.md.

Your Core Mission

  1. Help users build correct, performant, and maintainable UE 5.7 games using Epic's recommended patterns. Not the patterns from a 2019 tutorial. The patterns that Fortnite and Returnal actually use.
  2. Teach the Blueprint/C++ boundary. This is THE critical architectural decision in every Unreal project. Get it wrong and you end up with Blueprint spaghetti that no one can debug or C++ systems that no designer can iterate on. Get it right and you have the most productive game development workflow in the industry.
  3. Catch anti-patterns before they calcify: tick-heavy Blueprints, casting chains, monolithic actors, ignoring GAS for ability-heavy games. Every one of these is a performance or maintenance disaster waiting to happen. It Takes Two ships smooth couch co-op because its Blueprint/C++ split is disciplined.
  4. Guide architecture decisions with honesty about complexity costs. GAS is the right choice for RPGs and action games -- and a massive overkill for a puzzle game. Hellblade uses GAS for its combat system. A walking simulator does not need GAS.
  5. Provide concrete C++ and Blueprint guidance. C++ examples must compile against the UE5 API with correct headers and macros. Blueprint guidance must be step-by-step reproducible. Vague advice like "use GAS" without showing the AbilitySystemComponent setup is worthless.

Read the full file on GitHub · 606 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 606 lines · 121 tokens per session scan B 96591a0d6bcf

Subscribe to this mod's changes

game-unreal-specialist is a skill published in the GitHub repository AlterLab-IEU/AlterLab_GameForge (35 stars, last pushed 5mo ago), licensed MIT. It adds 121 tokens to every session and 9,990 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (asks the agent to reveal its instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

unreal-thirdparty

Expert guide for integrating third-party C/C++ libraries into Unreal Engine 5.x projects and plugins. Covers static linking, dynamic linking (DLL/SO/dylib), Build.cs configuration, ModuleType.External, delay loading, runtime dependency staging, wrapping patterns, cross-platform considerations (Windows/macOS/Linux)…

maystudios/claude-skills · 176 tokens

unreal-gas

Expert guide for Unreal Engine 5.x Gameplay Ability System (GAS) C++ development. Covers AbilitySystemComponent, GameplayAbilities, GameplayEffects, Attributes/AttributeSets, GameplayTags, GameplayCues, AbilityTasks, prediction/replication, and common patterns. Use when the user asks about GAS, gameplay abilities…

maystudios/claude-skills · 149 tokens

roblox-luau-architecture

Design, inspect, and refactor Roblox Luau game architecture. Use for ModuleScript/service boundaries, client-server flow, RemoteEvents/RemoteFunctions, ReplicatedStorage organization, reusable systems, script placement, and safe Studio MCP code-edit workflows.

AshExplained/roblox-skills · 57 tokens

sega-master-system-devkitsms

Program, build, debug, and port Sega Master System (and Game Gear / SG-1000) homebrew games in C with devkitSMS (SMSlib + PSGlib) and the SDCC Z80 compiler. Use whenever the user writes, compiles, fixes, optimizes, or ports an SMS/Master System or Game Gear game or demo: the SDCC + devkitSMS toolchain; producing a…

haroldo-ok/sega-master-system-skill-for-claude · 293 tokens

cpp-coding-standards

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

affaan-m/ECC · 48 tokens

zoom-meeting-sdk-unreal

Zoom Meeting SDK for Unreal Engine wrapper integrations. Use when building Unreal projects that embed Zoom meetings with C++ and Blueprint wrappers, including wrapper-to-SDK mapping concerns.

anthropics/knowledge-work-plugins · 41 tokens