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-listing-sync"
Install specific skill from multi-skill repository
# Description
Use when syncing store listing metadata and images from a local directory with gpc, including dry-run review, delete-missing behavior, and diffing live state first.
# SKILL.md
name: gpc-listing-sync
description: Use when syncing store listing metadata and images from a local directory with gpc, including dry-run review, delete-missing behavior, and diffing live state first.
gpc Listing Sync
Overview
Use this skill for round-trip local listing management.
Workflow
- Export or bootstrap a local listing workspace first.
Usegpc bootstrap --package-name com.example.app --dir ./play --write-project-config. - Compare local content against live state before writing.
Usegpc diff listing --package-name com.example.app --dir ./play/listing. - Run a dry-run listing sync.
Usegpc listing sync --package-name com.example.app --dir ./play/listing --dry-run. - Apply only after reviewing the change plan.
Usegpc listing sync --package-name com.example.app --dir ./play/listing --confirm.
Notes
- Be explicit about
--delete-missingbecause it changes destructive behavior. - Keep image validation local before attempting API writes.
# 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.