game-dev-agent

Solid

AI agent that assists with Unity game development — sprite generation, code scaffolding, balance tuning, audio generation, in-game AI Director. Built to demonstrate AI agent engineer + game developer T-shape skill profile.

AI & Automation 15 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# game-dev-agent AI agent that orchestrates Unity game development tasks via CLI. Companion to [`game-prototype`](../game-prototype/) (the actual game built using this agent). ## What it does Modules (each = subagent): - **`asset_gen`** — Generate sprites / tiles / UI icons via ComfyUI + SDXL, auto-save to Unity Assets folder with proper import settings - **`code_assist`** — Unity-aware C# scaffolding: MonoBehaviour / ScriptableObject / Editor scripts. Knows Unity 2022.3 API. - **`balance_tune`** — Read ScriptableObject configs + JSON balance files, propose parameter tuning. Game-dev specific (beyond what general AI code assistants do). - **`audio_gen`** — BGM via Suno (operator-provided files), SFX via local AudioCraft / freesound API. Auto-conform to Unity AudioClip import. - **`runtime_director`** (in-game AI) — LLM-driven event generation for the game itself, demonstrating dev-time + runtime AI agent patterns. ## Why this skill matters **Career positioning**: combines deep game-dev domain (operator's existing strength) with AI agent engineering (rare, emerging hire-niche). Portfolio = (this agent) + (game built with it) = T-shape proof. **Operator-specific**: - Operator has 10+ year game dev background - AI agent engineer roles emerging in game industry + general tech - Game industry downturn — pure game-dev roles competitive - AI agent angle = downturn-resilient niche ## Usage (planned, Day 1) ```bash # Generate a sprite python skills/game-dev-agent/...

Details

Author
MelonS
Repository
MelonS/MelonS-Agents
Created
2 months ago
Last Updated
today
Language
C#
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

game-prototype

Unity-based mini colony-sim-style game prototype, built using game-dev-agent. Portfolio piece demonstrating AI agent + game dev T-shape skill.

15 Updated today
MelonS
AI & Automation Listed

agent-builder

Generate role-specific agent system prompts, tool permissions, and self-review checklists from organizational design artifacts — saved to $HOME/.ai-first-kit/ with optional framework-specific configuration for Claude Code, OpenAI Agents SDK, Anthropic Agent SDK, CrewAI, or custom frameworks. Reads the organizational genome, governance, gates, and role definitions to produce agent configurations that embody a specific role in the organization. Use when the user says 'create agent instructions', 'build an agent', 'agent system prompt', 'configure an agent', 'agent for this role', 'OpenAI agent', 'CrewAI agent', 'create agent config', 'deploy an agent', or 'what tools should this agent have'. Also use when the user has completed role-value-mapper and wants to actually deploy agents that follow the organizational genome, or when they ask 'how do I make an agent follow our rules' or 'how do I create an OpenClaw agent for our org' — even if they don't use the word 'builder'. This skill MUST be consulted because it

6 Updated today
synaptiai
AI & Automation Featured

agent-deck

Terminal session manager for AI coding agents. Use when user mentions "agent-deck", "session", "sub-agent", "MCP attach", "git worktree", or needs to (1) create/start/stop/restart/fork sessions, (2) attach/detach MCPs, (3) manage groups/profiles, (4) get session output, (5) configure agent-deck, (6) troubleshoot issues, (7) launch sub-agents, or (8) create/manage worktree sessions. Covers CLI commands, TUI shortcuts, config.toml options, and automation.

605 Updated today
asheshgoplani