Agent skill

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.

rshankrasgithub.com/rshankrasGitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 10 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepBashAskUserQuestion
Path: skills/generators/lapsed-user/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

# 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

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Pre-Generation Checks
  3. 1. Project Context Detection
  4. 2. Existing Engagement Tracking
  5. 3. Push Notification Setup
  6. 4. Conflict Detection
  7. Configuration Questions
  8. Generation Process
  9. Step 1: Read Templates
  10. Step 2: Create Core Files
  11. Step 3: Create UI Files
  12. Step 4: Create Integration File
  13. Step 5: Determine File Location
  14. Output Format
Ships with 1 file
  • templates.md
More from claude-code-apple-skills
All skills →
About this skill
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.

Keep going