Claude Skill

quodsoler/unreal-engine-skills

Unreal Engine Skills provides 27 C++ skills for AI coding agents, covering gameplay, rendering, networking, and animation. Works with Claude Code, Cursor, and Windsurf.

Overview

Stars176
Forks27
LanguageUnknown
Last pushed2026-03-01
Last synced2026-06-23
View on GitHub

Repository

Ownerquodsoler
Repositoryunreal-engine-skills
Full namequodsoler/unreal-engine-skills
Repo ID1,170,089,650

Install this Skill

npx skills add quodsoler/unreal-engine-skills

Registry

Typeworkflow
Quality score70/100
Verificationreadme_parsed
Last verified2026-06-23
Platforms
ClaudeCursor
Capabilities
pdfmemoryterminalworkflow
Detected files
README.md
Install methods
  • npx skills add quodsoler/unreal-engine-skills
  • npx skills add quodsoler/unreal-engine-skills --skill ue-cpp-foundations ue-gameplay-abilities
  • npx skills add quodsoler/unreal-engine-skills --list
  • git clone https://github.com/quodsoler/unreal-engine-skills.git
  • npx skillkit install quodsoler/unreal-engine-skills

Summary

Unreal Engine Skills is a comprehensive collection of 27 C++ skills designed for AI coding agents, covering gameplay, rendering, networking, animation, and more. It works seamlessly with Claude Code, Cursor, Windsurf, and any agent supporting the Agent Skills spec.

Chinese description

面向AI编码代理的Unreal Engine C++技能。涵盖游戏玩法、渲染、网络、动画等领域的27项技能。兼容Claude Code、Cursor、Windsurf及任何支持Agent Skills规范的代理工具。

Key features

  • 27 ready-to-use Unreal Engine C++ skills
  • Covers gameplay, rendering, networking, and animation
  • Compatible with Claude Code, Cursor, and Windsurf
  • Follows the Agent Skills specification
  • Open-source and community-driven

Use cases

  • Accelerate Unreal Engine game development with AI assistance
  • Automate C++ code generation for gameplay systems
  • Streamline rendering and animation pipeline tasks
  • Enhance networking and multiplayer setup in Unreal projects
  • Integrate AI coding agents into Unreal Engine workflows

README excerpt

# Unreal Engine Skills for AI Agents A collection of 27 AI agent skills for Unreal Engine C++ development. Built for game developers who want AI coding agents to help write correct, production-quality UE5 C++ code. Works with Claude Code, Cursor, Windsurf, and any agent that supports the [Agent Skills spec](https://agentskills.io). Every skill has been audited against Unreal Engine source code to ensure API accuracy — correct function signatures, valid class hierarchies, and real method names. No hallucinated APIs. **Contributions welcome!** Found an inaccuracy or want to improve a skill? [Open a PR](#contributing). ## What are Skills? Skills are markdown files that give AI agents specialized knowledge and workflows for specific tasks. When you add these to your project, your agent can recognize when you're working on an Unreal Engine task and apply the right patterns, APIs, and best practices. ## How Skills Work Together Skills reference each other and build on shared context. The `ue-project-context` skill is the foundation — it captures your project's modules, target platforms, and conventions so other skills can give relevant advice. ``` ┌──────────────────────────────────────┐ │ ue-project-context │ │ (read by all other skills first) │ └──────────────────┬───────────────────┘ │ ┌─────────────┬────────────┬─────────────┼────────────┬─────────────┬──────────────┐ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ┌────────┐ ┌──────────┐ ┌──────────┐ ┌───────────┐ ┌──────────┐ ┌──────────┐ ┌───────────┐ │Core C++│ │Gameplay │ │Rendering │ │ World

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-06-23