# Loyalty Point Expiry Alert

> ---

- Skill: `akhilkannur/loyalty-point-expiry-alert` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/loyalty-point-expiry-alert`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/loyalty-point-expiry-alert/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akhilkannur (https://skillmd.com/u/akhilkannur)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akhilkannur/loyalty-point-expiry-alert

---

--- 
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
1.  **Check:** Does `points_ledger.csv` exist?
2.  **If Missing:** Create `points_ledger.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `points_ledger.csv`.
2.  **Filter:** Expiry within 30 days AND Balance > 100.
3.  **Output:** Save `point_expiry_campaign.csv`.

---
*Blueprint ID: loyalty-point-expiry-alert*
*Source: [Real AI Examples](https://realaiexamples.com)*


