Setting up signing assets for iOS and macOS apps is a key part of app development. This skill helps you create and manage bundle IDs, capabilities, signing certificates, and provisioning profiles using the asc command line tool.
You can use it when onboarding a new app, rotating expired assets, or sharing signing materials across a team. The tool also supports encrypted git-backed sync for secure storage and collaboration.
Workflows include creating certificates from a CSR or generating a key inline, configuring bundle ID capabilities like iCloud, and downloading or cleaning local profiles. The skill also covers rotation tasks like revoking old certificates and auditing profiles.
Global
mkdir -p ~/.claude/skills/asc-signing-setupProject
mkdir -p .claude/skills/asc-signing-setupSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability