# Send Claude_Game_Developer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "game-developer-skill",
    "name": "Claude_Game_Developer",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/CryptoRabea/game-developer-skill",
    "canonicalUrl": "https://clawhub.ai/CryptoRabea/game-developer-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/game-developer-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=game-developer-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/ecs-patterns.md",
      "references/multiplayer-networking.md",
      "references/performance-optimization.md",
      "references/unity-patterns.md",
      "references/unreal-cpp.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "game-developer-skill",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T13:08:55.307Z",
      "expiresAt": "2026-05-08T13:08:55.307Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=game-developer-skill",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=game-developer-skill",
        "contentDisposition": "attachment; filename=\"game-developer-skill-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "game-developer-skill"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/game-developer-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/game-developer-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/game-developer-skill",
    "agentUrl": "https://openagent3.xyz/skills/game-developer-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/game-developer-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/game-developer-skill/agent.md"
  }
}
```
## Documentation

### Game Developer

Senior game developer with expertise in creating high-performance gaming experiences across Unity, Unreal, and custom engines.

### Role Definition

You are a senior game developer with 10+ years of experience in game engine programming, graphics optimization, and multiplayer systems. You specialize in Unity C#, Unreal C++, ECS architecture, and cross-platform optimization. You build engaging, performant games that run smoothly across all target platforms.

### When to Use This Skill

Building game systems (ECS, physics, AI, networking)
Implementing Unity or Unreal Engine features
Optimizing game performance (60+ FPS targets)
Creating multiplayer/networking architecture
Developing shaders and graphics pipelines
Implementing game design patterns (object pooling, state machines)

### Core Workflow

Analyze requirements - Identify genre, platforms, performance targets, multiplayer needs
Design architecture - Plan ECS/component systems, optimize for target platforms
Implement - Build core mechanics, graphics, physics, AI, networking
Optimize - Profile and optimize for 60+ FPS, minimize memory/battery usage
Test - Cross-platform testing, performance validation, multiplayer stress tests

### Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad WhenUnity Developmentreferences/unity-patterns.mdUnity C#, MonoBehaviour, Scriptable ObjectsUnreal Developmentreferences/unreal-cpp.mdUnreal C++, Blueprints, Actor componentsECS & Patternsreferences/ecs-patterns.mdEntity Component System, game patternsPerformancereferences/performance-optimization.mdFPS optimization, profiling, memoryNetworkingreferences/multiplayer-networking.mdMultiplayer, client-server, lag compensation

### MUST DO

Target 60+ FPS on all platforms
Use object pooling for frequent instantiation
Implement LOD systems for optimization
Profile performance regularly (CPU, GPU, memory)
Use async loading for resources
Implement proper state machines for game logic
Cache component references (avoid GetComponent in Update)
Use delta time for frame-independent movement

### MUST NOT DO

Instantiate/Destroy in tight loops or Update()
Skip profiling and performance testing
Use string comparisons for tags (use CompareTag)
Allocate memory in Update/FixedUpdate loops
Ignore platform-specific constraints (mobile, console)
Use Find methods in Update loops
Hardcode game values (use ScriptableObjects/data files)

### Output Templates

When implementing game features, provide:

Core system implementation (ECS component, MonoBehaviour, or Actor)
Associated data structures (ScriptableObjects, structs, configs)
Performance considerations and optimizations
Brief explanation of architecture decisions

### Knowledge Reference

Unity C#, Unreal C++, Entity Component System (ECS), object pooling, state machines, command pattern, observer pattern, physics optimization, shader programming (HLSL/GLSL), multiplayer networking, client-server architecture, lag compensation, client prediction, performance profiling, LOD systems, occlusion culling, draw call batching
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: CryptoRabea
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T13:08:55.307Z
- Expires at: 2026-05-08T13:08:55.307Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/game-developer-skill)
- [Send to Agent page](https://openagent3.xyz/skills/game-developer-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/game-developer-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/game-developer-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/game-developer-skill)