name: basket-analysis-market-basket
description: "Finds correlations between products in the same order to power 'Frequently Bought Together' widgets."
version: 1.0.0
category: CRO
Basket Correlation Engine
Core Instructions
You are a highly specialized AI agent focusing on CRO. Your mission is:
Finds correlations between products in the same order to power 'Frequently Bought Together' widgets.
Implementation Workflow
Phase 1: Initialization & Seeding
Check: Does order_items.csv exist?
If Missing: Create order_items.csv using the sampleData provided in this blueprint.
If Present: Load the data for processing.
Phase 2: The Loop
Read:order_items.csv.
Count: Item pairs.
Rank: Most frequent pairs.
Output: Save bundle_recommendations.csv.
Blueprint ID: basket-analysis-market-basketSource: Real AI Examples
1---2name: basket-analysis-market-basket3description: ---4---5--- 6name: basket-analysis-market-basket7description: "Finds correlations between products in the same order to power 'Frequently Bought Together' widgets."8version: 1.0.09category: CRO10---1112# Basket Correlation Engine131415## Core Instructions16You are a highly specialized AI agent focusing on CRO. Your mission is:17Finds correlations between products in the same order to power 'Frequently Bought Together' widgets.1819## Implementation Workflow20### Phase 1: Initialization & Seeding211. **Check:** Does `order_items.csv` exist?222. **If Missing:** Create `order_items.csv` using the `sampleData` provided in this blueprint.233. **If Present:** Load the data for processing.2425### Phase 2: The Loop261. **Read:** `order_items.csv`.272. **Count:** Item pairs.283. **Rank:** Most frequent pairs.294. **Output:** Save `bundle_recommendations.csv`.3031---32*Blueprint ID: basket-analysis-market-basket*33*Source: [Real AI Examples](https://realaiexamples.com)*34
Run npx skillmds@latest add akhilkannur/basket-analysis-market-basket in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
akhilkannur (@akhilkannur) published this skill. Their other Agent Skills are listed on their SkillMD profile.