Commerce Custom Skills · Curated

Price Drop Announcer

Writes announcement copy when a product's price changes, for email, social, or an on-site banner.

What it does

Compares a product's previous and new price pulled from WooCommerce, calculates the percentage saved, and drafts short copy in multiple formats (email subject and body, a one-line social post, a banner headline) so the announcement can go out across channels without separate rewrites. Flags a price drop that looks like a data entry error instead of writing celebratory copy for it.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/price-drop-announcer/ (or ~/.claude/skills/price-drop-announcer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/price-drop-announcer/

OpenAI Codex

.codex/skills/price-drop-announcer/

Cursor

.cursor/skills/price-drop-announcer/ (or ~/.cursor/skills/price-drop-announcer/ globally)

Compatibility

WordPress with WooCommerce active. Needs read access to a product's regular price and sale price fields.