Commerce Custom Skills · Curated

Upsell Bundle Suggester

Suggests product bundles and upsells based on what customers actually buy together.

What it does

Analyzes completed WooCommerce orders to find products frequently purchased in the same order, then proposes bundle pairings and upsell copy for the product page, rather than guessing at complementary items. Ranks suggestions by how often the pairing occurs and by combined margin where cost data is available.

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/upsell-bundle-suggester/ (or ~/.claude/skills/upsell-bundle-suggester/ for all projects)

GitHub Copilot (VS Code)

.github/skills/upsell-bundle-suggester/

OpenAI Codex

.codex/skills/upsell-bundle-suggester/

Cursor

.cursor/skills/upsell-bundle-suggester/ (or ~/.cursor/skills/upsell-bundle-suggester/ globally)

Compatibility

WordPress with WooCommerce active. Needs read access to order line items, via REST API or database, across a meaningful order history.