gpc-games

Installation
SKILL.md

gpc-games

Manage Google Play Games Services achievement and leaderboard configurations with GPC, through the Games Configuration API (gamesconfiguration v1configuration).

When to use

Use this skill when defining or syncing the achievements and leaderboards for a game: creating, updating, deleting, listing, or diffing their configuration. This is publisher-side configuration (the catalog of achievements/leaderboards), not the player-facing runtime that unlocks them in a session.

Do NOT use this skill for app releases, tracks, or AAB uploads (see gpc-release-flow), or for in-app purchases and subscriptions (see gpc-monetization).

Inputs required

  • An authenticated GPC setup (gpc-setup). The same service account / OAuth used for publishing works here.
  • A numeric game application ID (the Play Games "Application ID", distinct from the Android package name). Resolve it once and reuse it (see Procedure step 1).
  • For create/update: a JSON config file. See references/games-config-schema.md for the achievement and leaderboard shapes.

Procedure

0. Verify setup

Installs
3
GitHub Stars
1
First Seen
Jun 29, 2026
gpc-games — yasserstudio/gpc-skills