npx skills add ...
npx skills add automattic/pocket-casts-ios --skill cross-platform
npx skills add automattic/pocket-casts-ios --skill cross-platform
Cross-platform codebase exploration for Pocket Casts. Use when asked about Web, iOS, or Android implementation of a feature, or when comparing implementations across platforms.
Other platform repos are siblings of the root iOS repo (not worktrees):
| Platform | Relative to project root | Trunk Branch |
|---|---|---|
| Web | ../pocket-casts-webplayer/ | develop |
| Android | ../pocket-casts-android/ | main |
If working in a worktree, first find the root iOS repo:
Each repository contains a CLAUDE.md at its root. Read it first to understand architecture and conventions.
Before exploring code:
Navigate to repo and check current state:
If uncommitted/unstaged changes exist → ask the user: stash them, discard, or abort?
Determine target branch:
develop (Web) main (Android) or trunk (iOS) → pull latestSync the branch:
When comparing or describing implementations:
Avoid language-specific syntax unless necessary to explain behavior.