Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add leszko11/google-play-console-cli-skills --skill "gpc-bootstrap-workspace"
Install specific skill from multi-skill repository
# Description
Use when creating or refreshing a local Google Play workspace from live state with gpc, including app details, listings, changelogs, and project-local config defaults.
# SKILL.md
name: gpc-bootstrap-workspace
description: Use when creating or refreshing a local Google Play workspace from live state with gpc, including app details, listings, changelogs, and project-local config defaults.
gpc Bootstrap Workspace
Overview
Use this skill to build a local working tree from live Play Console state before making changes.
Workflow
- Start with the top-level bootstrap flow.
Usegpc bootstrap --package-name com.example.app --dir ./play --write-project-config. - Use
appinit exportwhen you need more control or a GPP-style layout.
Usegpc appinit export --package-name com.example.app --dir ./store --layout gpp. - Preview local-vs-live changes before syncing back.
Usegpc diff listing --package-name com.example.app --dir ./play/listing. - Keep
.gpc.yamlas the project-local default source for package, profile, output, track, and locale.
Notes
- Prefer the
gpclayout for round-trip work inside this ecosystem. - Use the exported workspace as the input for listing sync, changelog sync, and workflow manifests.
# 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.