permissionkit
Create child communication safety experiences using PermissionKit to request parental permission for children. Use when building apps that involve child-to-contact communication, need to check communication limits, request parent/guardian approval, or handle permission responses for minors.
npx skills add dpearson2699/swift-ios-skills --skill permissionkit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# PermissionKit Request permission from a parent or guardian to modify a child's communication rules. PermissionKit creates communication safety experiences that let children ask for exceptions to communication limits set by their parents. PermissionKit communication experiences are available only through iMessage. Use it for parent/guardian approval flows, not as a general in-app contact permission, moderation, or chat-safety framework. ## Contents - [Availability and Setup](#availability-and-setup) - [Core Concepts](#core-concepts) - [Checking Communication Limits](#checking-communication-limits) - [Creating Permission Questions](#creating-permission-questions) - [Requesting Permission with AskCenter](#requesting-permission-with-askcenter) - [SwiftUI Integration with PermissionButton](#swiftui-integration-with-permissionbutton) - [Handling Responses](#handling-responses) - [Significant App Update Topic](#significant-app-update-topic) - [Common Mistakes](#common-mistakes) - [Review Checklist](#review-checklist) - [References](#references) ## Availability and Setup Import `PermissionKit`. Do not invent PermissionKit entitlement keys; verify current Apple documentation and Xcode cap
- Contents
- Availability and Setup
- Core Concepts
- Key Types
- Checking Communication Limits
- Creating Communication Handles
- Creating Permission Questions
- Using CommunicationTopic with Person Information
- Communication Actions
- Requesting Permission with AskCenter
- SwiftUI Integration with PermissionButton
- Handling Responses
- PermissionChoice Properties
- Significant App Update Topic
What does the permissionkit skill do?
Create child communication safety experiences using PermissionKit to request parental permission for children. Use when building apps that involve child-to-contact communication, need to check communication limits, request parent/guardian approval, or handle permission responses for minors.
How do I install it?
Run `npx skills add dpearson2699/swift-ios-skills --skill permissionkit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From dpearson2699/swift-ios-skills, a repository with 963 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.