Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

marketplace-search-recsys-planning市场搜索 resys 规划

Agent Skill

marketplace-search-recsys-planning 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,409

周安装

57

GitHub Stars

131

下载量

442
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:marketplace-search-recsys-planning(市场搜索 resys 规划)
来源仓库:https://github.com/pproenca/dot-skills
仓库路径:skills/marketplace-search-recsys-planning
安装命令:
npx skills add https://github.com/pproenca/dot-skills --skill marketplace-search-recsys-planning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/pproenca/dot-skills --skill marketplace-search-recsys-planning

简介

用于查找、检索和筛选相关信息,支持基于关键词或来源线索定位结果。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中需要快速获取候选信息的场景。
  • 安装方式:GitHub 仓库,命令为 npx skills add <repo> --skill marketplace-search-recsys-planning。
  • 使用前建议确认权限范围、维护状态及是否触发联网或文件操作。
  • 可结合原始 README 继续核验具体功能和使用限制。

SKILL.md

Marketplace Engineering Two-Sided Search and Recsys Planning Best Practices

Comprehensive planning, design and diagnostic guide for search and recommendation systems in two-sided trust marketplaces. Covers OpenSearch index, query and ranking patterns, the methodology for planning retrieval work, the handoff points to recommendation-specific tooling, and the instrumentation and dashboard layer that turns measurement into ongoing decision making. Contains 57 rules across 10 categories ordered by cascade impact, plus two playbooks (plan a new system from scratch, diagnose an existing one) and explicit living-artefact conventions (decisions log, golden set, gotchas).

When to Apply

Reference this skill when:

  • Planning a new marketplace retrieval project from scratch
  • Reviewing an existing retrieval system that feels stale, unfair, or unpersonalised
  • Designing the OpenSearch index mapping, analyzers, or query DSL
  • Choosing retrieval primitives per product surface (search, recs, hybrid, curated)
  • Deciding which search quality metrics to track and dashboard
  • Running the weekly search-quality review ritual
  • Diagnosing a silent regression in ranking, coverage, or zero-result rate
  • Deciding when a retrieval problem is actually a personalisation problem

This skill is the precursor to marketplace-personalisation. Start here for planning and search work; hand off to the personalisation skill when the diagnosed bottleneck is impression tracking, feedback-loop bias, or AWS Personalize-specific design.

Living Context

This skill treats the system as evolving. Three living artefacts carry context across sessions, releases, and team changes — read them before making suggestions, update them after every shipped change:

  • gotchas.md (in this skill folder) — append-only diagnostic lessons. Every gotcha has a date and a short description of what surprised the team and how it was resolved.
  • Decisions log (maintained in the product repo, typically decisions/*.md) — every ranking change, schema tweak, and synonym edit recorded with its hypothesis, offline and online evidence, ship criterion, outcome, and rollback path. See rule plan-maintain-a-decisions-log.
  • Golden query set (frozen per eval cycle, committed to the product repo) — the reference set of queries against which every ranking change is offline-evaluated before an online test. See rule plan-version-the-golden-set.

Rule Categories

Categories are ordered by cascade impact on the retrieval lifecycle: intent misunderstanding poisons architecture; wrong architecture poisons index; wrong index poisons retrieval forever until a reindex; every downstream layer inherits the upstream error.

#CategoryPrefixImpact
1Problem Framing and User Intentintent-CRITICAL
2Surface Taxonomy and Architecturearch-CRITICAL
3Index Design and Mappingindex-HIGH
4Planning and Improvement Methodologyplan-HIGH
5Query Understandingquery-MEDIUM-HIGH
6Retrieval Strategyretrieve-MEDIUM-HIGH
7Relevance and Rankingrank-MEDIUM-HIGH
8Search and Recommender Blendingblend-MEDIUM
9Measurement and Experimentationmeasure-MEDIUM
10Instrumentation, Dashboards and Decision Triggersmonitor-MEDIUM

Quick Reference

1. Problem Framing and User Intent (CRITICAL)

2. Surface Taxonomy and Architecture (CRITICAL)

3. Index Design and Mapping (HIGH)

4. Planning and Improvement Methodology (HIGH)

5. Query Understanding (MEDIUM-HIGH)

6. Retrieval Strategy (MEDIUM-HIGH)

7. Relevance and Ranking (MEDIUM-HIGH)

8. Search and Recommender Blending (MEDIUM)

9. Measurement and Experimentation (MEDIUM)

10. Instrumentation, Dashboards and Decision Triggers (MEDIUM)

Planning and Improving

Two playbooks compose the rules into end-to-end workflows:

  • references/playbooks/planning.md — Plan a new marketplace retrieval system from scratch. Nine-step workflow from intent audit through the first A/B-tested online lift, with explicit exit criteria per step.
  • references/playbooks/improving.md — Diagnose and improve an existing retrieval system. Decision tree that walks through telemetry, index freshness, coverage, baseline gap, cold start, segment regressions, and algorithm iteration in that order, with hand-off points to marketplace-personalisation when the bottleneck is personalisation-specific.

Read the playbooks first when the task is "design a new search and recommender project" or "this retrieval system needs to get better". Read individual rules when a specific question arises during implementation or review.

How to Use

Related Skills

  • marketplace-personalisation — The companion skill covering AWS Personalize implementation, impression tracking, schema design, two-sided matching, feedback loops, and the personalisation-specific diagnostic playbook. Hand off to this skill when the diagnostic identifies a personalisation-specific bottleneck.

Reference Files

FileDescription
references/_sections.mdCategory definitions and impact ordering
references/playbooks/planning.mdPlan a new retrieval system
references/playbooks/improving.mdDiagnose an existing retrieval system
gotchas.mdAccumulated diagnostic lessons (living)
assets/templates/_template.mdTemplate for authoring new rules
metadata.jsonVersion, discipline, references

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.55%
按下载量换算162

Claude

27.74%
按下载量换算123

Cursor

18.04%
按下载量换算80

Gemini CLI

7.91%
按下载量换算35

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills