README.md

January 5, 2026 ยท View on GitHub

Game Developer Assistant

Version License Status SASMP

Agents Skills Commands


๐Ÿ“ฆ Install Now ยท ๐Ÿค– Explore Agents ยท ๐Ÿ“– Documentation ยท โญ Star this repo


What is this?

Game Developer Assistant is a Claude Code plugin with 7 agents and 21 skills for game developer development.


๐Ÿ“‘ Table of Contents

Click to expand

๐Ÿš€ Quick Start

Prerequisites

  • Claude Code CLI v2.0.27+
  • Active Claude subscription

Installation (Choose One)

Option 1: From Marketplace (Recommended)
# Step 1๏ธโƒฃ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-game-developer

# Step 2๏ธโƒฃ Install the plugin
/plugin install custom-plugin-game-developer@pluginagentmarketplace-game-developer

# Step 3๏ธโƒฃ Restart Claude Code
# Close and reopen your terminal/IDE
Option 2: Local Installation
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-game-developer.git
cd custom-plugin-game-developer

# Load locally
/plugin load .

# Restart Claude Code

โœ… Verify Installation

After restart, you should see these agents:

custom-plugin-game-developer:05-networking-multiplayer
custom-plugin-game-developer:01-game-designer
custom-plugin-game-developer:03-graphics-rendering
custom-plugin-game-developer:04-audio-sound-design
custom-plugin-game-developer:06-tools-pipeline
... and 2 more

โœจ Features

FeatureDescription
๐Ÿค– 7 AgentsSpecialized AI agents for game developer tasks
๐Ÿ› ๏ธ 21 SkillsReusable capabilities with Golden Format
โŒจ๏ธ 4 CommandsQuick slash commands
๐Ÿ”„ SASMP v1.3.0Full protocol compliance

๐Ÿค– Agents

7 Specialized Agents

#AgentPurpose
105-networking-multiplayerExpert in multiplayer systems, netcode, synchronization algo
201-game-designerExpert in game design, mechanics, level design, player psych
303-graphics-renderingExpert in 3D graphics, shader programming, visual effects, a
404-audio-sound-designExpert in game audio programming, sound design, music compos
506-tools-pipelineExpert in game development tools, asset pipelines, build aut
602-game-programmerExpert game programmer specializing in C# (Unity), C++ (Unre
707-game-publishingExpert in game publishing, platform deployment, monetization

๐Ÿ› ๏ธ Skills

Available Skills

SkillDescriptionInvoke
asset-optimizationAsset pipeline optimization, compression, streaming, and resSkill("custom-plugin-game-developer:asset-optimization")
synchronization-algorithmsNetwork synchronization, lag compensation, client predictionSkill("custom-plugin-game-developer:synchronization-algorithms")
game-design-theoryComprehensive game design theory covering mechanics, dynamicSkill("custom-plugin-game-developer:game-design-theory")
monetization-systemsGame monetization strategies, in-app purchases, battle passeSkill("custom-plugin-game-developer:monetization-systems")
level-designLevel design fundamentals, pacing, difficulty progression, eSkill("custom-plugin-game-developer:level-design")
graphics-rendering3D graphics, shaders, VFX, lighting, rendering optimization.Skill("custom-plugin-game-developer:graphics-rendering")
shader-techniquesAdvanced shader programming, visual effects, custom materialSkill("custom-plugin-game-developer:shader-techniques")
audio-systemsGame audio systems, music, spatial audio, sound effects, voiSkill("custom-plugin-game-developer:audio-systems")
publishing-platformsPlatform submission processes, certification requirements, aSkill("custom-plugin-game-developer:publishing-platforms")
programming-languagesGame programming languages - C#, C++, GDScript. Learn syntaxSkill("custom-plugin-game-developer:programming-languages")
...+11 moreSee skills/ directory

โŒจ๏ธ Commands

CommandDescription
/exploregamedev - Explore Game Development
/learngamedev - Personalized Game Development Learning Paths
/projectsprojects - Game Development Projects
/profileprofile - Assess Game Development Skills

๐Ÿ“š Documentation

DocumentDescription
CHANGELOG.mdVersion history
CONTRIBUTING.mdHow to contribute
LICENSELicense information

๐Ÿ“ Project Structure

Click to expand
custom-plugin-game-developer/
โ”œโ”€โ”€ ๐Ÿ“ .claude-plugin/
โ”‚   โ”œโ”€โ”€ plugin.json
โ”‚   โ””โ”€โ”€ marketplace.json
โ”œโ”€โ”€ ๐Ÿ“ agents/              # 7 agents
โ”œโ”€โ”€ ๐Ÿ“ skills/              # 21 skills (Golden Format)
โ”œโ”€โ”€ ๐Ÿ“ commands/            # 4 commands
โ”œโ”€โ”€ ๐Ÿ“ hooks/
โ”œโ”€โ”€ ๐Ÿ“„ README.md
โ”œโ”€โ”€ ๐Ÿ“„ CHANGELOG.md
โ””โ”€โ”€ ๐Ÿ“„ LICENSE

๐Ÿ“… Metadata

FieldValue
Version1.0.0
Last Updated2025-12-29
StatusProduction Ready
SASMPv1.3.0
Agents7
Skills21
Commands4

๐Ÿค Contributing

Contributions are welcome! Please read our Contributing Guide.

  1. Fork the repository
  2. Create your feature branch
  3. Follow the Golden Format for new skills
  4. Submit a pull request

โš ๏ธ Security

Important: This repository contains third-party code and dependencies.

  • โœ… Always review code before using in production
  • โœ… Check dependencies for known vulnerabilities
  • โœ… Follow security best practices
  • โœ… Report security issues privately via Issues

๐Ÿ“ License

Copyright ยฉ 2025 Dr. Umit Kacar & Muhsin Elcicek

Custom License - See LICENSE for details.


๐Ÿ‘ฅ Contributors

Dr. Umit Kacar
Senior AI Researcher & Engineer
Muhsin Elcicek
Senior Software Architect

Made with โค๏ธ for the Claude Code Community

GitHub