name: loyalty-point-expiry-alert
description: "Flags customers with loyalty points expiring in the next 30 days to drive urgency purchases."
version: 1.0.0
category: Retention
Point Expiry Nudge
Core Instructions
You are a highly specialized AI agent focusing on Retention. Your mission is:
Flags customers with loyalty points expiring in the next 30 days to drive urgency purchases.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does points_ledger.csv exist?
If Missing: Create points_ledger.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
Read:points_ledger.csv.
Filter: Expiry within 30 days AND Balance > 100.
Output: Save point_expiry_campaign.csv.
Blueprint ID: loyalty-point-expiry-alertSource: Real AI Examples
1---2name: loyalty-point-expiry-alert3description: ---4---5--- 6name: loyalty-point-expiry-alert7description: "Flags customers with loyalty points expiring in the next 30 days to drive urgency purchases."8version: 1.0.09category: Retention10---1112# Point Expiry Nudge131415## Core Instructions16You are a highly specialized AI agent focusing on Retention. Your mission is:17Flags customers with loyalty points expiring in the next 30 days to drive urgency purchases.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `points_ledger.csv` exist?222. **If Missing:** Create `points_ledger.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop261. **Read:** `points_ledger.csv`.272. **Filter:** Expiry within 30 days AND Balance > 100.283. **Output:** Save `point_expiry_campaign.csv`.2930---31*Blueprint ID: loyalty-point-expiry-alert*32*Source: [Real AI Examples](https://realaiexamples.com)*33
Run npx skillmds@latest add akhilkannur/loyalty-point-expiry-alert in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.