Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-subscription-sync"
Install specific skill from multi-skill repository
# Description
Use when creating or updating Play subscriptions from manifests with gpc, especially for base plans, offers, activation, and dry-run review.
# SKILL.md
name: gpc-subscription-sync
description: Use when creating or updating Play subscriptions from manifests with gpc, especially for base plans, offers, activation, and dry-run review.
gpc Subscription Sync
Overview
Use this skill when subscription resources should be managed declaratively.
Workflow
- Preview the subscription plan first.
Usegpc subscriptions sync --package-name com.example.app --manifest ./subscription.yaml --dry-run. - Review whether base plans, listings, and offers match expectations.
- Apply the sync after review.
Usegpc subscriptions sync --package-name com.example.app --manifest ./subscription.yaml --confirm. - If the workflow includes activation, make that explicit in the command and in PR review notes.
Notes
- Keep subscription manifests in source control.
- Use this skill instead of ad hoc console changes for repeatable billing configuration.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.