Game Architect for Openclaw

A specialized domain knowledge reference for designing high-performance game architectures, combat systems, and AI frameworks.

yuki001
v0.1.0
Mar 6, 2026
1
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install game-architect

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install game-architect using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Game Architect?

The Game Architect skill serves as a comprehensive domain knowledge repository specifically designed for game developers and AI agents. Unlike standard workflow skills, this plugin provides the deep architectural context needed to plan complex game systems, including combat, narrative, UI, and multiplayer networking. By utilizing this within the ecosystem of Openclaw Skills, developers can receive expert guidance on selecting the right paradigms—such as Domain-Driven Design (DDD) for rule-heavy combat or Data-Driven Design for content-rich quest systems.

This skill bridges the gap between high-level requirements and technical implementation by providing structured references for macro-design, performance optimization, and system-specific logic. It is particularly effective when used in conjunction with specification workflows to ensure that game projects are built on scalable, maintainable foundations.

Game Architect Use Cases

  • Selecting the optimal architectural paradigm (DDD, Data-Driven, or Prototype) based on project complexity.
  • Designing modular UI systems using MVC, MVP, or MVVM patterns tailored for game engines.
  • Planning complex combat mechanics, including hitboxes, damage formulas, and buff interactions.
  • Architecting sophisticated game AI systems for decision-making and tactical movement.
  • Mapping out multiplayer synchronization models and client-server communication structures.

How Game Architect Works

  1. Integrate the Game Architect skill into your AI agent's environment as a primary domain knowledge source.
  2. Use the Reference Lookup Guide to identify relevant architectural documents based on the specific system you are designing.
  3. Consult the Paradigm Selection Guide to evaluate trade-offs between entity-centric and data-centric logic for your core systems.
  4. Apply the Mixing Paradigms strategy to integrate different architectural styles within a single project consistently.
  5. Refine technical designs using specialized references for performance optimization, multiplayer sync, and algorithm selection.

Game Architect Setup

The Game Architect skill functions as a knowledge plugin. To utilize it effectively, ensure the reference files are accessible to your agent. It is best paired with a planning-mode agent or a dedicated workflow skill.

# Example of integrating the skill into your project workspace
# Copy the skill references into your agent's knowledge path
cp -r ./skills/game-architect/references/ ./project/docs/architecture/

When initiating a design session, prompt the agent to read references/macro-design.md and references/principles.md to establish a baseline for your Openclaw Skills integration.

Game Architect Data Schema & Taxonomy

The skill utilizes a structured directory of Markdown references to provide targeted information:

Reference Category Contents
High-Level Design Macro design principles, requirements analysis, and evolution strategies.
Architecture Paradigms Detailed deep-dives into DDD, Data-Driven, and Prototype design patterns.
Core Systems Documentation for foundations like logs, timers, events, and input handling.
Gameplay Systems Specialized guides for combat, skills, AI, narrative, and scene management.
Technical Specs Guidance on performance, multiplayer networking, and data structures.

Game Architect Advanced Features

  • Hybrid paradigm strategies for combining entity logic with data-driven flow orchestration.
  • Detailed selection criteria signals to help developers decide when to favor DDD over Data-Driven layouts.
  • System-specific design references for complex mechanics like Action Combat (HitBox/Melee) and Skill Systems (Attributes/Buffs).
  • Extensive multiplayer support documentation covering synchronization models and distributed server communication.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*