Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-monetization-setup"
Install specific skill from multi-skill repository
# Description
Use when creating or syncing subscriptions and one-time products in Google Play with gpc, especially for manifest-driven monetization rollout and dry-run review.
# SKILL.md
name: gpc-monetization-setup
description: Use when creating or syncing subscriptions and one-time products in Google Play with gpc, especially for manifest-driven monetization rollout and dry-run review.
gpc Monetization Setup
Overview
Use this skill to create or update monetization resources from manifests instead of manual console edits.
Workflow
- Preview monetization changes first.
Usegpc monetization setup --package-name com.example.app --manifest ./subscription.yaml --dry-run. - Sync an existing subscription definition with activation when ready.
Usegpc monetization sync --package-name com.example.app --manifest ./subscription.yaml --dry-run --activate. - For one-time products, keep the same dry-run-first pattern.
Usegpc products sync --package-name com.example.app --input ./products.json --dry-run. - For subscription-focused repos, use the dedicated command family when it fits better.
Usegpc subscriptions sync --package-name com.example.app --manifest ./subscription.yaml --dry-run.
Notes
- Keep manifests in version control.
- Use dry-run output as the review artifact in PRs and CI.
# 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.