Commerce Custom Skills · Curated

Cross-Sell Email Writer

Writes a post-purchase email suggesting one genuinely related product from a customer's order.

What it does

Reads the customer's completed order and matches it against products that are commonly purchased alongside it or are logical accessories or refills, then drafts a short single-product cross-sell email rather than a generic "you might also like" grid. Skips sending a suggestion when no genuinely related product exists rather than forcing an unrelated pairing.

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/cross-sell-email-writer/ (or ~/.claude/skills/cross-sell-email-writer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/cross-sell-email-writer/

OpenAI Codex

.codex/skills/cross-sell-email-writer/

Cursor

.cursor/skills/cross-sell-email-writer/ (or ~/.cursor/skills/cross-sell-email-writer/ globally)

Compatibility

WordPress with WooCommerce active. Needs read access to the completed order's line items and to product category or attribute data for finding related products.