gds-agent-game-solo-dev

Activates an indie game developer persona with a customizable menu-driven workflow.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/ArchaonHW/MingGoRTS --skill gds-agent-game-solo-dev-archaonhw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-agent-game-solo-dev
Source: https://github.com/ArchaonHW/MingGoRTS/tree/main/.agents/skills/gds-agent-game-solo-dev
Command: npx skills add https://github.com/ArchaonHW/MingGoRTS --skill gds-agent-game-solo-dev-archaonhw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Solo game developers often need a focused AI collaborator that stays in character, remembers project conventions, and routes requests to the right development workflow without repeating setup every session. ## Core Features & Use Cases - Persona Activation: Adopts the Indie / Game Solo Dev identity with a configurable role, communication style, and principles loaded from TOML customization files. - Menu-Driven Dispatch: Presents a numbered menu of actions (quick dev, code review, test framework setup, advanced elicitation) and dispatches to the matching skill or prompt. - Layered Customization: Merges base, team, and user TOML overrides plus persistent facts and project config so behavior adapts per project. - Use Case: A solo developer prototyping a new game says "hey Indie, let's prototype this" and the agent greets them, loads project facts, and immediately dispatches the quick-dev workflow. ## Quick Start Ask the agent to activate the Indie game solo dev persona and show its menu of development actions.

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 solo dev persona?

Invoke the skill or ask to talk to Indie. On activation it resolves the agent customization block, loads persistent facts and project config, greets you by name, and presents its action menu.

What actions can the game solo dev agent perform?

Its default menu includes quick dev for end-to-end implementation, code review, test framework setup, and advanced elicitation. Each menu item dispatches to a dedicated skill or executes a prompt.

How do I customize the agent persona and menu?

Edit the TOML customization files: the skill's base customize.toml, a team override, or a personal user override. Scalars override, tables deep-merge, and arrays append according to the structural merge rules.

What happens if the customization resolver script fails?

The skill falls back to manually reading the three TOML files in base, team, then user order and applies the same structural merge rules itself, so activation still completes.

Does the persona persist across the whole conversation?

Yes. Once activated, the Indie persona, icon prefix, persistent facts, and configured communication language carry into every turn until the user explicitly dismisses the persona.