Agent skill · Frontend

alarmkit

AlarmKit integration for scheduling alarms and timers with custom UI, Live Activities, and snooze support. Use when implementing alarm or timer features in iOS 26+ apps.

rshankrasgithub.com/rshankrasGitHub ↗
claude-coderead-onlyMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill alarmkit --agent claude-code

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

Facts
Files in the skill folder: 4
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadGlobGrep
Path: skills/swiftui/alarmkit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

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

From the SKILL.md

# AlarmKit Framework for scheduling alarms and countdown timers with custom UI, Live Activities integration, and focus/silent mode override. Prevents the most common mistakes: using the wrong authorization property name, omitting the Info.plist key, and forgetting the widget extension for countdown presentations. ## When This Skill Activates Use this skill when the user: - Asks to add, fix, or review **alarm** or **timer** functionality - Mentions **AlarmKit**, **AlarmManager**, or **AlarmPresentation** - Wants to schedule **one-time**, **repeating**, or **countdown** alarms - Asks about **snooze**, **stop**, or **repeat** buttons on alarm alerts - Wants alarms to appear on **Dynamic Island** or **Lock Screen** (Live Activities) - Mentions overriding **Focus** or **silent mode** for alarms - Asks about **AlarmAttributes** or **AlarmMetadata** ## Decision Tree Choose the right reference file based on what the user needs: ``` What do you need? | +-- Schedule an alarm (one-time, repeating, or timer) | --> scheduling.md | +-- One-time alarm: Alarm.Schedule.relative + .repeats: .never | +-- Repeating alarm: Alarm.Schedule.relative + .repeats: .weekly(weekdays) | +-- Countdown timer: Cou

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Decision Tree
  3. API Availability
  4. Top Mistakes -- Quick Reference
  5. Review Checklist
  6. Reference Files
Ships with 3 files
  • live-activities.md
  • presentation.md
  • scheduling.md
More from claude-code-apple-skills
All skills →
About this skill
What does the alarmkit skill do?

AlarmKit integration for scheduling alarms and timers with custom UI, Live Activities, and snooze support. Use when implementing alarm or timer features in iOS 26+ apps.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill alarmkit --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 rshankras/claude-code-apple-skills, a repository with 589 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