Agent skill

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.

Derek Pearson935★ · +23/wk · 1 repos on radarProfile →
claude-codecodexcursorNOASSERTION
Install
npx skills add dpearson2699/swift-ios-skills --skill permissionkit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/permissionkit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 963 · +28 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Contents
  2. Availability and Setup
  3. Core Concepts
  4. Key Types
  5. Checking Communication Limits
  6. Creating Communication Handles
  7. Creating Permission Questions
  8. Using CommunicationTopic with Person Information
  9. Communication Actions
  10. Requesting Permission with AskCenter
  11. SwiftUI Integration with PermissionButton
  12. Handling Responses
  13. PermissionChoice Properties
  14. Significant App Update Topic
Ships with 2 files
  • evals/evals.json
  • references/permissionkit-patterns.md
More from swift-ios-skills
All skills →
About this skill
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.

Keep going