manage-games

Manage dev games catalog via /api/dev/games endpoints.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill manage-games
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-games
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/manage-games
Command: npx skills add https://github.com/danielkhigay/gaz --skill manage-games

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dev teams need a safe, auditable way to manage the catalog of games used for voting in the development environment. Deletions are disallowed to preserve historical vote data.

Core Features & Use Cases

  • Add a new game to the catalog via the dev API.
  • Rename or update an existing game's name.
  • Activate/deactivate games to control visibility in the voting UI while preserving history.

Quick Start

Use the add command to create a new game named 'Counter-Strike 2' in the dev environment.

Frequently Asked Questions about manage-games

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

FAQPage Schema
How do I hide a game from the voting UI without deleting it?

To hide a game from the voting UI without deletion, you deactivate it in the dev environment. Deactivation preserves historical vote records while removing the game from active visibility.

Can I rename an existing game in the dev catalog without losing historical votes?

Yes, you can rename an existing game in the dev catalog. The system applies updates via the dev API endpoints, allowing name changes while maintaining the game's underlying historical vote data.

How do I add a new game to the voting catalog in the development environment?

You add a new game to the voting catalog by using the add command, which automates the creation process via the /api/dev/games endpoints to persist the new entry in the dev environment.

Why can't I delete games from the dev environment catalog?

Games cannot be deleted from the dev environment catalog to preserve historical vote data integrity. The system enforces data integrity by restricting deletions and using deactivation to control visibility instead.

Does managing dev games require any specific dependencies or components?

Managing dev games requires no specific dependencies or components. The automation relies entirely on the SKILL.md frontmatter for discovery and the /api/dev/games endpoints to persist updates.