gamedev-conventions

Enforce cross-engine game development conventions and standards for multi-engine teams.

17|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill gamedev-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gamedev-conventions
Source: https://github.com/Logos-Liber/Atlas-Agent-Teams/tree/main/teams/game-dev/skills/gamedev-conventions
Command: npx skills add https://github.com/Logos-Liber/Atlas-Agent-Teams --skill gamedev-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill establishes and enforces consistent, high-quality development standards and best practices across multiple game engines, ensuring maintainability and efficiency for the game development team.

Core Features & Use Cases

  • Cross-Engine Standards: Provides guidelines applicable to Unity, Unreal, Godot, and web-based engines.
  • Performance Optimization: Details strategies for maintaining target frame rates, minimizing memory usage, and reducing draw calls.
  • Code Organization & State Management: Offers best practices for structuring code, managing game states, and handling input.
  • Use Case: When starting a new feature in a Unity project, consult these conventions to ensure the code is organized, performant, and adheres to the team's established patterns.

Quick Start

Follow these gamedev conventions for all new code implementations.

Frequently Asked Questions about gamedev-conventions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are game development conventions for cross-engine teams?

Game development conventions are standardized best practices for code organization, performance optimization, and state management that ensure maintainable and efficient game creation across multiple engines like Unity, Unreal, and Godot.

How do I maintain performance standards when switching between game engines?

To maintain performance standards across engines, apply cross-engine guidelines that detail strategies for preserving target frame rates, minimizing memory usage, and reducing draw calls during your feature implementation.

Does this provide code organization standards for Unity and Godot?

Yes, these game development standards offer best practices for structuring code, managing game states, and handling input that are applicable across Unity, Godot, Unreal, and web-based engines.

What is the best way to structure game state management for a multi-engine team?

The best way to structure game state management for a multi-engine team is to follow established cross-engine conventions that provide standardized patterns for organizing code and handling input consistently.

Are there specific game development conventions for multiplayer considerations?

Yes, the game development conventions cover multiplayer considerations alongside general principles, asset conventions, and testing to ensure maintainable and efficient game creation across various engines.