Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete)....
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-product-sync"
Install specific skill from multi-skill repository
# Description
Use when managing one-time products in Google Play with gpc, especially for dry-run planning, JSON inputs, and repeatable sync operations.
# SKILL.md
name: gpc-product-sync
description: Use when managing one-time products in Google Play with gpc, especially for dry-run planning, JSON inputs, and repeatable sync operations.
gpc Product Sync
Overview
Use this skill for one-time product catalogs that should be updated from files instead of manual console changes.
Workflow
- Prepare the product input file in version control.
- Preview the sync without mutation.
Usegpc products sync --package-name com.example.app --input ./products.json --dry-run. - Apply the sync after review.
Usegpc products sync --package-name com.example.app --input ./products.json --confirm. - If individual product inspection is needed, use the
gpc productssubcommands before or after sync.
Notes
- Prefer JSON output when another tool needs to summarize product changes.
- Use this alongside
gpc-monetization-setupwhen both subscriptions and one-time products ship together.
# 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.