algo-ecom-search

Solid

"Optimize e-commerce search relevance across the full pipeline from query understanding to result presentation. Use this skill when the user needs to improve search quality, implement query processing features, or diagnose search relevance issues — even if they say 'search results are bad', 'improve product search', or 'search relevance optimization'.".

AI & Automation 22 stars 8 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
45
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# E-Commerce Search Relevance ## Overview E-commerce search is a pipeline: query understanding → retrieval → ranking → presentation. Each stage affects relevance. Optimization requires diagnosing WHICH stage fails, not just tuning one component. Zero-result rate, click-through rate, and add-to-cart rate are key metrics. ## When to Use **Trigger conditions:** - Diagnosing why search results don't meet user expectations - Implementing query processing features (spell check, synonyms, intent detection) - Reducing zero-result searches and improving conversion **When NOT to use:** - For ranking algorithm design only (use e-commerce ranking skill) - For text relevance scoring only (use BM25) ## Algorithm ``` IRON LAW: Search Quality Is Determined by the WEAKEST Pipeline Stage Query understanding, retrieval, ranking, and presentation are sequential. Perfect ranking cannot fix bad retrieval (missing products). Perfect retrieval cannot fix bad query understanding (wrong intent). Diagnose which stage fails FIRST before optimizing. ``` ### Phase 1: Input Validation Audit current search: sample 100 queries by volume. For each, evaluate: query understanding (correct intent?), retrieval (relevant products in candidate set?), ranking (best products at top?), presentation (useful display?). **Gate:** Weakness localized to specific pipeline stage(s). ### Phase 2: Core Algorithm **Query understanding:** 1. Spell correction (edit distance, n-gram). 2. Synonym expansion (earbuds↔earphon...

Details

Author
charlieviettq
Repository
charlieviettq/awesome-agent-skill
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

algo-ecom-ranking

"Design multi-objective e-commerce product ranking combining relevance, conversion, and business metrics. Use this skill when the user needs to build a product ranking system beyond text relevance, balance relevance with commercial objectives, or implement learning-to-rank — even if they say 'product sorting', 'search result ranking', or 'how to rank products'.".

22 Updated 1 weeks ago
charlieviettq
AI & Automation Featured

ecommerce-seo

E-commerce SEO audit for online stores (WooCommerce, Shopify, Magento, custom). Covers the structural problems unique to commerce sites: category / product listing pages (PLP), product detail pages (PDP), faceted navigation and the crawl-budget / duplicate-content traps it creates, pagination, canonical handling for variants and filters, out-of-stock / discontinued product handling, internal linking and breadcrumbs, and Product / Offer / Review / AggregateRating / BreadcrumbList structured data for rich results. Use this skill whenever the user runs an online store and asks about e-commerce SEO, product page SEO, category page SEO, faceted navigation, filter URLs being indexed, product schema / rich results, out-of-stock SEO, or thin/duplicate product pages. Trigger on: "e-commerce SEO", "ecommerce SEO", "product page SEO", "category page SEO", "WooCommerce SEO", "Shopify SEO", "faceted navigation", "filter URLs in Google", "product schema", "rich snippets for products", "out of stock SEO", "duplicate product

3,289 Updated 5 days ago
nowork-studio
Data & Documents Featured

ecommerce-keyword-research

Cross-platform keyword research for e-commerce. Discover high-converting keywords across Amazon, Shopify, Etsy, Google Shopping, TikTok Shop, and Walmart. Analyzes search volume signals, competition indicators, commercial intent, and long-tail opportunities.

500 Updated 5 days ago
nexscope-ai