gpc-cli-usage

Installation
SKILL.md

GPC CLI Usage

Use this skill when you need the right gpc command shape, global flags, or setup flow.

Resolve package and profile first

gpc can get the package name from several places. Prefer the most local source already present in the project:

gpc init --package com.example.app
gpc auth login --credentials ~/.config/gpc/service-account.json --name work --default-package com.example.app
gpc auth current

Package resolution order is effectively:

  • --package
  • GPC_PACKAGE
  • current profile default package
  • nearest .gpc.yaml
Installs
2
First Seen
Apr 21, 2026
gpc-cli-usage — megastep/playconsole-cli-skills