play-developer-console
Use when managing Google Play Developer Console metadata, graphics, tracks, app bundles, reviews, subscriptions, or in-app products with the local `play` CLI. Trigger this for Moshi Android Play Store work, especially when editing `/Users/jyo/projects/ai/moshi/marketing/play` assets or debugging `/Users/jyo/projects/tools/play-cli`.
What this skill does
# Play Developer Console Use the local Bun TypeScript CLI at: ```bash /Users/jyo/projects/tools/play-cli ``` The CLI is linked locally with Bun and exposes: ```bash play --help ``` For Moshi Android, run commands from: ```bash /Users/jyo/projects/ai/moshi/marketing ``` The Play assets live in: ```bash play/ .env metadata/ images/ release-notes/ ``` ## Workflow - Inspect `play/CLAUDE.md` and relevant local files before changing store assets. - Run one Play edit-backed command at a time. Do not parallelize `play metadata`, `play app-info`, `play images`, `play bundle`, or `play tracks` commands. - Validate local listing text before upload: ```bash play metadata validate ``` - Use read-only checks before and after changes: ```bash play metadata list play app-info show play tracks list --json play tracks show production --json play reviews list --limit 5 ``` ## Release Workflow Use the built-in track commands for release operations. Do not write ad hoc scripts against `src/api.ts` for normal release tasks. Attach or update a release already uploaded to Play: ```bash play tracks release internal \ --version-code 6 \ --status completed \ --name "Moshi 2.8.2" \ --notes en-US=play/release-notes/en-US.txt ``` Prepare a production draft with release notes: ```bash play tracks release production \ --version-code 6 \ --status draft \ --name "Moshi 2.8.2" \ --notes en-US=play/release-notes/en-US.txt ``` If a draft app has stale releases that block validation, clear the track first, then create the intended release: ```bash play tracks clear internal play tracks release internal --version-code 6 --status draft --name "Moshi 2.8.2" ``` When no `--notes` flag is provided, `play tracks release` reads all files in `play/release-notes/` as localized release notes. Use `--no-notes` only when intentionally omitting notes. - For bugs or missing Play API behavior, patch `/Users/jyo/projects/tools/play-cli`, then run: ```bash cd /Users/jyo/projects/tools/play-cli bun run typecheck bun test ``` Retry from `/Users/jyo/projects/ai/moshi/marketing` after the fix. ## Auth Moshi uses keyless local auth via `gcloud` ADC and a quota project in `play/.env`. Do not create or require service account JSON keys unless the user explicitly asks. Expected env keys: ```bash PLAY_AUTH_MODE=gcloud PLAY_QUOTA_PROJECT=play-cli-moshi-260429103059 PLAY_PACKAGE_NAME=app.getmoshi.android ```
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.