PermissionKit helps you add a safe way for children to ask for parent permission in your app. It works with iMessage to send permission requests. Parents can approve or deny communication changes.
You can check if a child's communication handle is known to the system using CommunicationLimits. Then you create a PermissionQuestion and use AskCenter to send it. The system handles the flow. Your app gets the parent's decision with a PermissionResponse.
This tool is for iOS 26 and newer. Use it only for parent approval, not for general chat safety. It makes building child-safe communication apps easier.
Global
mkdir -p ~/.claude/skills/permissionkitProject
mkdir -p .claude/skills/permissionkitSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
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
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
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