Skip to content

install-skills

Install GPC agent skills for AI-assisted Google Play workflows. The interactive wizard lets you pick which skills to install and which AI agents to configure (Claude Code, Cursor, Copilot, Windsurf, and more).

Synopsis

bash
gpc install-skills [options]

Options

OptionDescription
-l, --listList available skills without installing
-y, --yesSkip confirmation prompts
-g, --globalInstall skills globally (user-level) instead of project-level
--allInstall all skills to all agents without prompts
--repo <repo>Custom skills repository (default: yasserstudio/gpc-skills)

Examples

bash
gpc install-skills

The wizard walks you through:

  1. Cloning the skills repository
  2. Selecting which skills to install (13 available)
  3. Choosing target agents (Claude Code, Cursor, Copilot, etc.)
  4. Selecting installation scope (global or project)
  5. Security risk assessment review
  6. Confirmation and installation

List available skills

bash
gpc install-skills --list

Install everything, no prompts

bash
gpc install-skills --all

Global install with auto-confirm

bash
gpc install-skills -g -y

Available Skills

SkillDescription
gpc-setupAuth, config, profiles, gpc doctor
gpc-release-flowUpload, releases, rollouts, promote
gpc-metadata-syncStore listings, images, Fastlane compat
gpc-vitals-monitoringCrashes, ANR, reviews, reports
gpc-ci-integrationGitHub Actions, GitLab CI, exit codes
gpc-monetizationSubscriptions, IAP, offers, pricing
gpc-user-managementUsers, permissions, testers
gpc-migrate-fastlaneFastlane-to-GPC migration
gpc-plugin-developmentPlugin SDK, hooks, permissions
gpc-troubleshootingExit codes, error catalog, debug
gpc-sdk-usage@gpc-cli/api and @gpc-cli/auth as SDK
gpc-multi-appMultiple apps, profiles, batch ops
gpc-securityCredential storage, rotation, audit

How Skills Work

Skills are structured guides installed to .agents/skills/ that teach AI coding assistants how to use GPC. They are not plugins — they don't modify CLI behavior. Instead, they provide context and procedures that AI assistants follow when helping you with Google Play tasks.

Each skill contains:

  • SKILL.md — instructions and procedures
  • references/ — detailed documentation for specific topics
  • scripts/ — detection scripts for environment checks
  • evals/ — test cases for skill quality

Released under the MIT License.