Claude Skill

quodsoler/unreal-engine-skills

Unreal Engine Skills 为AI编码代理提供27项C++技能,涵盖游戏玩法、渲染、网络和动画。兼容Claude Code、Cursor和Windsurf。

概览

Stars176
Forks27
语言未知
最后更新2026-03-01
最近同步2026-06-23
前往 GitHub

仓库信息

拥有者quodsoler
仓库unreal-engine-skills
完整名称quodsoler/unreal-engine-skills
Repo ID1,170,089,650

安装这个 Skill

npx skills add quodsoler/unreal-engine-skills

Registry 信息

类型workflow
质量分70/100
验证状态readme_parsed
最近验证2026-06-23
平台
ClaudeCursor
能力
pdfmemoryterminalworkflow
识别文件
README.md
安装方式
  • 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

项目简介

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

英文描述

Unreal Engine C++ skills for AI coding agents. 27 skills covering gameplay, rendering, networking, animation, and more. Works with Claude Code, Cursor, Windsurf, and any agent supporting the Agent Skills spec.

要点

  • 27项即用型Unreal Engine C++技能
  • 涵盖游戏玩法、渲染、网络和动画
  • 兼容Claude Code、Cursor和Windsurf
  • 遵循Agent Skills规范
  • 开源且由社区驱动

使用场景

  • 借助AI加速Unreal Engine游戏开发
  • 自动生成游戏玩法系统的C++代码
  • 简化渲染和动画管线任务
  • 增强Unreal项目中的网络与多人游戏设置
  • 将AI编码代理集成到Unreal Engine工作流中

README 摘要

# 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-23