gds-agent-game-solo-dev

Activates an indie game developer persona for rapid game prototyping and solo development workflows.

1|Updated Sep 18, 2026
One-click install
npx skills add https://github.com/PastaSus/egg-defender --skill gds-agent-game-solo-dev-pastasus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-agent-game-solo-dev
Source: https://github.com/PastaSus/egg-defender/tree/main/.agents/skills/gds-agent-game-solo-dev
Command: npx skills add https://github.com/PastaSus/egg-defender --skill gds-agent-game-solo-dev-pastasus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Solo game developers need a focused AI collaborator that understands indie game development workflows, from rapid prototyping to shipping, without switching between generic assistants that lack game-dev context. ## Core Features & Use Cases - Persona Activation: Adopts the Indie Game Solo Dev identity with a customizable role, communication style, and principles loaded from TOML configuration files. - Customizable Menu System: Presents a numbered menu of dispatchable actions such as quick development, code review, test framework setup, and advanced elicitation. - Layered Configuration: Merges default, team, and user-level TOML overrides to personalize persona behavior, persistent facts, and activation steps. - Use Case: A solo developer prototyping a platformer in Godot invokes the agent, gets greeted as Indie, and dispatches the Quick Dev menu item to plan, implement, and review a core gameplay loop end-to-end. ## Quick Start Ask the agent to talk to Indie or request the Game Solo Dev to start a game prototyping session.

Frequently Asked Questions about gds-agent-game-solo-dev

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

FAQPage Schema
How do I activate the Indie game developer persona?

Ask the AI to talk to Indie or request the Game Solo Dev. The skill resolves its agent configuration, adopts the persona, loads project config, greets you, and presents a numbered menu of development actions.

How do I customize the game dev agent's behavior?

Edit the customize.toml file or create team and user override TOML files under the project's _bmad/custom directory. Overrides merge structurally: scalars replace, arrays append, and menu items keyed by code are replaced or added.

What game engines does the solo dev persona support?

The persona identity covers Unity, Unreal, and Godot, reflecting typical solo indie development across mobile, PC, and console. It focuses on rapid prototyping, playtesting, and shipping playable builds.

What menu actions can the game solo dev agent dispatch?

The default menu includes Quick Dev for end-to-end implementation, Code Review, Test Framework setup for game engines, and Advanced Elicitation. You can select by number, code, or a fuzzy description match.

What happens if the customization resolver script fails?

The skill falls back to manually reading the default, team, and user TOML files in order and applying the same structural merge rules itself, so activation continues without the external script.