Claude Skill
quodsoler/unreal-engine-skills
Unreal Engine Skills 为AI编码代理提供27项C++技能,涵盖游戏玩法、渲染、网络和动画。兼容Claude Code、Cursor和Windsurf。
概览
仓库信息
安装这个 Skill
npx skills add quodsoler/unreal-engine-skillsRegistry 信息
npx skills add quodsoler/unreal-engine-skillsnpx skills add quodsoler/unreal-engine-skills --skill ue-cpp-foundations ue-gameplay-abilitiesnpx skills add quodsoler/unreal-engine-skills --listgit clone https://github.com/quodsoler/unreal-engine-skills.gitnpx 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
话题
暂无话题