mrchevyceleb

Capacitor Wrap Skill — Development skill for Claude Code

Development community

Claude Code skill: Wrap any web app in Capacitor for iOS/Android app store deployment with RevenueCat subscriptions.

How to install Capacitor Wrap Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mrchevyceleb/capacitor-wrap-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Capacitor Wrap Skill does

Claude Code skill: Wrap any web app in Capacitor for iOS/Android app store deployment with RevenueCat subscriptions.

Alternatives in Development

  • Android Reverse Engineering Skill — Claude Code skill to support Android app's reverse engineering 1.5k ★
  • iOS Marketing Capture — Automate Multi-Locale asset creation for your iOS app 256 ★
  • Netclode — Self hosted cloud coding agent with k3s + kata containers + cloud hypervisor microVMs + tailscale + any harnes 249 ★

README

Capacitor Wrap Skill for Claude Code - v2.4

**NEW in v2.4:** Optimized for non-technical users! Local builds are now the PRIMARY method. No CI/CD required.

Capacitor Wrap Skill for Claude Code

A Claude Code skill that wraps any web app in Capacitor for iOS and Android app store deployment, with optional RevenueCat subscription integration.

Features

Features - v2.5: Full Monetization Support!

  • Monetization setup guide: Comprehensive RevenueCat + app stores documentation (NEW in v2.5)
  • IAP configuration templates: Product IDs, pricing, and code examples (NEW in v2.5)
  • Quick reference card: One-page cheat sheet for monetization setup (NEW in v2.5)
  • Local builds PRIMARY: Simple AAB/IPA generation without CI/CD complexity
  • Pre-written store content: Auto-generated PLAY-STORE-LISTING.md
  • Kid-friendly upload guide: UPLOAD-INSTRUCTIONS.md written for ages 10+
  • One-command setup: Installs and configures Capacitor for any web app
  • Automated keystore generation: Secure Android signing with auto-generated credentials
  • Icon generation: Creates all required app store icon sizes from a single source
  • Screenshot automation: Automated Playwright-based screenshot generation for iOS and Android
  • Feature graphic generator: Automated creation of Android Play Store feature graphic (1024x500 REQUIRED)
  • RevenueCat integration: Optional in-app subscription support
  • Cross-platform builds: Works on Windows and macOS
  • CodeMagic CI/CD: Optional advanced configuration (for experienced developers)
  • Store-ready: Everything needed for app store submission

Installation

Option 1: Copy to your skills directory

# Clone this repo
git clone https://github.com/YOUR_USERNAME/capacitor-wrap-skill.git

# Copy to Claude Code skills directory
# Windows
copy capacitor-wrap-skill\SKILL.md %USERPROFILE%\.claude\skills\capacitor-wrap\

# macOS/Linux
cp capacitor-wrap-skill/SKILL.md ~/.claude/skills/capacito