lapsed-user
Generates lapsed user detection and re-engagement screens with personalized return experiences, win-back offers, and inactivity tracking. Use when user wants to re-engage inactive users, detect lapsed users, or build return flows.
npx skills add rshankras/claude-code-apple-skills --skill lapsed-user --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.
# Lapsed User Re-Engagement Generator Generate production infrastructure for detecting users who haven't opened the app in X days, showing personalized return screens that highlight what they missed, and optionally presenting win-back incentives to recover churned or lapsing users. ## When This Skill Activates Use this skill when the user: - Asks about "lapsed user" detection or re-engagement - Wants to handle "returning user" or "inactive user" scenarios - Mentions "re-engagement" screens or flows - Asks about "win-back" offers for churned users - Wants to detect when a "user hasn't opened app" in a while - Asks about "user retention" or "come back" experiences ## Pre-Generation Checks ### 1. Project Context Detection - [ ] Check Swift version (requires Swift 5.9+) - [ ] Check deployment target (iOS 17+ / macOS 14+ for @Observable) - [ ] Identify source file locations and project structure ### 2. Existing Engagement Tracking Search for existing engagement or analytics infrastructure: ``` Glob: **/*Analytics*.swift, **/*Engagement*.swift, **/*Tracker*.swift, **/*Activity*.swift Grep: "lastActiveDate" or "UserDefaults" or "scenePhase" or "applicationDidBecomeActive" ``` If existing
- When This Skill Activates
- Pre-Generation Checks
- 1. Project Context Detection
- 2. Existing Engagement Tracking
- 3. Push Notification Setup
- 4. Conflict Detection
- Configuration Questions
- Generation Process
- Step 1: Read Templates
- Step 2: Create Core Files
- Step 3: Create UI Files
- Step 4: Create Integration File
- Step 5: Determine File Location
- Output Format
What does the lapsed-user skill do?
Generates lapsed user detection and re-engagement screens with personalized return experiences, win-back offers, and inactivity tracking. Use when user wants to re-engage inactive users, detect lapsed users, or build return flows.
How do I install it?
Run `npx skills add rshankras/claude-code-apple-skills --skill lapsed-user --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.
