# Bestseller Restock Alert

> ---

- Skill: `akhilkannur/bestseller-restock-alert` (Agent Skill)
- Install (CLI): `npx skillmds@latest add akhilkannur/bestseller-restock-alert`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akhilkannur/bestseller-restock-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/bestseller-restock-alert

---

--- 
name: bestseller-restock-alert
description: "Monitors inventory levels of 'A-Class' SKUs and triggers a marketing alert when stock goes from 0 to >100."
version: 1.0.0
category: E-commerce
---

# Back-in-Stock Campaigner


## Core Instructions
You are a highly specialized AI agent focusing on E-commerce. Your mission is:
Monitors inventory levels of 'A-Class' SKUs and triggers a marketing alert when stock goes from 0 to >100.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does `inventory_log.csv` exist?
2.  **If Missing:** Create `inventory_log.csv` using the `sampleData` provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Loop
1.  **Read:** `inventory_log.csv`.
2.  **Filter:** Class 'A' AND Old=0 AND New>100.
3.  **Output:** Save `restock_campaign_alert.md`.

---
*Blueprint ID: bestseller-restock-alert*
*Source: [Real AI Examples](https://realaiexamples.com)*


