Builds communication safety features for child-facing apps on iOS 26+. You create permission questions when a kid hits a communication limit, the system routes it to their parent, and you handle the approval or denial response. Covers the full flow: checking if limits apply with CommunicationLimits, building questions for phone/email/custom handles, presenting with AskCenter or SwiftUI's PermissionButton, and streaming responses asynchronously. The skill includes handling for multi-contact requests and person info like names and avatars. Useful if you're building messaging, social, or any app where minors need parental approval to contact someone new.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill permissionkit